IEX_DUNNINGS

Holds data on all dunning transactions sent by the system.

Details

  • Schema: FUSION

  • Object owner: IEX

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

IEX_DUNNINGS_PK

DUNNING_ID

Columns

Name Datatype Length Precision Not-null Comments
DUNNING_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.
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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_NAME VARCHAR2 30 Concurrent Program who column. Identifies the concurrent program fnd_global.conc_program_name
PROGRAM_APP_NAME VARCHAR2 50 Identifies the Application name spawning the Concurrent Request. fnd_global.prog_appl_name
PROGRAM_UPDATE_DATE DATE Standard Who column.
PARTY_ID NUMBER 18 Foreign key to the HZ_PARTIES table.
CUST_ACCOUNT_ID NUMBER 18 Foreign key to HZ_CUST_ACCOUNTS table.
SITE_USE_ID NUMBER 18 Foreign key to the HZ_SITE_USES_ALL table.
XML_REQUEST_ID NUMBER 18 Identifier of the request made to publisher engine.
XML_TEMPLATE_ID NUMBER 18 Identifies what letter template is used by this plan detail.
LETTER_NAME VARCHAR2 30 Dunning letter name.
STATUS VARCHAR2 240 Status of the dunning.
CALLBACK_YN VARCHAR2 1 This indicates if a follow up call should be automatically created by the application if the delinquency is not cured after the letter is received.
CALLBACK_DATE DATE Scheduled dunning callback date.
DUNNING_METHOD VARCHAR2 30 What method did we use to send dunning.
AMOUNT_DUE_REMAINING NUMBER Amount due remaining on the delinquency.
CURRENCY_CODE VARCHAR2 15 Currency code for the amount remaining.
OBJECT_TYPE VARCHAR2 30 Object type (customer, account or site) that has been dunned.
OBJECT_ID NUMBER 18 Identifier of the object type.
DUNNING_LEVEL VARCHAR2 30 Indicates the dunning level this record was created against.
FINANCIAL_CHARGE NUMBER Amount of the finance charge on this dunning.
INTEREST_AMT NUMBER Amount of interest charged in the dunning letter.
DUNNING_PLAN_ID NUMBER 18 Foreign key to the IEX_DUNNING_PLANS_B table.
CONTACT_DESTINATION VARCHAR2 240 Contact who received the dunning.
CONTACT_PARTY_ID NUMBER 18 Identifier of the contact who received the dunning.
PARTY_LOCATION_ID NUMBER 18 Uniquely identifies the location of dunned customer.
DELIVERY_STATUS VARCHAR2 30 Dunning delivery status.
PARENT_DUNNING_ID NUMBER 18 Identifier for the parent record of the dunning.
XML_DATA CLOB This column will store the XML data used to generate the dunning so it can be re-generated.
DUNNING_IMAGE BLOB Not currently used.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
SECURITY_GROUP_ID NUMBER 18 Not currently used.
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.
BU_ID NUMBER 18 Yes Identifier of the business unit associated to the row.
LOCALE VARCHAR2 20 Locale which is used to select the language for the dunning letters.

Foreign Keys

Table Foreign Table Foreign Key Column
IEX_DUNNINGS hz_parties PARTY_ID
IEX_DUNNINGS hz_cust_accounts CUST_ACCOUNT_ID
IEX_DUNNINGS hz_cust_site_uses_all SITE_USE_ID
IEX_DUNNINGS iex_dunning_plans_b DUNNING_PLAN_ID
IEX_DUNNINGS iex_dunnings PARENT_DUNNING_ID
iex_dunning_transactions iex_dunnings DUNNING_ID
iex_dunnings iex_dunnings PARENT_DUNNING_ID

Indexes

Index Uniqueness Tablespace Columns
IEX_DUNNINGS_N1 Non Unique Default REQUEST_ID
IEX_DUNNINGS_N2 Non Unique Default PARTY_ID, CUST_ACCOUNT_ID, SITE_USE_ID
IEX_DUNNINGS_U1 Unique Default DUNNING_ID