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


TABLE: PJI.PJI_RBS_DENORM

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


This table stores normalized resource breakdown structure information


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PJI_RBS_DENORM_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTRUCT_VERSION_ID
ColumnSUP_ID
ColumnSUB_ID
Columns
Name Datatype Length Mandatory Comments
STRUCT_VERSION_ID NUMBER (15) Yes Identifier for RBS structure version
SUP_ID NUMBER (15) Yes Parent RBS version/element identifier
SUBRO_ID NUMBER (15)
Immediate Child Identifier
SUB_ID NUMBER (15) Yes Child RBS version/element identifier
SUP_LEVEL NUMBER (15) Yes Parent Level
SUB_LEVEL NUMBER (15) Yes Child Level
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
Query Text

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


SELECT STRUCT_VERSION_ID
,      SUP_ID
,      SUBRO_ID
,      SUB_ID
,      SUP_LEVEL
,      SUB_LEVEL
,      SUB_LEAF_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM PJI.PJI_RBS_DENORM;

Dependencies

[top of page]

PJI.PJI_RBS_DENORM does not reference any database object

PJI.PJI_RBS_DENORM is referenced by following:

SchemaAPPS
SynonymPJI_RBS_DENORM