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


TABLE: FEM.FEM_HIERARCHIES

Object Details
Object Name: FEM_HIERARCHIES
Object Type: TABLE
Owner: FEM
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.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_HIERARCHIES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnHIERARCHY_OBJ_ID
Columns
Name Datatype Length Mandatory Comments
HIERARCHY_OBJ_ID NUMBER (9) Yes Object identifier for the hierarchy
DIMENSION_ID NUMBER (9) Yes Identifier of a list of dimension members
HIERARCHY_TYPE_CODE VARCHAR2 (30) Yes Designates the rules for parent/child relationships in a hierarchy
GROUP_SEQUENCE_ENFORCED_CODE VARCHAR2 (30) Yes Designates whether or not parent/child relationships in a hierarchy are governed by Dimension Group sequences
MULTI_TOP_FLAG VARCHAR2 (1) Yes Designates whether or not the hierarchy has multiple top nodes
FINANCIAL_CATEGORY_FLAG VARCHAR2 (1) Yes Identifies whether the hierarchy is a Financial Category hierarchy or not
VALUE_SET_ID NUMBER

Value Set Identifier
CALENDAR_ID NUMBER (5)
Calendar identifier
PERIOD_TYPE VARCHAR2 (15)
Designates the Period Type from Oracle General Ledger that corresponds to the lowest level of the hierarchy
PERSONAL_FLAG VARCHAR2 (1) Yes Designates whether or not the dimension hierarchy is a personal hierarchy only available to the Created By user
FLATTENED_ROWS_FLAG VARCHAR2 (1) Yes Designates whether or not flattened rows will be created for all definitions of the hierarchy
CREATION_DATE DATE
Yes Identifies the date on which the data was created
CREATED_BY NUMBER
Yes Identifies the user that created the data
LAST_UPDATED_BY NUMBER
Yes Identifies the user that last updated the data
LAST_UPDATE_DATE DATE
Yes Identifies the data on which the data was last updated
LAST_UPDATE_LOGIN NUMBER

Identifies the login user that last updated the data
HIERARCHY_USAGE_CODE VARCHAR2 (30) Yes Designates the purpose for the hierarchy
MULTI_VALUE_SET_FLAG VARCHAR2 (1) Yes Designates whether or not the hierarchy is composed of dimension members from multiple value sets
OBJECT_VERSION_NUMBER NUMBER
Yes Object Version Number for stale data detection
Query Text

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


SELECT HIERARCHY_OBJ_ID
,      DIMENSION_ID
,      HIERARCHY_TYPE_CODE
,      GROUP_SEQUENCE_ENFORCED_CODE
,      MULTI_TOP_FLAG
,      FINANCIAL_CATEGORY_FLAG
,      VALUE_SET_ID
,      CALENDAR_ID
,      PERIOD_TYPE
,      PERSONAL_FLAG
,      FLATTENED_ROWS_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      HIERARCHY_USAGE_CODE
,      MULTI_VALUE_SET_FLAG
,      OBJECT_VERSION_NUMBER
FROM FEM.FEM_HIERARCHIES;

Dependencies

[top of page]

FEM.FEM_HIERARCHIES does not reference any database object

FEM.FEM_HIERARCHIES is referenced by following:

SchemaAPPS
SynonymFEM_HIERARCHIES