[Home] [Help]
[Dependency Information]
Object Name: | FII_OU_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 gl_sets_of_books and hr_organization_information. It will contain information about the Currency corresponding to a Ledger.
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 |
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;
APPS.FII_OU_LEDGER_V is not referenced by any database object
|
|
|