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


VIEW: APPS.FII_FINANCIAL_DIMENSIONS_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


Contains Financials Intelligence specific information for Financial dimensions. Each record corresponds to a financial dimension with some system-level settings information.


[View Source]

Columns
Name Datatype Length Mandatory Comments
LINE_NUMBER NUMBER

Display Number for the Financial Dimension
DIMENSION_NAME VARCHAR2 (4000)
Financial Dimension Name
DIMENSION_SHORT_NAME VARCHAR2 (30) Yes Financial Dimension identifier
DESCRIPTION VARCHAR2 (4000)
Financial Dimension description
SYSTEM_ENABLED_FLAG VARCHAR2 (1) Yes Flag indicating if the dimension is enabled at the system level
DBI_ENABLED_FLAG VARCHAR2 (1)
Flag indicating if the dimension is enabled for Daily Business Intelligence
MASTER_VALUE_SET_ID NUMBER

Flexfield value set identifier
DBI_HIER_TOP_NODE VARCHAR2 (150)
Hierarchy top node for Daily Business Intelligence
DBI_HIER_TOP_NODE_ID NUMBER (15)
Flexfield segment value identifier for the hierarchy top node
ALLOW_UPDATE_MAPPING_FLAG VARCHAR2 (1)
Flag indicating if dimension mapping rules for this dimension can be modified
DIMENSION_DISPLAY_NAME VARCHAR2 (4000)
User display name for the financial dimension
MASTER_VALUE_SET_NAME VARCHAR2 (80)
Financial dimension master value set name
INCL_MASTER_VS_LEAF_NODES_FLAG VARCHAR2 (1) Yes Flag to indicate if the leaf node of the master value set should be included or not.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LINE_NUMBER
,      DIMENSION_NAME
,      DIMENSION_SHORT_NAME
,      DESCRIPTION
,      SYSTEM_ENABLED_FLAG
,      DBI_ENABLED_FLAG
,      MASTER_VALUE_SET_ID
,      DBI_HIER_TOP_NODE
,      DBI_HIER_TOP_NODE_ID
,      ALLOW_UPDATE_MAPPING_FLAG
,      DIMENSION_DISPLAY_NAME
,      MASTER_VALUE_SET_NAME
,      INCL_MASTER_VS_LEAF_NODES_FLAG
FROM APPS.FII_FINANCIAL_DIMENSIONS_V;

Dependencies

[top of page]

APPS.FII_FINANCIAL_DIMENSIONS_V references the following:

SchemaAPPS
ViewBISFV_LEVELS_CUSTOMIZATIONS_V
PL/SQL PackageBIS_DIMENSION_LEVEL_PUB - show dependent code
PL/SQL PackageENI_DENORM_HRCHY - show dependent code
PL/SQL PackageENI_VALUESET_CATEGORY - show dependent code
SynonymFII_FINANCIAL_DIMENSIONS
SynonymFND_FLEX_VALUE_SETS
ViewFND_LOOKUP_VALUES_VL
APPS.FII_FINANCIAL_DIMENSIONS_V is referenced by following:

SchemaAPPS
Package BodyFII_FDHM_PKG - show dependent code
Package BodyFII_FINANCIAL_DIMENSION_PKG - show dependent code
Package BodyFII_SETUP_VAL_C - show dependent code