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


TABLE: FEM.FEM_CAL_PERIODS_HIER

Object Details
Object Name: FEM_CAL_PERIODS_HIER
Object Type: TABLE
Owner: FEM
Subobject Name:
Status: VALID


Calendar Period Hierarchy Details


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_CAL_PERIODS_HIER_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnHIERARCHY_OBJ_DEF_ID
ColumnPARENT_ID
ColumnCHILD_ID
FEM_CAL_PERIODS_HIER_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnHIERARCHY_OBJ_DEF_ID
ColumnCHILD_ID
Columns
Name Datatype Length Mandatory Comments
HIERARCHY_OBJ_DEF_ID NUMBER (9) Yes Hierarchy Object Definition Identifier
PARENT_DEPTH_NUM NUMBER
Yes Parent depth from the top
PARENT_ID NUMBER
Yes Parent Dimension Member Identifier
CHILD_DEPTH_NUM NUMBER
Yes Child Depth from the top
CHILD_ID NUMBER
Yes Child Dimension Member Identifier
SINGLE_DEPTH_FLAG VARCHAR2 (1) Yes Single Depth Flag for designating if there is only one depth separating the parent member from the child member
DISPLAY_ORDER_NUM NUMBER
Yes Display Order Number
WEIGHTING_PCT NUMBER (3)
Weighting Percentage designating the relative weight assigned to the child from the parent
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
OBJECT_VERSION_NUMBER NUMBER
Yes Object Version Number for stale data detection
READ_ONLY_FLAG VARCHAR2 (1)
A Y Designates that the parent child relationship is protected from update
Query Text

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


SELECT HIERARCHY_OBJ_DEF_ID
,      PARENT_DEPTH_NUM
,      PARENT_ID
,      CHILD_DEPTH_NUM
,      CHILD_ID
,      SINGLE_DEPTH_FLAG
,      DISPLAY_ORDER_NUM
,      WEIGHTING_PCT
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      READ_ONLY_FLAG
FROM FEM.FEM_CAL_PERIODS_HIER;

Dependencies

[top of page]

FEM.FEM_CAL_PERIODS_HIER does not reference any database object

FEM.FEM_CAL_PERIODS_HIER is referenced by following:

SchemaAPPS
SynonymFEM_CAL_PERIODS_HIER