EXM_SPEND_AUTH_PROCESSING
This table contains the processing status for a spend authorization.
Details
-
Schema: FUSION
-
Object owner: EXM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
EXM_SPEND_AUTH_PROCESSING_PK |
SPEND_AUTH_PROCESSING_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SPEND_AUTH_PROCESSING_ID | NUMBER | 18 | Yes | Processing identifier of a spend authorization. | |
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
SPEND_AUTHORIZATION_ID | NUMBER | 18 | Yes | Identifier of the spend authorization for which status changes are tracked. | |
EVENT_CODE | VARCHAR2 | 240 | Yes | Event that triggered an authorization status change. Possible values are ASSIGNED, COMPLETED, and APPROVE. | |
EVENT_PERFORMER_ID | VARCHAR2 | 64 | User who initiated the spend authorization status change event. | ||
AUTHORIZATION_STATUS_CODE | VARCHAR2 | 30 | Spend authorization approval status. Possible values are APPROVED, PENDING MANAGER APPROVAL, and REJECTED. | ||
EVENT_DATE | DATE | Date when spend authorization status change occurred. | |||
APPROVAL_LEVEL | NUMBER | 3 | Order in which approval notification was sent. | ||
NOTE_ID | NUMBER | 18 | Note identifier that resulted from status change. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
EXM_SPEND_AUTH_PROCESSING | exm_spend_authorizations | SPEND_AUTHORIZATION_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
EXM_SPEND_AUTH_PROCESSING_N1 | Non Unique | FUSION_TS_TX_IDX | SPEND_AUTHORIZATION_ID |
EXM_SPEND_AUTH_PROCESSING_U1 | Unique | FUSION_TS_TX_IDX | SPEND_AUTH_PROCESSING_ID |