PJT_RQMT_HIERARCHY_B
Table for requirement hierarchy.
Details
-
Schema: FUSION
-
Object owner: PJT
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
PJT_RQMT_HIERARCHY_B_PK |
RQMT_LEVEL_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RQMT_LEVEL_ID | NUMBER | 18 | Yes | Stores the ID value for the requirement level | |
PARENT_RQMT_LEVEL_ID | NUMBER | 18 | ID number of the parent requirement. | ||
RQMT_LEVEL_TYPE | VARCHAR2 | 1 | Denotes the type of the requirement level | ||
OWNER_ID | NUMBER | 18 | ID number of the requirement level's owner | ||
RELEASE_ID | NUMBER | 18 | ID number of the requirement level's release | ||
PRODUCT_ID | NUMBER | 18 | ID number of the requirement level's product. | ||
RQMT_LEVEL_CODE | VARCHAR2 | 30 | Yes | Code for the requirement Level. | |
STATUS_CODE | VARCHAR2 | 30 | Status of the Requirement Level. | ||
PRIORITY_CODE | VARCHAR2 | 30 | Priority of the requirement. | ||
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. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | ||
ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. | |
ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PJT_RQMT_HIERARCHY_B | pjt_product_b | PRODUCT_ID |
PJT_RQMT_HIERARCHY_B | pjt_release_b | RELEASE_ID |
PJT_RQMT_HIERARCHY_B | pjt_rqmt_hierarchy_b | PARENT_RQMT_LEVEL_ID |
PJT_RQMT_HIERARCHY_B | pjt_prj_enterprise_resource_b | OWNER_ID |
pjt_requirements_b | pjt_rqmt_hierarchy_b | PARENT_RQMT_ID |
pjt_rqmt_hierarchy_b | pjt_rqmt_hierarchy_b | PARENT_RQMT_LEVEL_ID |
pjt_rqmt_hierarchy_tl | pjt_rqmt_hierarchy_b | RQMT_LEVEL_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJT_RQMT_HIERARCHY_B_U1 | Unique | FUSION_TS_TX_IDX | RQMT_LEVEL_ID, ORA_SEED_SET1 |
PJT_RQMT_HIERARCHY_B_U11 | Unique | FUSION_TS_TX_IDX | RQMT_LEVEL_ID, ORA_SEED_SET2 |