[Home] [Help]
[Dependency Information]
| Object Name: | AR_MC_ADJUSTMENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.AR_MC_ADJUSTMENTS
|
| Subobject Name: | |
| Status: | VALID |
The AR_MC_ADJUSTMENTS table is a Multiple Reporting Currencies (MRC) subtable of the AR_ADJUSTMENTS_ALL table. This table stores currency-related information about invoice adjustments for each reporting set of books associated with the parent record in the AR_ADJUSTMENTS_ALL table.
.
The primary keys on this table are ADJUSTMENT_ID and SET_OF_BOOKS_ID.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AR_MC_ADJUSTMENTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ADJUSTMENT_ID
SET_OF_BOOKS_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ADJUSTMENT_ID | NUMBER | (15) | Yes | Adjustment identifier |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
| GL_POSTED_DATE | DATE | Date this record was transferred to the General Ledger | ||
| POSTING_CONTROL_ID | NUMBER | (15) | Yes | Receivables posting batch identifier, -1, -2, and -4 for posted in previous releases and -3 for not posted |
| ACCTD_AMOUNT | NUMBER | Yes | Adjustment amount in functional currency | |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT ADJUSTMENT_ID
, SET_OF_BOOKS_ID
, GL_POSTED_DATE
, POSTING_CONTROL_ID
, ACCTD_AMOUNT
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM AR.AR_MC_ADJUSTMENTS;
AR.AR_MC_ADJUSTMENTS does not reference any database object
AR.AR_MC_ADJUSTMENTS is referenced by following:
APPS
AR_MC_ADJUSTMENTS
|
|
|
|