CN_DISPUTES_ALL

Disputes table ................................................................................

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_DISPUTES_ALL_PK

DISPUTE_ID

Columns

Name Datatype Length Precision Not-null Comments
DISPUTE_ID NUMBER 18 Yes Generated from sequence
ATTACHMENT_NAME VARCHAR2 80 Attachment Name
PERIOD_ID NUMBER 18 Period for which dispute is reported.
PRIMARY_PARTICIPANT_ID NUMBER 18 Primary participant for whom dispute is reported.
ATTACHMENT BLOB Attachment
DISPUTE_JUSTIFICATION VARCHAR2 1000 Dispute Justification
EXPECTED_VALUE NUMBER EXPECTED_VALUE
ACTUAL_VALUE NUMBER ACTUAL_VALUE
DISPUTE_NAME VARCHAR2 80 Dispute Name
PLAN_COMPONENT_NAME VARCHAR2 80 Plan Component Name
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.
TASK_ID NUMBER 18 Yes Unique Identifier for AMX Task
DISPUTE_DESCRIPTION VARCHAR2 1000 Dispute description
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
REQUESTOR_PARTICIPANT_ID NUMBER 18 Requestor of the Dispute
DISPUTE_STATUS VARCHAR2 30 Yes Values from FND_LOOKUPS
DISPUTE_TYPE VARCHAR2 30 Values from FND_LOOKUPS
PAYMENT_ADJUSTMENT_TYPE VARCHAR2 30 Values from FND_LOOKUPS
PARTICIPANT_ID NUMBER 18 Yes Participant for whom this dispute has been raised.
RESOLUTION_CODE VARCHAR2 30 Values from FND_LOOKUPS
TRANSACTION_TYPE VARCHAR2 30 Values from FND_LOOKUPS
SOURCE_TRX_NUMBER VARCHAR2 30 Transaction Number
SOURCE_EVENT_DATE DATE Transaction Date
TRANSACTION_QTY NUMBER Unit sold in transaction
CUSTOMER_ID NUMBER 18 Customer Id on the transaction
INVENTORY_ITEM_ID NUMBER 18 Unique identifier for the product
TRANSACTION_AMOUNT NUMBER Transaction amount on the disputed transaction
CURRENCY_CODE VARCHAR2 15 Expected amount currency code
CLOSED_DATE DATE Date in which the dispute is closed
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.
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.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER11 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER12 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER13 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER14 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER15 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE6 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE7 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE8 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE9 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE10 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE11 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE12 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE13 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE14 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE15 DATE Descriptive Flexfield: segment of the user descriptive flexfield.

Foreign Keys

Table Foreign Table Foreign Key Column
CN_DISPUTES_ALL cn_srp_participants_all PARTICIPANT_ID

Indexes

Index Uniqueness Tablespace Columns
CN_DISPUTES_ALL_N1 Non Unique Default ORG_ID, SOURCE_EVENT_DATE, DISPUTE_STATUS
CN_DISPUTES_ALL_U1 Unique Default DISPUTE_ID