CLAIM_INVOICE_STATUS_HX
Description:
Stores the status change history for an AP claim invoice.

Primary Key
Column Name Ordinal Position
CLAIM_INVC_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 CLAIM_INVC_ID VARCHAR No
The unique identifier (.1 item) for the invoice record.
2 LINE INTEGER No
The line number for the information associated with this record. Multiple pieces of information can be associated with this record.
3 CHANGED_UTC_DTTM DATETIME (UTC) No
Stores instant when status was changed in UTC time.
4 PREV_INV_STAT_C_NAME VARCHAR No
Stores the category identifier of the status the invoice was changed from.
May contain organization-specific values: No
Category Entries:
Created
Printed
Payment Received
Closed
Cancelled
Approved
Rejected
Released
Disputed
Not Printed - Paperless
5 NEW_INV_STAT_C_NAME VARCHAR No
Stores the category identifier of the status the invoice was changed to.
The category values for this column were already listed for column: PREV_INV_STAT_C_NAME
6 CHANGE_COMMENT VARCHAR No
Stores a comment related to the status change.
7 CHANGED_DTTM DATETIME (Local) No
Stores instant when status was changed in local time for the extracting deployment.