[Home] [Help]
[Dependency Information]
Object Name: | AR_MC_MISC_CASH_DISTS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_MC_MISC_CASH_DISTS table is a Multiple Reporting Currencies (MRC) subtable of the AR_MISC_CASH_DISTRIBUTIONS_ALL table. The AR_MC_MISC_CASH_DISTS table stores currency and accounting information about miscellaneous cash applications for each reporting set of books that is associated with the parent record in the AR_MISC_CASH_DISTRIBUTIONS_ALL table.
.
The primary keys for this table are MISC_CASH_DISTRIBUTION_ID and CASH_RECEIPT_ID.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_MC_MISC_CASH_DISTS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
AR_MC_MISC_CASH_DISTS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MISC_CASH_DISTRIBUTION_ID | NUMBER | (15) | Yes | Miscellaneous cash distribution identifier |
CASH_RECEIPT_ID | NUMBER | (15) | Yes | Cash receipt identifier |
SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
AMOUNT | NUMBER | Yes | Amount of the distribution | |
PERCENT | NUMBER | (19) | Percent of the distribution attributed to this record | |
GL_POSTED_DATE | DATE | Date this record was transferred to the General Ledger | ||
POSTING_CONTROL_ID | NUMBER | Yes | Receivables posting batch identifier, -1, -2, and -4 for posted in previous releases and -3 for not posted | |
ACCTD_AMOUNT | NUMBER | Yes | Amount in functional currency | |
CREATED_FROM | VARCHAR2 | (30) | Yes | Populated by code that points to form or program that created this row |
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 MISC_CASH_DISTRIBUTION_ID
, CASH_RECEIPT_ID
, SET_OF_BOOKS_ID
, AMOUNT
, PERCENT
, GL_POSTED_DATE
, POSTING_CONTROL_ID
, ACCTD_AMOUNT
, CREATED_FROM
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM AR.AR_MC_MISC_CASH_DISTS;
AR.AR_MC_MISC_CASH_DISTS does not reference any database object
AR.AR_MC_MISC_CASH_DISTS is referenced by following:
|
|
|