[Home] [Help]
[Dependency Information]
Object Name: | AR_MC_RECEIVABLE_APPS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_MC_RECEIVABLE_APPS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
AR_MC_RECEIVABLE_APPS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
AR_MC_RECEIVABLE_APPS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
AR_MC_RECEIVABLE_APPS_N3 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
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). |
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;
AR.AR_MC_RECEIVABLE_APPS does not reference any database object
AR.AR_MC_RECEIVABLE_APPS is referenced by following:
|
|
|