← Back to Templates

Exception Handling

EXCEPTION

v1

Description

Process for handling invoice exceptions and discrepancies

Service One-Pager

No one-pager content yet. Click Edit to add long-form overview.

This content is injected verbatim into focused service reviews for richer context.

Flow Diagram

Flow diagram status: idle
Mermaid version: unknown
Sanitized Mermaid source (what was sent to mermaid):
graph TD
    A["Exception flagged"] --> B["EXCEPTION_HANDLER notified"]
    B --> C["Review exception type"]
    C --> D{"Can resolve?"}
    D -->|Yes| E["Apply correction"]
    D -->|No| F["Contact vendor via VENDOR_PORTAL"]
    E --> G["Document resolution"]
    F --> H{"Vendor responds?"}
    H -->|Yes| E
    H -->|No| I["Escalate to APPROVER_LEVEL_1"]

Tokens Used (0)

Mermaid Source Code

graph TD
    A["Exception flagged"] --> B["{{EXCEPTION_HANDLER}} notified"]
    B --> C["Review exception type"]
    C --> D{"Can resolve?"}
    D -->|Yes| E["Apply correction"]
    D -->|No| F["Contact vendor via {{VENDOR_PORTAL}}"]
    E --> G["Document resolution"]
    F --> H{"Vendor responds?"}
    H -->|Yes| E
    H -->|No| I["Escalate to {{APPROVER_LEVEL_1}}"]

Client Instances (0)

No client instances yet