MSC_ROUTINGS

This table stores the different routings available for a bill of material.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_ROUTINGS_PK

PLAN_ID, ORGANIZATION_ID, ROUTING_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER Yes This value indicates the plan identifier for the record.
PREFERENCE NUMBER This value indicates the preference of the routing.
ITEM_PROCESS_COST NUMBER Identifies the inventory item process cost
PART_KEY1 NUMBER 18 Yes Source application instance identifier
ROUTING_SEQUENCE_ID NUMBER 18 Yes Source application operational routing sequence identifier
ROUTING_TYPE NUMBER Manufacturing(1), or Engineering(2). For UI and reports
ROUTING_COMMENT VARCHAR2 960 Comments. Used for UI and reports
ALTERNATE_ROUTING_DESIGNATOR VARCHAR2 30 Name of the alternate routing. Null for primary routing
PROJECT_ID NUMBER Project identifier for project manufacturing
TASK_ID NUMBER Task identifier for project manufacturing
LINE_ID NUMBER 18 For flow manufacturing. A routing is actually a line (not used for now)
UOM_CODE VARCHAR2 3 Unit of measure code of the routing or a work definition.
CFM_ROUTING_FLAG NUMBER Flag to indicate whether the routing is continuos flow or traditional routing
CTP_FLAG NUMBER Flag to indicate whether capacity must be checked when item is ordered
ASSEMBLY_ITEM_ID NUMBER 18 Yes Item identifier of the assembly.
ORGANIZATION_ID NUMBER Yes This column indicates the organization identifier.
ROUTING_QUANTITY NUMBER Quantity of the work definition or a routing.
REFRESH_NUMBER NUMBER Refresh number populated by the collection program
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.
FIRST_OP_SEQ_NUM NUMBER First operation sequence number
LAST_OP_SEQ_NUM NUMBER Last operation sequence number of the work definition or routing.
COMMON_ROUTING_SEQUENCE_ID NUMBER Value of Common Routing Sequence ID
AUTO_STEP_QTY_FLAG NUMBER 1 Yes => Calculate the Step Quantity field based on the amount of ingredients per step as defined in the StepMaterial Association.2 No=> step quantities are calculated from the default routing steps,
ROUTING_NAME VARCHAR2 300 Name of the routing or a work definition.
COMMON_ROUTING_NAME VARCHAR2 80 Name of the Routing or the Work definition that is common between parent and child
SIMULATION_SET_ID NUMBER 18 Yes Simulation set to which the current record is added.
NEW_PLAN_ID NUMBER 18 Yes This indicates the new plan identifier if the base plan exists for this record.
NEW_PLAN_LIST VARCHAR2 256 List indicates the new plan identifiers for the record.
APPLIED NUMBER Flag used for online replanning
SR_ALTERNATE_BOM_DESIGNATOR VARCHAR2 80 Item Structure attached to the Work Definition
BILL_SEQUENCE_ID NUMBER 18 Bill of material unique identifier
PRIMARY_FLAG NUMBER 1 Indicates if WD is primary or not. 1 ???Yes, 2- No
EFFECTIVE_FROM_DATE DATE Effective from date for process effectivity
EFFECTIVE_TO_DATE DATE Effective to date for process effectivity
SR_WD_CODE VARCHAR2 30 Source side work definition code
SIM_EDIT_FLAGS NUMBER Indicates which columns are edited in simulation set records
PROCESS_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.
WORK_METHOD_CODE NUMBER A code that represents the user key to the work method. Valid values are DISCRETE_MANUFACTURING, PROCESS_MANUFACTURING
MINIMUM_TRANSFER_QUANTITY NUMBER This column represents the minimum transfer quantity for the routing.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_ROUTINGS msc_parameters ORGANIZATION_ID
msc_resource_requirements msc_routings PLAN_ID, ORGANIZATION_ID, ROUTING_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1
msc_process_effectivity msc_routings PLAN_ID, ORGANIZATION_ID, ROUTING_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1
msc_routing_operations msc_routings PLAN_ID, ORGANIZATION_ID, ROUTING_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1

Indexes

Index Uniqueness Tablespace Columns
MSC_ROUTINGS_N1 Non Unique Default PLAN_ID, ASSEMBLY_ITEM_ID, ORGANIZATION_ID, ROUTING_SEQUENCE_ID
MSC_ROUTINGS_U1 Unique Default PLAN_ID, ORGANIZATION_ID, ROUTING_SEQUENCE_ID, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1
MSC_ROUTINGS_U2 Unique Default PLAN_ID, ORGANIZATION_ID, ASSEMBLY_ITEM_ID, ALTERNATE_ROUTING_DESIGNATOR, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1