IEX_DELINQUENCIES_ALL

Stores transaction data about customer delinquencies.

Details

  • Schema: FUSION

  • Object owner: IEX

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

IEX_DELINQUENCIES_PK

DELINQUENCY_ID

Columns

Name Datatype Length Precision Not-null Comments
DELINQUENCY_ID NUMBER 18 Yes Primary key.
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.
PROGRAM_ID NUMBER 18 Standard Who column.
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.
PARTY_ID NUMBER 18 Foreign key to the HZ_PARTIES table.
CUST_ACCOUNT_ID NUMBER 18 Foreign key to HZ_CUST_ACCOUNTS table.
CUSTOMER_SITE_USE_ID NUMBER 18 Foreign key to HZ_CUST_SITE_USES_ALL table.
TRANSACTION_ID NUMBER 18 Foreign key to the AR_CUSTOMER_TRX_ALL table.
PAYMENT_SCHEDULE_ID NUMBER 18 Foreign key to the AR_PAYMENTS_SCHEDULES_ALL table.
STATUS VARCHAR2 30 Status of the delinquency.
UNPAID_REASON_CODE VARCHAR2 240 Value of the unpaid reason entered by the collector.
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_UPDATE_DATE DATE Standard Who column.
SOURCE_PROGRAM_NAME VARCHAR2 100 Standard Who column.
DELINQUENCY_DETERMINATION_DATE DATE Indicates the date in legal entity time zone of the transaction when the delinquency status was last updated to current, predelinquent, or delinquent.

Foreign Keys

Table Foreign Table Foreign Key Column
IEX_DELINQUENCIES_ALL ar_payment_schedules_all PAYMENT_SCHEDULE_ID
IEX_DELINQUENCIES_ALL hz_parties PARTY_ID
IEX_DELINQUENCIES_ALL hz_cust_accounts CUST_ACCOUNT_ID
IEX_DELINQUENCIES_ALL hz_cust_site_uses_all CUSTOMER_SITE_USE_ID
IEX_DELINQUENCIES_ALL ra_customer_trx_all TRANSACTION_ID
iex_promise_details iex_delinquencies_all DELINQUENCY_ID

Indexes

Index Uniqueness Tablespace Columns
IEX_DELINQUENCIES_ALL_N4 Non Unique Default STATUS
IEX_DELINQUENCIES_ALL_N3 Non Unique Default CUSTOMER_SITE_USE_ID, STATUS
IEX_DELINQUENCIES_ALL_N2 Non Unique Default PARTY_ID, STATUS
IEX_DELINQUENCIES_ALL_U2 Unique Default PAYMENT_SCHEDULE_ID
IEX_DELINQUENCIES_ALL_U1 Unique Default DELINQUENCY_ID
IEX_DELINQUENCIES_ALL_N5 Non Unique Default CUST_ACCOUNT_ID, TRANSACTION_ID
IEX_DELINQUENCIES_ALL_N1 Non Unique Default CUST_ACCOUNT_ID, STATUS