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


TABLE: AR.RA_MC_CUSTOMER_TRX

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


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

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;

Dependencies

[top of page]

AR.RA_MC_CUSTOMER_TRX does not reference any database object

AR.RA_MC_CUSTOMER_TRX is referenced by following:

SchemaAPPS
SynonymRA_MC_CUSTOMER_TRX