AR_INCOMPLETE_TRX_HIST

Stores incomplete transaction history for receivables dashboard page

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

AR_INCOMPLETE_TRX_HIST_PK

CUSTOMER_TRX_ID

Columns

Name Datatype Length Precision Not-null Comments
CUSTOMER_TRX_ID NUMBER 18 Yes Indicates Customer Transaction Id
TRX_AMT NUMBER Transaction amount.
GL_DATE DATE Accounting date.
CURRENCY_CODE VARCHAR2 15 Currency code
COMPLETE_FLAG VARCHAR2 1 Indicates the completed status of the transaction.
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to 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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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_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
AR_INCOMPLETE_TRX_HIST ra_customer_trx_all CUSTOMER_TRX_ID

Indexes

Index Uniqueness Tablespace Columns
AR_INCOMPLETE_TRX_HIST_U1 Unique Default CUSTOMER_TRX_ID