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


TABLE: AR.AR_MC_CASH_RECEIPTS

Object Details
Object Name: AR_MC_CASH_RECEIPTS
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_MC_CASH_RECEIPTS
Subobject Name:
Status: VALID


The AR_MC_CASH_RECEIPTS table is a Multiple Reporting Currencies (MRC) subtable of the AR_CASH_RECEIPTS_ALL table. The AR_MC_CASH_RECEIPTS table stores currency-related information about receipt entry for each reporting set of books that is associated with the parent record in the AR_CASH_RECEIPTS_ALL table.
.
The primary keys for this table are CASH_RECEIPT_ID and SET_OF_BOOKS_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_MC_CASH_RECEIPTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCASH_RECEIPT_ID
ColumnSET_OF_BOOKS_ID
Columns
Name Datatype Length Mandatory Comments
CASH_RECEIPT_ID NUMBER (15) Yes Cash receipt identifier
SET_OF_BOOKS_ID NUMBER (15) Yes Set of Books identifier
EXCHANGE_RATE_TYPE VARCHAR2 (30)
Conversion type used to convert foreign currency transactions
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CASH_RECEIPT_ID
,      SET_OF_BOOKS_ID
,      EXCHANGE_RATE_TYPE
,      EXCHANGE_RATE
,      EXCHANGE_DATE
FROM AR.AR_MC_CASH_RECEIPTS;

Dependencies

[top of page]

AR.AR_MC_CASH_RECEIPTS does not reference any database object

AR.AR_MC_CASH_RECEIPTS is referenced by following:

SchemaAPPS
SynonymAR_MC_CASH_RECEIPTS