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


TABLE: AR.AR_MC_RECEIVABLE_APPS

Object Details
Object Name: AR_MC_RECEIVABLE_APPS
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_MC_RECEIVABLE_APPS
Subobject Name:
Status: VALID


The AR_MC_RECEIVABLE_APPS table is a Multiple Reporting Currencies (MRC) subtable of the AR_RECEIVABLE_APPLICATIONS_ALL table. The AR_MC_RECEIVABLE_APPS table stores information about cash and credit memo applications for each reporting set of books that is associated with the parent record in the AR_RECEIVABLE_APPLICATIONS_ALL table.
.
Each row includes the amount applied, status, and the set of books that the row applies to. The GL_POSTED_DATE and POSTING_CONTROL_ID columns are updated for each reporting set of books when posting is run for that book.
.
The primary keys for this table are RECEIVABLE_APPLICATION_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_RECEIVABLE_APPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRECEIVABLE_APPLICATION_ID
ColumnSET_OF_BOOKS_ID
AR_MC_RECEIVABLE_APPS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCASH_RECEIPT_ID
AR_MC_RECEIVABLE_APPS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnGL_POSTED_DATE
AR_MC_RECEIVABLE_APPS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSET_OF_BOOKS_ID
ColumnCASH_RECEIPT_HISTORY_ID
ColumnSTATUS
Columns
Name Datatype Length Mandatory Comments
RECEIVABLE_APPLICATION_ID NUMBER (15) Yes Receivable application identifier
SET_OF_BOOKS_ID NUMBER (15) Yes Set of Books identifier
AMOUNT_APPLIED NUMBER
Yes For same currency applications, the total amount of application in currency of receipt and transaction
DISPLAY VARCHAR2 (1) Yes Y or N indicates whether this is the latest application or not
STATUS VARCHAR2 (30) Yes Lookup type for the status of the application
PAYMENT_SCHEDULE_ID NUMBER (15) Yes Identifies payment schedule of payment or credit memo being applied
CASH_RECEIPT_ID NUMBER (15)
Cash receipt identifier
GL_POSTED_DATE DATE

Date this record 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_APPLIED_FROM NUMBER
Yes Portion of receipt allocated to transaction in receipt currency. Only populated for APP and UNAPP rows that are part of a cross-currency application.
ACCTD_AMOUNT_APPLIED_TO NUMBER

Amount allocated to the transaction in functional currency, converted using the transaction rate
ACCTD_EARNED_DISCOUNT_TAKEN NUMBER

Earned discount equivalent in the functional currency obtained using the invoice exchange rate
ACCTD_UNEARNED_DISCOUNT_TAKEN NUMBER

Unearned discount equivalent in the functional currency obtained using the invoice exchange rate
AMOUNT_APPLIED_FROM NUMBER

Total amount of the application in the currency of the receipt (the portion of the receipt allocated to the transaction). This is only populated for APP and UNAPP rows that are part of a cross currency application.
CASH_RECEIPT_HISTORY_ID NUMBER (15)
Cash receipt history identifier
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
APPLICATION_RULE VARCHAR2 (30)
Application rule
REVERSAL_CREATED VARCHAR2 (1)
Reversal created
ADJUSTMENT_CREATED VARCHAR2 (1)
Adjustment created
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RECEIVABLE_APPLICATION_ID
,      SET_OF_BOOKS_ID
,      AMOUNT_APPLIED
,      DISPLAY
,      STATUS
,      PAYMENT_SCHEDULE_ID
,      CASH_RECEIPT_ID
,      GL_POSTED_DATE
,      POSTING_CONTROL_ID
,      ACCTD_AMOUNT_APPLIED_FROM
,      ACCTD_AMOUNT_APPLIED_TO
,      ACCTD_EARNED_DISCOUNT_TAKEN
,      ACCTD_UNEARNED_DISCOUNT_TAKEN
,      AMOUNT_APPLIED_FROM
,      CASH_RECEIPT_HISTORY_ID
,      LAST_UPDATE_DATE
,      PROGRAM_ID
,      APPLICATION_RULE
,      REVERSAL_CREATED
,      ADJUSTMENT_CREATED
,      LAST_UPDATED_BY
FROM AR.AR_MC_RECEIVABLE_APPS;

Dependencies

[top of page]

AR.AR_MC_RECEIVABLE_APPS does not reference any database object

AR.AR_MC_RECEIVABLE_APPS is referenced by following:

SchemaAR
ViewAR_MC_RECEIVABLE_APPS#