[Home] [Help]
[Dependency Information]
Object Name: | FII_LEDGER_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID | NUMBER | (15) | Yes | Ledger Identifier |
VALUE | VARCHAR2 | (30) | Yes | Value of Ledger Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
FROM APPS.FII_LEDGER_V;
APPS.FII_LEDGER_V is not referenced by any database object
|
|
|