[Home] [Help]
[Dependency Information]
Object Name: | AR_DISPUTE_HISTORY |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_DISPUTE_HISTORY table stores dispute history for each payment schedule. Oracle Receivables creates a row in this table each time that the AMOUNT_IN_DISPUTE column is changed in the AR_PAYMENT_SCHEDULES table.
.
The primary key for this table is DISPUTE_HISTORY_ID.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_DISPUTE_HISTORY_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AR_DISPUTE_HISTORY_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DISPUTE_HISTORY_ID | NUMBER | (15) | Yes | Unique identifier for a dispute history record |
PAYMENT_SCHEDULE_ID | NUMBER | (15) | Yes | Identifies the payment schedule |
AMOUNT_DUE_REMAINING | NUMBER | Yes | The current amount due remaining | |
AMOUNT_IN_DISPUTE | NUMBER | Yes | The current disputed amount | |
DISPUTE_AMOUNT | NUMBER | Yes | The difference between the last amount_in_dispute and the current amount_in_dispute | |
START_DATE | DATE | Yes | Start Date for dispute history record | |
END_DATE | DATE | End Date for dispute history record | ||
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
CREATED_FROM | VARCHAR2 | (30) | Null if the record is created by the AR_DISPUTE_HISTORY_BRU trigger |
Cut, paste (and edit) the following text to query this object:
SELECT DISPUTE_HISTORY_ID
, PAYMENT_SCHEDULE_ID
, AMOUNT_DUE_REMAINING
, AMOUNT_IN_DISPUTE
, DISPUTE_AMOUNT
, START_DATE
, END_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_FROM
FROM AR.AR_DISPUTE_HISTORY;
AR.AR_DISPUTE_HISTORY does not reference any database object
AR.AR_DISPUTE_HISTORY is referenced by following:
|
|
|