DBA Data[Home] [Help] [Dependency Information]


TABLE: AR.AR_MC_BATCHES

Object Details
Object Name: AR_MC_BATCHES
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_MC_BATCHES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBATCH_ID
ColumnSET_OF_BOOKS_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

AR.AR_MC_BATCHES does not reference any database object

AR.AR_MC_BATCHES is referenced by following:

SchemaAPPS
SynonymAR_MC_BATCHES