[Home] [Help]
[Dependency Information]
Object Name: | AR_MC_DISTRIBUTIONS_ALL |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_MC_DISTRIBUTIONS_ALL table is a Multiple Reporting Currencies (MRC) subtable of the AR_DISTRIBUTIONS_ALL table. The AR_MC_DISTRIBUTIONS_ALL table stores currency-related information about distributions that are generated by the different steps in a cash receipt's life cycle for each reporting sets of books that is associated with the parent record in the AR_DISTRIBUTIONS_ALL table.
.
The primary keys for this table are LINE_ID and SET_OF_BOOKS_ID.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_MC_DISTRIBUTIONS_ALL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
AR_MC_DISTRIBUTIONS_ALL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LINE_ID | NUMBER | (15) | Yes | Unique identifier primarily for rows that pass on to General Ledger |
SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
SOURCE_ID | NUMBER | (15) | Yes | Foreign key to AR_CASH_RECEIPT_HISTORY_ALL.CASH_RECEIPT_HISTORY_ID, refers to transaction that created these distributions |
SOURCE_TABLE | VARCHAR2 | (10) | Yes | Source table |
SOURCE_TYPE | VARCHAR2 | (30) | Yes | Account that distribution is posted for, CONFIRMATION, REMITTANCE, CASH, FACTOR, SHORT_TERM_DEBT, or BANK_CHARGES |
CODE_COMBINATION_ID | NUMBER | (15) | Yes | Foreign key to GL_CODE_COMBINATIONS.CODE_COMBINATION_ID, the account to create journals for |
AMOUNT_DR | NUMBER | Debit amount of journal entries | ||
AMOUNT_CR | NUMBER | Credit amount of journal entries | ||
ACCTD_AMOUNT_DR | NUMBER | Accounted debit amount of journal entries | ||
ACCTD_AMOUNT_CR | NUMBER | Accounted credit amount of journal entries | ||
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_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
ORG_ID | NUMBER | (15) | Organization identifier | |
SOURCE_TABLE_SECONDARY | VARCHAR2 | (10) | Secondary source table | |
SOURCE_ID_SECONDARY | NUMBER | (15) | Secondary source identifier | |
CURRENCY_CODE | VARCHAR2 | (15) | Code defined for a currency | |
CURRENCY_CONVERSION_RATE | NUMBER | Currency conversion rate used to convert the transactional currency amount to reporting currency amount | ||
CURRENCY_CONVERSION_TYPE | VARCHAR2 | (30) | Currency conversion type used to convert the transaction currency amount to reporting currency amount | |
CURRENCY_CONVERSION_DATE | DATE | Date which determines currency conversion rate to convert transaction currency amounts into reporting currency amounts | ||
TAXABLE_ENTERED_DR | NUMBER | Taxable entered debit amount | ||
TAXABLE_ENTERED_CR | NUMBER | Taxable entered credit amount | ||
TAXABLE_ACCOUNTED_DR | NUMBER | Taxable accounted debit amount | ||
TAXABLE_ACCOUNTED_CR | NUMBER | Taxable accounted credit amount | ||
TAX_LINK_ID | NUMBER | Tax link identifier | ||
THIRD_PARTY_ID | NUMBER | (15) | Third party identifier | |
THIRD_PARTY_SUB_ID | NUMBER | (15) | Third party subidentifier | |
REVERSED_SOURCE_ID | NUMBER | (15) | Reversed source identifier | |
TAX_CODE_ID | NUMBER | (15) | Tax code identifier | |
LOCATION_SEGMENT_ID | NUMBER | (15) | Internal location segment identifier | |
SOURCE_TYPE_SECONDARY | VARCHAR2 | (30) | Secondary source type | |
TAX_GROUP_CODE_ID | NUMBER | (15) | Foreign key to the AR_TAX_GROUP_CODES table to identify tax group for tax code |
Cut, paste (and edit) the following text to query this object:
SELECT LINE_ID
, SET_OF_BOOKS_ID
, SOURCE_ID
, SOURCE_TABLE
, SOURCE_TYPE
, CODE_COMBINATION_ID
, AMOUNT_DR
, AMOUNT_CR
, ACCTD_AMOUNT_DR
, ACCTD_AMOUNT_CR
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
, SOURCE_TABLE_SECONDARY
, SOURCE_ID_SECONDARY
, CURRENCY_CODE
, CURRENCY_CONVERSION_RATE
, CURRENCY_CONVERSION_TYPE
, CURRENCY_CONVERSION_DATE
, TAXABLE_ENTERED_DR
, TAXABLE_ENTERED_CR
, TAXABLE_ACCOUNTED_DR
, TAXABLE_ACCOUNTED_CR
, TAX_LINK_ID
, THIRD_PARTY_ID
, THIRD_PARTY_SUB_ID
, REVERSED_SOURCE_ID
, TAX_CODE_ID
, LOCATION_SEGMENT_ID
, SOURCE_TYPE_SECONDARY
, TAX_GROUP_CODE_ID
FROM AR.AR_MC_DISTRIBUTIONS_ALL;
AR.AR_MC_DISTRIBUTIONS_ALL does not reference any database object
AR.AR_MC_DISTRIBUTIONS_ALL is referenced by following:
|
|
|