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


VIEW: APPS.FII_LEDGER_V

Object Details
Object Name: FII_LEDGER_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFII.FII_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 FII_SOURCE_LEDGER_GROUPS, FII_SLG_ASSIGNMENTS and GL_SETS_OF_BOOKS. It will contain information about the Ledgers assigned to the source ledger group.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID NUMBER (15) Yes Ledger Identifier
VALUE VARCHAR2 (30) Yes Value of Ledger Identifier
Query Text

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


SELECT ID
,      VALUE
FROM APPS.FII_LEDGER_V;

Dependencies

[top of page]

APPS.FII_LEDGER_V references the following:

SchemaAPPS
SynonymFII_SLG_ASSIGNMENTS
SynonymFII_SOURCE_LEDGER_GROUPS
ViewGL_LEDGERS_PUBLIC_V

APPS.FII_LEDGER_V is not referenced by any database object