MSS_ORG_GROUP_MEMBERS
This is a detail table that stores resources or sub-groups that are members of a group per an organization.
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSS_ORG_GROUP_MEMBERS_PK |
MEMBER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ORGANIZATION_ID | NUMBER | 18 | Yes | Identifier of the organization. | |
MEMBER_ID | NUMBER | 18 | Yes | Unique resource member ID that is sequence-generated. | |
GROUP_ID | NUMBER | 18 | Yes | Reference to parent resource group ID; foreign key to MSS_ORG_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) | ||
WORK_CENTER_CODE | VARCHAR2 | 100 | Indicates user defined work center code. | ||
RESOURCE_CODE | VARCHAR2 | 300 | Indicates user defined resource code. | ||
WORK_CENTER_NAME | VARCHAR2 | 120 | Display name of the work center (translatable). | ||
RESOURCE_NAME | VARCHAR2 | 120 | Display name of the equipment or labor resource (translatable). | ||
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_ORG_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_ORG_GROUP_MEMBERS | mss_org_groups | GROUP_ID |
MSS_ORG_GROUP_MEMBERS | mss_org_groups | SUB_GROUP_ID |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
MSS_ORG_GROUP_MEMBERS_N1 | Non Unique | Default | SUB_GROUP_ID | |
MSS_ORG_GROUP_MEMBERS_U1 | Unique | Default | MEMBER_ID | |
MSS_ORG_GROUP_MEMBERS_U2 | Unique | Default | GROUP_ID, WORK_CENTER_ID, RESOURCE_ID, ORGANIZATION_ID, MEMBER_SEQ_NUMBER | Obsolete |
MSS_ORG_GROUP_MEMBERS_U3 | Unique | Default | ORGANIZATION_ID, GROUP_ID, WORK_CENTER_ID, RESOURCE_ID, SUB_GROUP_ID |