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


TABLE: FEM.FEM_ACTIVITIES_HIER

Object Details
Object Name: FEM_ACTIVITIES_HIER
Object Type: TABLE
Owner: FEM
FND Design Data: TableFEM.FEM_ACTIVITIES_HIER
Subobject Name:
Status: VALID


Activity Hierarchy Details


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_ACTIVITIES_HIER_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnHIERARCHY_OBJ_DEF_ID
ColumnPARENT_ID
ColumnCHILD_ID
FEM_ACTIVITIES_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 Distance of the parent member from the top of the hierarchy
PARENT_ID NUMBER
Yes Identifier of the parent dimension member
CHILD_DEPTH_NUM NUMBER
Yes Distance of the child member from the top of the hierarchy
CHILD_ID NUMBER
Yes Identifier of the child dimension member
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 within the hierarchy for the parent child relationship
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 row was created
CREATED_BY NUMBER (15) Yes Identifies the user that created the row
LAST_UPDATED_BY NUMBER (15) Yes Identifies the user that last modified the row
LAST_UPDATE_DATE DATE
Yes Identifies the date on which the row was last modified
LAST_UPDATE_LOGIN NUMBER (15)
Identifies the login user that last modified the row
OBJECT_VERSION_NUMBER NUMBER
Yes Object Version Number for stale data detection
READ_ONLY_FLAG VARCHAR2 (1)
A Y designates that the row is read only and cannot be changed by users
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_ACTIVITIES_HIER;

Dependencies

[top of page]

FEM.FEM_ACTIVITIES_HIER does not reference any database object

FEM.FEM_ACTIVITIES_HIER is referenced by following:

SchemaAPPS
SynonymFEM_ACTIVITIES_HIER