PJS_RBS_ELEMENTS_CF
This table stores the flattened Resource Breakdown Structure.
Details
-
Schema: FUSION
-
Object owner: PJS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
PJS_RBS_ELEMENTS_CF_PK |
RBS_VERSION_ID, NODE_ID_LEVEL_0 |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RBS_VERSION_ID | NUMBER | 18 | Yes | Identifier of the resource breakdown structure version. | |
NODE_ID_LEVEL_0 | NUMBER | 18 | Yes | Identifier of the leaf node at level 0. | |
NODE_ID_LEVEL_1 | NUMBER | 18 | Identifier of the node at level 1. | ||
NODE_ID_LEVEL_2 | NUMBER | 18 | Identifier of the node at level 2. | ||
NODE_ID_LEVEL_3 | NUMBER | 18 | Identifier of the node at level 3. | ||
NODE_ID_LEVEL_4 | NUMBER | 18 | Identifier of the node at level 4. | ||
NODE_ID_LEVEL_5 | NUMBER | 18 | Identifier of the node at level 5. | ||
NODE_ID_LEVEL_6 | NUMBER | 18 | Identifier of the node at level 6. | ||
NODE_ID_LEVEL_7 | NUMBER | 18 | Identifier of the node at level 7. | ||
NODE_ID_LEVEL_8 | NUMBER | 18 | Identifier of the node at level 8. | ||
NODE_ID_LEVEL_9 | NUMBER | 18 | Identifier of the node at level 9. | ||
NODE_ID_LEVEL_10 | NUMBER | 18 | Identifier of the top node at level 10. | ||
DISTANCE | NUMBER | 18 | Distance of the node from the top node. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
ADDL_ATTRIBUTE1 | VARCHAR2 | 150 | Additional Attribute 1. | ||
ADDL_ATTRIBUTE2 | VARCHAR2 | 150 | Additional Attribute 2. | ||
ADDL_ATTRIBUTE3 | VARCHAR2 | 150 | Additional Attribute 3. | ||
ADDL_ATTRIBUTE4 | VARCHAR2 | 150 | Additional Attribute 4. | ||
ADDL_ATTRIBUTE5 | VARCHAR2 | 150 | Additional Attribute 5. | ||
ADDL_ATTRIBUTE6 | VARCHAR2 | 150 | Additional Attribute 6. | ||
ADDL_ATTRIBUTE7 | VARCHAR2 | 150 | Additional Attribute 7. | ||
ADDL_ATTRIBUTE8 | VARCHAR2 | 150 | Additional Attribute 8. | ||
ADDL_ATTRIBUTE9 | VARCHAR2 | 150 | Additional Attribute 9. | ||
ADDL_ATTRIBUTE10 | VARCHAR2 | 150 | Additional Attribute 10. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJS_RBS_ELEMENTS_CF_U1 | Unique | Default | RBS_VERSION_ID, NODE_ID_LEVEL_0 |