[Home] [Help]
[Dependency Information]
Object Name: | ARFV_APP_DISTS_ALC_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A multiple reporting currency view
This shows Alternate Currencies information about cash receipt applications transferred to the Subledger Accounting.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FUNCTIONAL_DEBIT_AMOUNT | NUMBER | The debit amount converted to functional currency. | ||
FUNCTIONAL_CREDIT_AMOUNT | NUMBER | The credit amount converted to functional currency. | ||
_LA:POSTED_FLAG | CHAR | (77) | Posted flag | |
LEDGER_NAME | VARCHAR2 | (30) | Yes | Ledger Name |
RECEIVABLE_APPLICATION_ID | NUMBER | (15) | Yes | Unique Identifier for Receivable Application |
_LA:ACCOUNT_TYPE | VARCHAR2 | (113) | Account Type | |
LEDGER_ID | NUMBER | (15) | Yes | Unique Identifier for Ledger |
ACCOUNTING_CLASS_CODE | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT FUNCTIONAL_DEBIT_AMOUNT
, FUNCTIONAL_CREDIT_AMOUNT
, _LA:POSTED_FLAG
, LEDGER_NAME
, RECEIVABLE_APPLICATION_ID
, _LA:ACCOUNT_TYPE
, LEDGER_ID
, ACCOUNTING_CLASS_CODE
FROM APPS.ARFV_APP_DISTS_ALC_V;
APPS.ARFV_APP_DISTS_ALC_V is not referenced by any database object
|
|
|