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


VIEW: APPS.ARFV_APP_DISTS_ALT_CRNCY

Object Details
Object Name: ARFV_APP_DISTS_ALT_CRNCY
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAR.ARFV_APP_DISTS_ALT_CRNCY
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This shows Multiple Reporting Currencies (MRC) information about cash receipt applications posted to the General Ledger.


[View Source]

Columns
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 VARCHAR2 (76)
Posted flag
SET_OF_BOOKS_NAME VARCHAR2 (30)
Set Of Books Name
RECEIVABLE_APPLICATION_ID NUMBER (15)
Unique Identifier for Receivable Application
_LA:ACCOUNT_TYPE VARCHAR2 (146)
Account Type
SET_OF_BOOKS_ID NUMBER (15)
Unique Identifier for Set Of Books
Query Text

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
,      RECEIVABLE_APPLICATION_ID
,      _LA:ACCOUNT_TYPE
,      SET_OF_BOOKS_ID
FROM APPS.ARFV_APP_DISTS_ALT_CRNCY;

Dependencies

[top of page]

APPS.ARFV_APP_DISTS_ALT_CRNCY references the following:

SchemaAPPS
SynonymAR_MC_RECEIVABLE_APPS
ViewGL_SETS_OF_BOOKS

APPS.ARFV_APP_DISTS_ALT_CRNCY is not referenced by any database object