IEX_DUNNING_TRANSACTIONS

Stores transaction details of dunnings.

Details

  • Schema: FUSION

  • Object owner: IEX

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

IEX_DUNNING_TRANSACTIONS_PK

DUNNING_TRX_ID

Columns

Name Datatype Length Precision Not-null Comments
DUNNING_TRX_ID NUMBER 18 Yes Primary key.
DUNNING_ID NUMBER 18 Yes Foreign key to IEX_DUNNINGS. Indicates which dunning this transaction belongs to.
CUST_TRX_ID NUMBER 18 Yes Foreign key to RA_CUSTOMER_TRX_ALL table.
PAYMENT_SCHEDULE_ID NUMBER 18 Yes Foreign key to the AR_PAYMENTS_SCHEDULES_ALL table.
AGING_BUCKET_LINE_ID NUMBER 18 Foreign key to the AR_AGING_BUCKETS_B table.
STAGE_NUMBER NUMBER 3 The number of the stage of this payment schedule in the dunning. Mutually exclusive attribute with column aging_bucket_line_id.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
IEX_DUNNING_TRANSACTIONS iex_dunnings DUNNING_ID

Indexes

Index Uniqueness Tablespace Columns
IEX_DUNNING_TRANSACTIONS_N1 Non Unique Default DUNNING_ID
IEX_DUNNING_TRANSACTIONS_N2 Non Unique Default CUST_TRX_ID, PAYMENT_SCHEDULE_ID
IEX_DUNNING_TRANSACTIONS_U1 Unique Default DUNNING_TRX_ID