[Home] [Help]
[Dependency Information]
Object Name: | FII_COST_CENTER_VALUES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID | NUMBER | (15) | Yes | Identifier of the Cost Center Dimension value. |
VALUE | VARCHAR2 | (150) | Yes | Cost Center Dimension value. |
DESCRIPTION | VARCHAR2 | (240) | Cost Center Dimension description. | |
IS_LEAF_FLAG | VARCHAR2 | (1) | Flag to determine if the node is a parent or a child. |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, DESCRIPTION
, IS_LEAF_FLAG
FROM APPS.FII_COST_CENTER_VALUES_V;
|
|
|