MSC_NET_RESOURCE_AVAIL
This table stores the resource availability profile of the different resources.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
MSC_NET_RESOURCE_AVAIL_PK |
PLAN_ID, TRANSACTION_ID, PART_KEY1 |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TRANSACTION_ID | NUMBER | 18 | Yes | System generated number which uniquely identifies the row | |
| PARENT_ID | NUMBER | 18 | Reference to parent transaction identifier | ||
| PLAN_ID | NUMBER | Yes | This value indicates the plan identifier for the record. | ||
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | ||
| PART_KEY1 | NUMBER | 18 | Yes | Source application instance identifier | |
| RESOURCE_ID | NUMBER | Yes | This value indicates the Resource identifier. | ||
| AVAILABILITY_DATE | DATE | Yes | Date of availability of the resource | ||
| DEPARTMENT_ID | NUMBER | Yes | Department identifier (-1 for lines) | ||
| SIMULATION_SET | VARCHAR2 | 10 | Simulation set to which the current record is added. | ||
| SHIFT_NUM | NUMBER | This value indicates the number of the calendar shift. | |||
| SHIFT_DATE | DATE | Date on the valid calendar on the VCP side. | |||
| FROM_TIME | NUMBER | Time from which the shift starts | |||
| TO_TIME | NUMBER | This value indicates the Shift end time. | |||
| AVAILABILITY | NUMBER | Availability per capacity unit of the resource for the day | |||
| AVAILABLE_UOM | VARCHAR2 | 3 | If this value is NULL, it means the availability is in Seconds. | ||
| CAPACITY_UNITS | NUMBER | Yes | Number of units available during the time interval | ||
| AGGREGATE_RESOURCE_ID | NUMBER | Reference to aggregate resource, if resource aggregated (denormalized column) | |||
| STATUS | NUMBER | Attribute used for online replanning | |||
| APPLIED | NUMBER | Attribute used for online replanning | |||
| UPDATED | NUMBER | Flag to determine whether add workday modification was applied | |||
| 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 | |||
| NEW_PLAN_ID | NUMBER | New Plan Id. | |||
| SIMULATION_SET_ID | NUMBER | Simulation set to which the current record is added. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| MSC_NET_RESOURCE_AVAIL | msc_department_resources | PLAN_ID, RESOURCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_NET_RESOURCE_AVAIL_N1 | Non Unique | Default | PLAN_ID, ORGANIZATION_ID, APPLIED, STATUS, UPDATED |
| MSC_NET_RESOURCE_AVAIL_N2 | Non Unique | Default | PLAN_ID, DEPARTMENT_ID, ORGANIZATION_ID, RESOURCE_ID, SIMULATION_SET |
| MSC_NET_RESOURCE_AVAIL_U1 | Unique | Default | PLAN_ID, TRANSACTION_ID, PART_KEY1 |
| MSC_NET_RESOURCE_AVAIL_U2 | Unique | Default | PLAN_ID, ORGANIZATION_ID, DEPARTMENT_ID, RESOURCE_ID, AVAILABILITY_DATE, FROM_TIME, TO_TIME, SIMULATION_SET, PART_KEY1 |