MSC_RESOURCE_SHIFTS
MSC_RESOURCE_SHIFTS stores information about shifts that you assign to resources. This table is a child of MSC_DEPARTMENT_RESOURCES. You can assign multiple shifts to a resource in a department if the resource is not a 24 hour resource.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
MSC_RESOURCE_SHIFTS_PK |
DEPARTMENT_ID, RESOURCE_ID, SHIFT_NUM |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| DEPARTMENT_ID | NUMBER | 18 | Yes | Department identifier or the work centre of the resource. | ||
| PLAN_ID | NUMBER | 18 | This value indicates the plan identifier for the record. | |||
| ORGANIZATION_ID | NUMBER | 18 | Yes | Organization identifier | ||
| RESOURCE_ID | NUMBER | 18 | Yes | This value indicates the Resource unique identifier. | ||
| SR_INSTANCE_ID | NUMBER | 18 | Yes | Source application instance identifier | Obsolete | |
| SHIFT_NUM | NUMBER | 18 | Yes | This value indicates the number of the calendar shift. | ||
| 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. | |||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | |||
| ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
| REFRESH_NUMBER | NUMBER | Refresh number populated by the collection program | ||||
| CAPACITY_UNITS | NUMBER | Number of units available during the time interval | ||||
| NEW_PLAN_ID | NUMBER | Yes | New Plan Id | |||
| SIMULATION_SET_ID | NUMBER | Yes | Simulation set to which the current record is added. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| MSC_RESOURCE_SHIFTS | msc_department_resources | PLAN_ID, RESOURCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_RESOURCE_SHIFTS_U1 | Unique | Default | DEPARTMENT_ID, RESOURCE_ID, SHIFT_NUM |