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


TABLE: ZPB.ZPB_HIER_LEVEL

Object Details
Object Name: ZPB_HIER_LEVEL
Object Type: TABLE
Owner: ZPB
Subobject Name:
Status: VALID


Metadata mapping of hierarchies to levels for all business areas


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ZPB_HIER_LEVEL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELATION_ID
ZPB_HIER_LEVEL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnHIER_ID
Columns
Name Datatype Length Mandatory Comments
HIER_ID NUMBER
Yes Foreign key into zpb_hierarchies
LEVEL_ID NUMBER
Yes Foreign key into zpb_levels
LEVEL_ORDER NUMBER

Display order of the level in the hierarchy
PERS_COL_ID NUMBER

Foreign key into zpb_columns for the column of the personal hierarchy table that displays a member's parent for this level
RELATION_ID NUMBER
Yes Sequence generated primary key
SHAR_COL_ID NUMBER

Foreign key into zpb_columns for the column of the shared hierarchy table that displays a member's parent for this level
CREATED_BY NUMBER (15) Yes Bookkeeping Column
CREATION_DATE DATE
Yes Bookkeeping Column
LAST_UPDATED_BY NUMBER (15) Yes Bookkeeping Column
LAST_UPDATE_DATE DATE
Yes Bookkeeping Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Bookkeeping Column
Query Text

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


SELECT HIER_ID
,      LEVEL_ID
,      LEVEL_ORDER
,      PERS_COL_ID
,      RELATION_ID
,      SHAR_COL_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM ZPB.ZPB_HIER_LEVEL;

Dependencies

[top of page]

ZPB.ZPB_HIER_LEVEL does not reference any database object

ZPB.ZPB_HIER_LEVEL is referenced by following:

SchemaAPPS
SynonymZPB_HIER_LEVEL