PJF_EPS_NODE_MEMBERS
PJF_EPS_NODE_MEMBERS is a collection of enterprise project structure node owner and viewers. An enterprise project structure node only has one owner and up to 6 direct assigned viewers. The parent level memberships are inherited to child level nodes.
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJF_EPS_NODE_MEMBERS_PK |
MEMBER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
MEMBER_ID | NUMBER | 18 | Yes | Internal identifier of Node owner or viewer assignment. | |
EPS_NODE_ID | NUMBER | 18 | Yes | Node in the EPS Structure entry. | |
PJT_RESOURCE_ID | NUMBER | 18 | This is the resource_id for whom the owner or viewer privilege assignment is made. | ||
DIRECT_ASSIGNMENT_FLAG | VARCHAR2 | 1 | Yes | Has either Y or N value. Only primary owner has a value of Y. All members are inherited from parent with a value of N. | |
MEMBER_TYPE_FLAG | VARCHAR2 | 1 | Yes | This is referenced internal only. The value are either O or V (O-OWNER/V-VIEWER). | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PJF_EPS_NODE_MEMBERS | pjf_eps_nodes_b | EPS_NODE_ID |
PJF_EPS_NODE_MEMBERS | pjt_prj_enterprise_resource_b | PJT_RESOURCE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_EPS_NODE_MEMBERS_N1 | Non Unique | FUSION_TS_TX_IDX | EPS_NODE_ID |
PJF_EPS_NODE_MEMBERS_U1 | Unique | FUSION_TS_TX_IDX | MEMBER_ID |
PJF_EPS_NODE_MEMBERS_N2 | Non Unique | FUSION_TS_TX_IDX | PJT_RESOURCE_ID, EPS_NODE_ID |