EXM_CC_OUTSTND_TRXN_SUM

This table contains summarized aging information of outstanding corporate card transactions by company account, cost center, and business unit.

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EXM_CC_OUTSTND_TRXN_SUM_PK

SUMMARY_ID

Columns

Name Datatype Length Precision Not-null Comments
SUMMARY_ID NUMBER 18 Yes Unique identifier of a summary record.
CARD_PROGRAM_ID NUMBER 18 Identifier of the corporate card program associated with the summary information.
BUSINESS_UNIT_ID NUMBER 18 Identifier of the business unit associated with the summary information.
COST_CENTER VARCHAR2 100 Identifier of the cost center associated with the summary information.
COMPANY_ACCOUNT_ID NUMBER 18 Identifier of the company account associated with the summary information.
PENDING_ACTION VARCHAR2 30 Person with whom the expense report is pending action.
AGING_BUCKET1_AMOUNT NUMBER Outstanding corporate card transaction amount in the first age group.
AGING_BUCKET2_AMOUNT NUMBER Outstanding corporate card transaction amount in the second age group.
AGING_BUCKET3_AMOUNT NUMBER Outstanding corporate card transaction amount in the third age group.
CURRENCY_CODE VARCHAR2 15 Currency code which is used to summarize the amounts
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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.
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_CC_OUTSTND_TRXN_SUM exm_card_programs CARD_PROGRAM_ID
EXM_CC_OUTSTND_TRXN_SUM exm_cc_company_accounts COMPANY_ACCOUNT_ID

Indexes

Index Uniqueness Tablespace Columns
EXM_CC_OUTSTND_TRXN_SUM_N1 Non Unique Default CARD_PROGRAM_ID, BUSINESS_UNIT_ID
EXM_CC_OUTSTND_TRXN_SUM_N2 Non Unique Default CARD_PROGRAM_ID, COMPANY_ACCOUNT_ID
EXM_CC_OUTSTND_TRXN_SUM_N3 Non Unique Default CARD_PROGRAM_ID, COST_CENTER
EXM_CC_OUTSTND_TRXN_SUM_U1 Unique Default SUMMARY_ID