[Home] [Help]
[Dependency Information]
| Object Name: | RA_MC_TRX_LINE_GL_DIST |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.RA_MC_TRX_LINE_GL_DIST
|
| Subobject Name: | |
| Status: | VALID |
The RA_MC_TRX_LINE_GL_DIST table is a Multiple Reporting Currencies (MRC) subtable of the RA_CUST_TRX_LINE_GL_DIST_ALL table. This table stores currency and accounting records for revenue, unearned revenue, and unbilled receivables for each reporting set of books that is associated with the parent record in the RA_CUST_TRX_LINE_GL_DIST_ALL table. Oracle Receivables uses information in this table to post the proper amounts to General Ledger.
.
The primary keys for this table are CUST_TRX_LINE_GL_DIST_ID and SET_OF_BOOKS_ID.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| RA_MC_TRX_LINE_GL_DIST_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CUST_TRX_LINE_GL_DIST_ID
SET_OF_BOOKS_ID
|
| RA_MC_TRX_LINE_GL_DIST_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CUSTOMER_TRX_ID
ACCOUNT_CLASS
SET_OF_BOOKS_ID
|
| RA_MC_TRX_LINE_GL_DIST_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
POSTING_CONTROL_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUST_TRX_LINE_GL_DIST_ID | NUMBER | (15) | Yes | Revenue distribution identifier |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
| ACCOUNT_CLASS | VARCHAR2 | (20) | Yes | Account type. Freight, Receivable, Revenue, AutoInvoice Clearing, Tax, Unbilled Receivable, Unearned Revenue, or Charges. |
| CUSTOMER_TRX_ID | NUMBER | (15) | Yes | Invoice identifier |
| AMOUNT | NUMBER | Amount of this record in foreign currency | ||
| GL_POSTED_DATE | DATE | Date this transaction was transferred to the General Ledger | ||
| POSTING_CONTROL_ID | NUMBER | (15) | Yes | Receivables posting batch identifier, -1, -2, and -4 for posted in previous releases and -3 for not posted |
| ACCTD_AMOUNT | NUMBER | Amount in the functional currency | ||
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | (15) | 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 CUST_TRX_LINE_GL_DIST_ID
, SET_OF_BOOKS_ID
, ACCOUNT_CLASS
, CUSTOMER_TRX_ID
, AMOUNT
, GL_POSTED_DATE
, POSTING_CONTROL_ID
, ACCTD_AMOUNT
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM AR.RA_MC_TRX_LINE_GL_DIST;
AR.RA_MC_TRX_LINE_GL_DIST does not reference any database object
AR.RA_MC_TRX_LINE_GL_DIST is referenced by following:
AR
RA_MC_TRX_LINE_GL_DIST#
|
|
|
|