[Home] [Help]
[Dependency Information]
Object Name: | AR_MISC_CASH_DISTRIBUTIONS_ALL |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_MISC_CASH_DISTRIBUTIONS_ALL table stores all accounting entries for your miscellaneous cash applications. Miscellaneous cash is non-revenue income such as stock revenue, interest income, and investment income.
.
The AR_CASH_RECEIPTS_ALL table stores one record for each payment while the AR_MISC_CASH_DISTRIBUTIONS_ALL table stores one record for each receipt distribution.
.
The primary key for this table is MISC_CASH_DISTRIBUTION_ID.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_MISC_CASH_DISTRIBUTIONS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AR_MISC_CASH_DISTRIBUTIONS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
AR_MISC_CASH_DISTRIBUTIONS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
AR_MISC_CASH_DISTRIBUTIONS_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
AR_MISC_CASH_DISTRIBUTIONS_N4 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
AR_MISC_CASH_DISTRIBUTIONS_N5 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MISC_CASH_DISTRIBUTION_ID | NUMBER | (15) | Yes | Primary key for miscellaneous cash distributions |
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) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CASH_RECEIPT_ID | NUMBER | (15) | Yes | Identifier for the cash receipt of the miscellaneous cash |
CODE_COMBINATION_ID | NUMBER | (15) | Yes | General Ledger code combination account |
SET_OF_BOOKS_ID | NUMBER | (15) | Yes | General Ledger Set of Books that is used, only one currently supported |
GL_DATE | DATE | Yes | General Ledger date | |
PERCENT | NUMBER | (19) | Percent of the distribution that is attributed to this record | |
AMOUNT | NUMBER | Yes | Amount of the distribution | |
COMMENTS | VARCHAR2 | (240) | Comments | |
GL_POSTED_DATE | DATE | Date that this line was posted to General Ledger | ||
APPLY_DATE | DATE | Yes | The application date of the line | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield structure definition column. | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield segment | |
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 of journal entries | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield segment | |
PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
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). | |
PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
USSGL_TRANSACTION_CODE | VARCHAR2 | (30) | USSGL Transaction Code | |
USSGL_TRANSACTION_CODE_CONTEXT | VARCHAR2 | (30) | Context value for the USSGL Transaction Code Flexfield | |
CREATED_FROM | VARCHAR2 | (30) | Yes | Populated by code that points to form or program that created this row |
REVERSAL_GL_DATE | DATE | Populated for records that were reversed and for the reversing record, limits the number of records that are reversed by rate adjustments and receipt reversal | ||
ORG_ID | NUMBER | (15) | Organization identifier | |
MRC_GL_POSTED_DATE | VARCHAR2 | (2000) | MRC only: concatenated string of reporting Set of Books ID and posted date for reporting book(s) pairs | |
MRC_POSTING_CONTROL_ID | VARCHAR2 | (2000) | MRC only: concatenated string of reporting Set of Books ID and Receivables posting batch identifier pairs | |
MRC_ACCTD_AMOUNT | VARCHAR2 | (2000) | MRC only: concatenated string of reporting Set of Books ID and amount in reporting currency(s) pairs | |
EVENT_ID | NUMBER | (15) | SLA event_id | |
CASH_RECEIPT_HISTORY_ID | NUMBER | (15) | Cash receipt history identifier for activity accounting distribution |
Cut, paste (and edit) the following text to query this object:
SELECT MISC_CASH_DISTRIBUTION_ID
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, CASH_RECEIPT_ID
, CODE_COMBINATION_ID
, SET_OF_BOOKS_ID
, GL_DATE
, PERCENT
, AMOUNT
, COMMENTS
, GL_POSTED_DATE
, APPLY_DATE
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, POSTING_CONTROL_ID
, ACCTD_AMOUNT
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, REQUEST_ID
, USSGL_TRANSACTION_CODE
, USSGL_TRANSACTION_CODE_CONTEXT
, CREATED_FROM
, REVERSAL_GL_DATE
, ORG_ID
, MRC_GL_POSTED_DATE
, MRC_POSTING_CONTROL_ID
, MRC_ACCTD_AMOUNT
, EVENT_ID
, CASH_RECEIPT_HISTORY_ID
FROM AR.AR_MISC_CASH_DISTRIBUTIONS_ALL;
AR.AR_MISC_CASH_DISTRIBUTIONS_ALL does not reference any database object
AR.AR_MISC_CASH_DISTRIBUTIONS_ALL is referenced by following:
|
|
|