MSS_GROUP_MEMBERS
This is a detail table that stores resources or sub-groups that are members of a group.
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSS_GROUP_MEMBERS_PK |
PLAN_ID, MEMBER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLAN_ID | NUMBER | 18 | Yes | Identifier of the Production Scheduling plan. | |
MEMBER_ID | NUMBER | 18 | Yes | Resource member ID that gets copied over from MSS_ORG_GROUP_MEMBERS. | |
GROUP_ID | NUMBER | 18 | Yes | Reference to parent resource group ID; foreign key to MSS_GROUPS | |
WORK_CENTER_ID | NUMBER | 18 | Indicates the Work Center Identifier. | ||
RESOURCE_ID | NUMBER | 18 | Reference to machine ID from resource table (mutually exclusive with SUB_GROUP_ID); foreign key to MSS_RESOURCES | ||
SUB_GROUP_ID | NUMBER | 18 | Reference to sub-group ID that is a member in this group (mutually exclusive with RESOURCE_ID); foreign key to MSS_GROUPS | ||
MEMBER_SEQ_NUMBER | NUMBER | Defines the ordering sequence of members into a group with custom order. This is NULL for all members in a group with default alphanumeric order. | |||
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
MSS_GROUP_MEMBERS | mss_groups | PLAN_ID, GROUP_ID |
MSS_GROUP_MEMBERS | mss_resources | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID |
MSS_GROUP_MEMBERS | mss_groups | PLAN_ID, SUB_GROUP_ID |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
MSS_GROUP_MEMBERS_N1 | Non Unique | Default | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID | |
MSS_GROUP_MEMBERS_N2 | Non Unique | Default | PLAN_ID, SUB_GROUP_ID | |
MSS_GROUP_MEMBERS_U1 | Unique | Default | PLAN_ID, MEMBER_ID | |
MSS_GROUP_MEMBERS_U2 | Unique | Default | PLAN_ID, GROUP_ID, WORK_CENTER_ID, RESOURCE_ID, SUB_GROUP_ID, MEMBER_SEQ_NUMBER | Obsolete |
MSS_GROUP_MEMBERS_U3 | Unique | Default | PLAN_ID, GROUP_ID, WORK_CENTER_ID, RESOURCE_ID, SUB_GROUP_ID |