[Home] [Help]
[Dependency Information]
| Object Name: | AR_MC_BATCHES |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.AR_MC_BATCHES
|
| Subobject Name: | |
| Status: | VALID |
The AR_MC_BATCHES table is a Multiple Reporting Currencies (MRC) subtable of the AR_BATCHES_ALL table. The AR_MC_BATCHES table stores currency-related information about receipt batches for each reporting set of books that is associated with the parent record in the AR_BATCHES_ALL table.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AR_MC_BATCHES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BATCH_ID
SET_OF_BOOKS_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (15) | Yes | Identifier of the payment batch |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Identifier of the General Ledger Set of Books associated with this payment batch |
| EXCHANGE_RATE | NUMBER | Currency conversion rate used to convert the transactional currency amount to reporting currency amount | ||
| EXCHANGE_DATE | DATE | Currency conversion date used to convert the transactional currency amount to reporting currency amount | ||
| EXCHANGE_RATE_TYPE | VARCHAR2 | (30) | Currency conversion type used to convert the transactional currency amount to reporting currency amount |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, SET_OF_BOOKS_ID
, EXCHANGE_RATE
, EXCHANGE_DATE
, EXCHANGE_RATE_TYPE
FROM AR.AR_MC_BATCHES;
AR.AR_MC_BATCHES does not reference any database object
AR.AR_MC_BATCHES is referenced by following:
APPS
AR_MC_BATCHES
|
|
|
|