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


TABLE: AR.AR_MC_DISTRIBUTIONS_ALL

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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_MC_DISTRIBUTIONS_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLINE_ID
ColumnSET_OF_BOOKS_ID
AR_MC_DISTRIBUTIONS_ALL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSOURCE_ID
ColumnSOURCE_TABLE
ColumnSOURCE_TYPE
ColumnSET_OF_BOOKS_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

AR.AR_MC_DISTRIBUTIONS_ALL does not reference any database object

AR.AR_MC_DISTRIBUTIONS_ALL is referenced by following:

SchemaAPPS
SynonymAR_MC_DISTRIBUTIONS_ALL