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


VIEW: APPS.FII_COST_CENTER_VALUES_V

Object Details
Object Name: FII_COST_CENTER_VALUES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFII.FII_COST_CENTER_VALUES_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.FII_COST_CENTER_VALUES_V references the following:

SchemaAPPS
SynonymFII_COST_CTR_HIERARCHIES
SynonymFII_FINANCIAL_DIMENSIONS
ViewFND_FLEX_VALUES_VL
APPS.FII_COST_CENTER_VALUES_V is referenced by following:

SchemaAPPS
ViewFII_CCC_VALUES_V