[Home] [Help]
[Dependency Information]
Object Name: | AR_MC_CASH_RECEIPTS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_MC_CASH_RECEIPTS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
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 |
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;
AR.AR_MC_CASH_RECEIPTS does not reference any database object
AR.AR_MC_CASH_RECEIPTS is referenced by following:
|
|
|