[Home] [Help]
[Dependency Information]
| Object Name: | RA_MC_CUSTOMER_TRX |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.RA_MC_CUSTOMER_TRX
|
| Subobject Name: | |
| Status: | VALID |
The RA_MC_CUSTOMER_TRX table is a Multiple Reporting Currencies (MRC) subtable of the RA_CUSTOMER_TRX_ALL table. This table stores currency-related information about invoice, debit memo, commitment, and credit memo header information for each reporting set of books that is associated with the parent record in the RA_CUSTOMER_TRX_ALL table.
.
The primary keys for this table are CUSTOMER_TRX_ID and SET_OF_BOOKS_ID.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| RA_MC_CUSTOMER_TRX_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CUSTOMER_TRX_ID
SET_OF_BOOKS_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUSTOMER_TRX_ID | NUMBER | (15) | Yes | Invoice 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_DATE | DATE | Date that determines currency conversion rate to convert transaction currency amounts into reporting currency amounts | ||
| EXCHANGE_RATE | NUMBER | Currency conversion rate used to convert the transactional currency amount to reporting currency amount |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_TRX_ID
, SET_OF_BOOKS_ID
, EXCHANGE_RATE_TYPE
, EXCHANGE_DATE
, EXCHANGE_RATE
FROM AR.RA_MC_CUSTOMER_TRX;
AR.RA_MC_CUSTOMER_TRX does not reference any database object
AR.RA_MC_CUSTOMER_TRX is referenced by following:
AR
RA_MC_CUSTOMER_TRX#
|
|
|
|