[Home] [Help]
[Dependency Information]
| Object Name: | RA_MC_CUSTOMER_TRX_LINES |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.RA_MC_CUSTOMER_TRX_LINES
|
| Subobject Name: | |
| Status: | VALID |
The RA_MC_CUSTOMER_TRX_LINES table is a Multiple Reporting Currencies (MRC) subtable of the RA_CUSTOMER_TRX_LINES_ALL table. This table stores currency-related information about transaction lines for each reporting set of books that is associated with the parent record in the RA_CUSTOMER_TRX_LINES_ALL table.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| RA_MC_CUSTOMER_TRX_LINES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CUSTOMER_TRX_LINE_ID
SET_OF_BOOKS_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUSTOMER_TRX_LINE_ID | NUMBER | (15) | Yes | Transaction line identifier |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
| EXTENDED_ACCTD_AMOUNT | NUMBER | Yes | Transaction line amount in functional currency for bills receivable | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_TRX_LINE_ID
, SET_OF_BOOKS_ID
, EXTENDED_ACCTD_AMOUNT
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM AR.RA_MC_CUSTOMER_TRX_LINES;
AR.RA_MC_CUSTOMER_TRX_LINES does not reference any database object
AR.RA_MC_CUSTOMER_TRX_LINES is referenced by following:
AR
RA_MC_CUSTOMER_TRX_LINES#
|
|
|
|