[Home] [Help]
[Dependency Information]
Object Name: | AP_MATCHED_RECT_ADJ_ALL |
---|---|
Object Type: | TABLE |
Owner: | AP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A new record is added to this table each time
a receipt that has been matched to by Payables
is adjusted. Each record contains the original receipt
transaction identifier and the adjusted receipt transaction
identifier along with the date it was adjusted. The data in this
table will be used for the Matched and Modified Receipts
Report. This table records only 'RETURN' and 'ADJUST' type
transactions in Purchasing.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AP_MATCHED_RECT_ADJ_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AP_MATCHED_RECT_ADJ_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MATCHED_RECT_ADJ_ID | NUMBER | (15) | Yes | Unique identifier for this table |
PARENT_RCV_TXN_ID | NUMBER | Yes | The TRANSACTION_ID of the parent 'RECEIVE' transaction for a receipt | |
ADJUSTED_RCV_TXN_ID | NUMBER | Yes | The TRANSACTION_ID of the 'ADJUST' or 'RETURN' transaction for a receipt | |
ADJUSTED_DATE | DATE | Yes | The date the receipt was adjusted | |
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). | |
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). |
PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
ORG_ID | NUMBER | (15) | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT MATCHED_RECT_ADJ_ID
, PARENT_RCV_TXN_ID
, ADJUSTED_RCV_TXN_ID
, ADJUSTED_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, PROGRAM_ID
, PROGRAM_APPLICATION_ID
, REQUEST_ID
, PROGRAM_UPDATE_DATE
, ORG_ID
FROM AP.AP_MATCHED_RECT_ADJ_ALL;
AP.AP_MATCHED_RECT_ADJ_ALL does not reference any database object
AP.AP_MATCHED_RECT_ADJ_ALL is referenced by following:
|
|
|