IEX_DEL_BUFFERS

This table is used by the delinquency management program to identify delinquencies.

Details

  • Schema: FUSION

  • Object owner: IEX

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

IEX_DEL_BUFFERS_PK

DEL_BUFFER_ID

Columns

Name Datatype Length Precision Not-null Comments
DEL_BUFFER_ID NUMBER 18 Yes Primary key.
PARTY_ID NUMBER 18 Foreign key to the HZ_PARTIES table.
CUST_ACCOUNT_ID NUMBER 18 Foreign key to HZ_CUST_ACCOUNTS table.
PAYMENT_SCHEDULE_ID NUMBER 18 Foreign key to the AR_PAYMENTS_SCHEDULES_ALL table.
DELINQUENCY_STATUS VARCHAR2 25 Delinquency status as defined in the IEX_LOOKUPS_V view.
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.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_APPLICATION_ID NUMBER 18 Standard Who column.
PROGRAM_ID NUMBER 18 Standard Who column.
PROGRAM_UPDATE_DATE DATE Standard Who column.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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.
SCORE_OBJECT_ID NUMBER Identifier of the object to which the score applies.
SCORE_OBJECT_CODE VARCHAR2 30 The object code that describes the SCORE_OBJECT_ID column.
SCORE_ID NUMBER 18 Foreign key to the IEX_SCORES table.
SCORE_VALUE NUMBER The score value stored.

Indexes

Index Uniqueness Tablespace Columns
IEX_DEL_BUFFERS_N1 Non Unique Default REQUEST_ID
IEX_DEL_BUFFERS_U1 Unique Default DEL_BUFFER_ID