EXM_CASH_ADV_HISTORY

EXM_CASH_ADV_HISTORY table stores history of cash advances.

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EXM_CASH_ADV_HISTORY_PK

CASH_ADVANCE_HIST_ID

Columns

Name Datatype Length Precision Not-null Comments
CASH_ADVANCE_HIST_ID NUMBER 18 Yes Surrogate ID key.
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.
CASH_ADVANCE_ID NUMBER 18 Yes Cash Advance ID.
EVENT VARCHAR2 240 Yes Event that occurred on the cash advance.
EVENT_PERFORMER VARCHAR2 64 User that triggered or performed the event.
EVENT_DATE DATE Date on which the cash advance was applied.
APPROVAL_LEVEL VARCHAR2 30 Level of approval in case of an approval event.
STATUS_CODE VARCHAR2 30 Status of the cash advance at the time of event.
AUDIT_RETURN_REASON_CODE VARCHAR2 30 Reason for auditor to reject the cash advance request.
EXPORT_REJECT_CODE VARCHAR2 30 Reason why export process rejected the cash advance.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated 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.

Foreign Keys

Table Foreign Table Foreign Key Column
EXM_CASH_ADV_HISTORY exm_cash_advances CASH_ADVANCE_ID

Indexes

Index Uniqueness Tablespace Columns
EXM_CASH_ADV_HISTORY_N1 Non Unique Default CASH_ADVANCE_ID
EXM_CASH_ADV_HISTORY_PK Unique Default CASH_ADVANCE_HIST_ID