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


VIEW: APPS.FII_OU_LEDGER_V

Object Details
Object Name: FII_OU_LEDGER_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFII.FII_OU_LEDGER_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view is based on tables gl_sets_of_books and hr_organization_information. It will contain information about the Currency corresponding to a Ledger.


[View Source]

Columns
Name Datatype Length Mandatory Comments
LEDGER_ID NUMBER (15) Yes Ledger Identifier
LEDGER_CURRENCY_CODE VARCHAR2 (15) Yes Ledger Currency Code
OPERATING_UNIT_ID NUMBER (15)
Operating Unit Identifier
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LEDGER_ID
,      LEDGER_CURRENCY_CODE
,      OPERATING_UNIT_ID
FROM APPS.FII_OU_LEDGER_V;

Dependencies

[top of page]

APPS.FII_OU_LEDGER_V references the following:

SchemaAPPS
ViewGL_SETS_OF_BOOKS
SynonymHR_ORGANIZATION_INFORMATION

APPS.FII_OU_LEDGER_V is not referenced by any database object