[Home] [Help]
[Dependency Information]
| Object Name: | ARFV_CASH_DISTS_ALT_CRNCY |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.ARFV_CASH_DISTS_ALT_CRNCY
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This shows Multiple Reporting Currencies (MRC) information about cash amounts posted to the General Ledger. ( Multiple Reporting Currencies is an Oracle General Ledger feature).
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FUNCTIONAL_DEBIT_AMOUNT | NUMBER | Functional Debit Amount | ||
| FUNCTIONAL_CREDIT_AMOUNT | NUMBER | Functional Credit Amount | ||
| _LA:POSTED_FLAG | CHAR | (75) | Posted flag | |
| SET_OF_BOOKS_NAME | VARCHAR2 | (30) | Yes | Set Of Books Name |
| LINE_ID | NUMBER | (15) | Yes | Unique Identifier for Line |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Unique Identifier for Set Of Books |
Cut, paste (and edit) the following text to query this object:
SELECT FUNCTIONAL_DEBIT_AMOUNT
, FUNCTIONAL_CREDIT_AMOUNT
, _LA:POSTED_FLAG
, SET_OF_BOOKS_NAME
, LINE_ID
, SET_OF_BOOKS_ID
FROM APPS.ARFV_CASH_DISTS_ALT_CRNCY;
APPS
AR_MC_CASH_RECEIPT_HIST
AR_MC_DISTRIBUTIONS_ALL
GL_SETS_OF_BOOKS
APPS.ARFV_CASH_DISTS_ALT_CRNCY is not referenced by any database object
|
|
|
|