[Home] [Help]
[Dependency Information]
| Object Name: | PA_OLAP_WBS_HEADER |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_OLAP_WBS_HEADER
|
| Subobject Name: | |
| Status: | VALID |
This table tracks associations between projects and Work Breakdown Structures.
PA.PA_OLAP_WBS_HEADER is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| 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_CODE | VARCHAR2 | (15) | ||
| PLAN_TYPE_ID | NUMBER | (15) | ||
| MIN_TXN_DATE | DATE | |||
| MAX_TXN_DATE | DATE | |||
| LAST_UPDATE_DATE | DATE | |||
| LAST_UPDATED_BY | NUMBER | (15) | ||
| CREATION_DATE | DATE | |||
| CREATED_BY | NUMBER | (15) | ||
| LAST_UPDATE_LOGIN | NUMBER | (15) |
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_CODE
, PLAN_TYPE_ID
, MIN_TXN_DATE
, MAX_TXN_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_OLAP_WBS_HEADER;
PA.PA_OLAP_WBS_HEADER does not reference any database object
PA.PA_OLAP_WBS_HEADER is referenced by following:
APPS
PA_OLAP_WBS_HEADER
|
|
|
|