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


TABLE: AR.AR_MC_MISC_CASH_DISTS

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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_MC_MISC_CASH_DISTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMISC_CASH_DISTRIBUTION_ID
ColumnSET_OF_BOOKS_ID
AR_MC_MISC_CASH_DISTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCASH_RECEIPT_ID
Columns
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).
Query Text

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;

Dependencies

[top of page]

AR.AR_MC_MISC_CASH_DISTS does not reference any database object

AR.AR_MC_MISC_CASH_DISTS is referenced by following:

SchemaAR
ViewAR_MC_MISC_CASH_DISTS#