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


TABLE: PJI.PJI_PJP_WBS_HEADER

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


This table tracks associations between projects and Work Breakdown Structures.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 0
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PJI_PJP_WBS_HEADER_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_ID
ColumnPLAN_VERSION_ID
ColumnPLAN_TYPE_CODE
PJI_PJP_WBS_HEADER_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_ID
ColumnPLAN_VERSION_ID
ColumnWBS_VERSION_ID
PJI_PJP_WBS_HEADER_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_ID
ColumnPLAN_VERSION_ID
ColumnWBS_VERSION_ID
ColumnPLAN_TYPE_CODE
ColumnPLAN_TYPE_ID
PJI_PJP_WBS_HEADER_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnWBS_VERSION_ID
PJI_PJP_WBS_HEADER_N5 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPLAN_VERSION_ID
PJI_PJP_WBS_HEADER_N6 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnWBS_VERSION_ID
ColumnPLAN_VERSION_ID
Columns
Name Datatype Length Mandatory Comments
PROJECT_ID NUMBER (15)
Identifier of the Project
PLAN_VERSION_ID NUMBER (15)
Identifier of the Plan Version
WBS_VERSION_ID NUMBER (15)
WBS structure version associated with the project and plan version
WP_FLAG VARCHAR2 (1)
Identifies if plan version is used in workplans
CB_FLAG VARCHAR2 (1)
Indicates if plan version is current baselined or not
CO_FLAG VARCHAR2 (1)
Indicates if plan version is current original or not
LOCK_FLAG VARCHAR2 (1)
Used to arbitrate parallel processing of project data.
PLAN_TYPE_ID NUMBER (15)
Identifier of the Plan Type, for actuals the value is -1
MIN_TXN_DATE DATE

Minimum transaction start date from which transaction exists for the plan version
MAX_TXN_DATE DATE

Maximum transaction end date to which transaction exists for the plan version
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column
PLAN_TYPE_CODE VARCHAR2 (1)
This indicates the type of plan version. Valid values are C-Cost Only , R-Revenue Only ,A-Cost and Revenue same/Actuals
Query Text

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


SELECT PROJECT_ID
,      PLAN_VERSION_ID
,      WBS_VERSION_ID
,      WP_FLAG
,      CB_FLAG
,      CO_FLAG
,      LOCK_FLAG
,      PLAN_TYPE_ID
,      MIN_TXN_DATE
,      MAX_TXN_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      PLAN_TYPE_CODE
FROM PJI.PJI_PJP_WBS_HEADER;

Dependencies

[top of page]

PJI.PJI_PJP_WBS_HEADER does not reference any database object

PJI.PJI_PJP_WBS_HEADER is referenced by following:

SchemaPJI
ViewPJI_PJP_WBS_HEADER#