MSC_WORK_DEFINITIONS
This is the replica table used by collections and contains replica of source side data.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSC_WORK_DEFINITIONS_PK |
ORGANIZATION_ID, ASSEMBLY_ITEM_ID, WORK_DEFINITION_CODE, PART_KEY1 |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SR_WD_ID | NUMBER | Source side Work Definition Identifier. | |||
| BILL_SEQUENCE_ID | NUMBER | 18 | This indicates the bill sequnece ID generated on planning side. | ||
| ORGANIZATION_ID | NUMBER | 18 | Yes | Organization id generated on planning side. | |
| ASSEMBLY_ITEM_ID | NUMBER | 18 | Yes | Item identifier of the assembly. | |
| WORK_DEFINITION_TYPE | NUMBER | Yes | This value indicates type of the work definition. | ||
| WORK_DEF_NAME | VARCHAR2 | 80 | This value indicates name of the work definition. | ||
| WORK_DEF_NAME_DESCRIPTION | VARCHAR2 | 240 | This value indicates description of the work definition. | ||
| PRODUCTION_PRIORITY | NUMBER | This value indicates the production priority. | |||
| SR_COMPLETION_LOCATOR_ID | NUMBER | 18 | Source side value of the completion locator identifier. | ||
| COMPLETION_SUBINVENTORY_CODE | VARCHAR2 | 10 | Name of the subinventory that stores the completed quantity of the wip job. | ||
| WORK_DEFINITION_CODE | VARCHAR2 | 30 | Yes | This value indicates code of the work definition. | |
| SR_ALTERNATE_BOM_DESIGNATOR | VARCHAR2 | 80 | This value indicates the Alternate BOM Designator. | ||
| EFFECTIVE_FROM_DATE | TIMESTAMP | Indicates the effective start date for the work definition | |||
| EFFECTIVE_TO_DATE | TIMESTAMP | Indicates the effective end date for the work definition obtained. | |||
| PRIMARY_FLAG | NUMBER | Flag indicates whether the work definition/routing is primary or alternate. | |||
| 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. | ||
| REFRESH_NUMBER | NUMBER | 18 | Refresh identifier populated by the collection program. | ||
| WORK_DEFINITION_ID | NUMBER | 18 | This value indicates identifier of the work definition. | ||
| PART_KEY1 | NUMBER | Yes | Source system identifier. This is used as the partition key column. | ||
| SR_BILL_SEQUECE_ID | NUMBER | 18 | This value indicates the SR Bill Sequence id. | ||
| DELETED_FLAG | NUMBER | To indicate if the work definition is deleted on the source side. | |||
| WORK_DEFINITION_HEADER_NAME | VARCHAR2 | 120 | Indicates the unique name for the work definition. In the case of process manufacturing, this represents the process name. | ||
| QUANTITY | NUMBER | Represents the quantity produced for the work definition. In process manufacturing, this is the batch quantity. | |||
| UOM_CODE | VARCHAR2 | 3 | Represents the unit of measure code of the work definition quantity. | ||
| WORK_METHOD_CODE | NUMBER | A code that represents the user key to the work method. Valid values are 1=DISCRETE_MANUFACTURING, 2=PROCESS_MANUFACTURING | |||
| MINIMUM_TRANSFER_QUANTITY | NUMBER | This Column represents Minimum transfer quantity for this work definition. | |||
| PRODUCTION_LINE_ID | NUMBER | 18 | The unique identifier of a production line. Its value is an application generated unique id. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| msc_wd_operation_materials | msc_work_definitions | ORGANIZATION_ID, ASSEMBLY_ITEM_ID, WORK_DEFINITION_CODE, PART_KEY1 |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_WORK_DEFINITIONS_N1 | Non Unique | Default | SR_WD_ID, PART_KEY1 |
| MSC_WORK_DEFINITIONS_U1 | Unique | Default | ORGANIZATION_ID, ASSEMBLY_ITEM_ID, WORK_DEFINITION_CODE, PART_KEY1 |