PJS_RBS_HEADER
Used to store RBS Header information for PJS.
Details
-
Schema: FUSION
-
Object owner: PJS
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
Name | Columns |
---|---|
PJS_RBS_HEADER_PK |
RBS_VERSION_ID, PROJECT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
PROJECT_ID | NUMBER | 18 | Yes | Contains the PROJECT_ID, not the Project Number (SEGMENT1) | Active | |
RBS_VERSION_ID | NUMBER | 18 | Yes | Resource breakdown structure version ID | Active | |
RBS_HEADER_ID | NUMBER | 18 | Resource breakdown structure header ID | Active | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJS_RBS_HEADER_N1 | Non Unique | FUSION_TS_TX_DATA | PROJECT_ID |
PJS_RBS_HEADER_U1 | Unique | FUSION_TS_TX_DATA | RBS_VERSION_ID, PROJECT_ID |