[Home] [Help]
[Dependency Information]
| Object Name: | FV_FUND_PARAMETERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FV.FV_FUND_PARAMETERS_V
|
| Subobject Name: | |
| Status: | VALID |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
FV_FUND_PARAMETERS_V stores Set of Books information per
Treasury symbol.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TREASURY_SYMBOL | VARCHAR2 | (35) | Treasury symbol | |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
Cut, paste (and edit) the following text to query this object:
SELECT TREASURY_SYMBOL
, SET_OF_BOOKS_ID
FROM APPS.FV_FUND_PARAMETERS_V;
APPS
FV_FUND_PARAMETERS
APPS.FV_FUND_PARAMETERS_V is not referenced by any database object
|
|
|
|