IEX_PRD_APPL_XREF

Stores applied payment information on promised invoices.

Details

  • Schema: FUSION

  • Object owner: IEX

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

IEX_PRD_APPL_XREF_PK

PRD_APPL_XREF_ID

Columns

Name Datatype Length Precision Not-null Comments
PRD_APPL_XREF_ID NUMBER 18 Yes Primary Key
PROMISE_DETAIL_ID NUMBER 18 Yes Foreign key to IEX_PROMISE_DETAILS
RECEIVABLE_APPLICATION_ID NUMBER 18 Foreign key to AR_RECEIVABLE_APPLICATIONS_ALL
AMOUNT_APPLIED NUMBER Yes Applied Amount
APPLY_DATE DATE Yes Payment Applied to Promise Date
REVERSED_FLAG VARCHAR2 1 Payment Reversed Flag
REVERSED_DATE DATE Payment Reversed Date
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.
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.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name 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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
ADJUSTMENT_ID NUMBER 18 Foreign key to AR_ADJUSTMENTS_ALL

Foreign Keys

Table Foreign Table Foreign Key Column
IEX_PRD_APPL_XREF iex_promise_details PROMISE_DETAIL_ID
IEX_PRD_APPL_XREF ar_adjustments_all ADJUSTMENT_ID
IEX_PRD_APPL_XREF ar_receivable_applications_all RECEIVABLE_APPLICATION_ID

Indexes

Index Uniqueness Tablespace Columns
IEX_PRD_APPL_XREF_N1 Non Unique FUSION_TS_TX_DATA PROMISE_DETAIL_ID
IEX_PRD_APPL_XREF_N2 Non Unique FUSION_TS_TX_DATA RECEIVABLE_APPLICATION_ID
IEX_PRD_APPL_XREF_U1 Unique FUSION_TS_TX_DATA PRD_APPL_XREF_ID