[Home] [Help]
[Dependency Information]
Object Name: | ARFV_ADJ_DISTS_ALT_CRNCY |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This shows Multiple Reporting Currencies (MRC) information about adjustment 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 | (71) | "La :Posted flag" | |
ADJUSTMENT_ID | NUMBER | (15) | Yes | Unique Identifier for Adjustment |
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
, ADJUSTMENT_ID
, SET_OF_BOOKS_ID
FROM APPS.ARFV_ADJ_DISTS_ALT_CRNCY;
APPS.ARFV_ADJ_DISTS_ALT_CRNCY is not referenced by any database object
|
|
|