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


TABLE: PJI.PJI_XBS_DENORM

Object Details
Object Name: PJI_XBS_DENORM
Object Type: TABLE
Owner: PJI
FND Design Data: TablePJI.PJI_XBS_DENORM
Subobject Name:
Status: VALID


This table stores normalized work breakdown structure and program hierarchy information


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PJI_XBS_DENORM_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTRUCT_VERSION_ID
ColumnSUP_ID
ColumnSUB_ID
PJI_XBS_DENORM_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTRUCT_TYPE
ColumnSTRUCT_VERSION_ID
ColumnSUB_EMT_ID
PJI_XBS_DENORM_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTRUCT_TYPE
ColumnSUB_LEVEL
ColumnSUP_LEVEL
ColumnSUP_PROJECT_ID
PJI_XBS_DENORM_N6 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSUB_ID
Columns
Name Datatype Length Mandatory Comments
STRUCT_TYPE VARCHAR2 (30) Yes Indicates the type of XBS represented
PRG_GROUP NUMBER (15)
Not null for STRUCT_TYPE = PRG this identifies the connected sub-graph of project hierarchies to which a project belongs.
STRUCT_VERSION_ID NUMBER (15)
Identifier for the structure version
SUP_PROJECT_ID NUMBER (15) Yes SUP_ID is a structure version for this project id
SUP_ID NUMBER (15) Yes Parent XBS version identifier
SUP_EMT_ID NUMBER (15) Yes Parent XBS element identifier
SUBRO_ID NUMBER (15)
Immediate Child Identifier
SUB_ID NUMBER (15) Yes Child WBS version identifier
SUB_EMT_ID NUMBER (15) Yes Child WBS element identifier
SUP_LEVEL NUMBER (15) Yes Parent Element Level
SUB_LEVEL NUMBER (15) Yes Child Element Level
SUB_ROLLUP_ID NUMBER (15)
Identifier of the element into which a sub structure rolls up
SUB_LEAF_FLAG VARCHAR2 (1) Yes Indicates whether the current parent has any children who are leaf nodes.
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE

Standard Who Column
CREATED_BY NUMBER (15)
Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
STRUCT_EMT_ID NUMBER (15)
Structure element Identifier of the struture to which the element is linked
RELATIONSHIP_TYPE VARCHAR2 (2)
Indicates the type of relationship type between the structures Valid values are LF for 'FINANCIAL' links,LW for 'WORKPLAN' links or WF for both.
Query Text

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


SELECT STRUCT_TYPE
,      PRG_GROUP
,      STRUCT_VERSION_ID
,      SUP_PROJECT_ID
,      SUP_ID
,      SUP_EMT_ID
,      SUBRO_ID
,      SUB_ID
,      SUB_EMT_ID
,      SUP_LEVEL
,      SUB_LEVEL
,      SUB_ROLLUP_ID
,      SUB_LEAF_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      STRUCT_EMT_ID
,      RELATIONSHIP_TYPE
FROM PJI.PJI_XBS_DENORM;

Dependencies

[top of page]

PJI.PJI_XBS_DENORM does not reference any database object

PJI.PJI_XBS_DENORM is referenced by following:

SchemaAPPS
SynonymPJI_XBS_DENORM