IEX_PROMISE_DETAILS

Stores promise to pay information on delinquent invoices.

Details

  • Schema: FUSION

  • Object owner: IEX

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

IEX_PROMISE_DETAILS_PK

PROMISE_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
PROMISE_DETAIL_ID NUMBER 18 Yes Primary Key
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.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID 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.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
PROMISE_DATE DATE Promise Date
PROMISE_AMOUNT NUMBER Promise Amount
PROMISE_PAYMENT_METHOD VARCHAR2 30 Promise Payment Method
STATUS VARCHAR2 30 Promise Status
ACCOUNT VARCHAR2 240 Promise Payment Account
PROMISE_ITEM_NUMBER VARCHAR2 240 Promise Item Number
CURRENCY_CODE VARCHAR2 15 Promise Currency Code
CALLBACK_CREATED_YN VARCHAR2 1 Callback Created Flag
CALLBACK_DATE DATE Callback Date
DELINQUENCY_ID NUMBER 18 Foreign key to IEX_DELINQUENCIES_ALL
RESOURCE_ID NUMBER 18 Resource Identifier
PROMISE_MADE_BY NUMBER 18 Promise made by
CUST_ACCOUNT_ID NUMBER 18 Foreign key to HZ_CUST_ACCOUNTS
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.
BROKEN_ON_DATE DATE Broken Date
APPROVAL_REJECTION_DATE DATE Approval Rejection Date
AMOUNT_DUE_REMAINING NUMBER Remaining Amount
STATE VARCHAR2 30 State
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.

Foreign Keys

Table Foreign Table Foreign Key Column
IEX_PROMISE_DETAILS iex_delinquencies_all DELINQUENCY_ID
IEX_PROMISE_DETAILS hz_cust_accounts CUST_ACCOUNT_ID
iex_case_folder_objects iex_promise_details PROMISE_DETAIL_ID
iex_prd_appl_xref iex_promise_details PROMISE_DETAIL_ID

Indexes

Index Uniqueness Tablespace Columns
IEX_PROMISE_DETAILS_N1 Non Unique FUSION_TS_TX_DATA PROMISE_DATE
IEX_PROMISE_DETAILS_N2 Non Unique FUSION_TS_TX_DATA BROKEN_ON_DATE
IEX_PROMISE_DETAILS_N3 Non Unique FUSION_TS_TX_DATA DELINQUENCY_ID
IEX_PROMISE_DETAILS_N4 Non Unique FUSION_TS_TX_DATA CUST_ACCOUNT_ID, STATUS, AMOUNT_DUE_REMAINING
IEX_PROMISE_DETAILS_N5 Non Unique FUSION_TS_TX_DATA RESOURCE_ID
IEX_PROMISE_DETAILS_N6 Non Unique FUSION_TS_TX_DATA ORG_ID
IEX_PROMISE_DETAILS_U1 Unique FUSION_TS_TX_DATA PROMISE_DETAIL_ID