[Home] [Help]
[Dependency Information]
| Object Name: | PA_XBS_DENORM_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_XBS_DENORM_TEMP
|
| Subobject Name: | |
| Status: | VALID |
Global temporary table to store the interim xbs_denorm data.
PA.PA_XBS_DENORM_TEMP 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$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STRUCT_TYPE | VARCHAR2 | (30) | Yes | Indicates the type of XBS represented |
| PRG_GROUP | NUMBER | (15) | 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) | Parent Element Level. | |
| SUB_LEVEL | NUMBER | (15) | Child Element Level | |
| SUB_ROLLUP_ID | NUMBER | (15) | Identifier of the element into which a sub structure rolls up. | |
| SUB_LEAF_FLAG | VARCHAR2 | (1) | Indicates whether the current parent has any children who are leaf nodes. | |
| STRUCT_EMT_ID | NUMBER | (15) | Structure Element Id Child WBS version identifier | |
| SUB_ELEMENT_NUMBER | VARCHAR2 | (100) | Indicates Element Number of the child element . | |
| SUBRO_ELEMENT_NUMBER | VARCHAR2 | (100) | Indicates Element Number of the child element | |
| SUP_ELEMENT_NUMBER | VARCHAR2 | (100) | Indicates Element Number of the child element . | |
| RELATIONSHIP_TYPE | VARCHAR2 | (2) | Relationship Type. |
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
, STRUCT_EMT_ID
, SUB_ELEMENT_NUMBER
, SUBRO_ELEMENT_NUMBER
, SUP_ELEMENT_NUMBER
, RELATIONSHIP_TYPE
FROM PA.PA_XBS_DENORM_TEMP;
PA.PA_XBS_DENORM_TEMP does not reference any database object
PA.PA_XBS_DENORM_TEMP is referenced by following:
APPS
PA_XBS_DENORM_TEMP
|
|
|
|