Search Results bom_operational_routings
Overview
The BOM_OPERATIONAL_ROUTINGS table is the central repository for routing definitions within Oracle E-Business Suite's Bills of Material (BOM) module. It stores the master data that defines the sequence of manufacturing operations required to produce an assembly item. This table is fundamental to manufacturing execution, as it provides the standard instructions referenced by Work in Process (WIP) for discrete jobs, repetitive schedules, and flow schedules. Each record represents a unique routing for a specific assembly within a manufacturing organization, which may include an alternate routing designator.
Key Information Stored
The table's structure is designed to uniquely identify and describe a routing. Its primary key is ROUTING_SEQUENCE_ID, a unique system-generated identifier. A composite unique key ensures that a routing is uniquely defined by the combination of ASSEMBLY_ITEM_ID, ORGANIZATION_ID, and ALTERNATE_ROUTING_DESIGNATOR. Critical columns include ASSEMBLY_ITEM_ID (the item being built), COMMON_ROUTING_SEQUENCE_ID (for referencing a common routing), COMMON_ASSEMBLY_ITEM_ID (the common item from which the routing is copied), and ALTERNATE_ROUTING_DESIGNATOR (to define primary or alternate manufacturing paths). Operational details such as the COMPLETION_SUBINVENTORY, COMPLETION_LOCATOR_ID, and LINE_ID are also stored here to provide default values for production transactions.
Common Use Cases and Queries
This table is central to manufacturing setup, reporting, and integration. Common use cases include validating routing existence before creating jobs, listing all alternate routings for an assembly, and identifying routings that reference a common routing template. A typical query to retrieve routing headers for an item would join with MTL_SYSTEM_ITEMS_B and optionally BOM_ALTERNATE_DESIGNATORS.
- Sample Query:
SELECT bor.ROUTING_SEQUENCE_ID, bor.ASSEMBLY_ITEM_ID, msi.CONCATENATED_SEGMENTS ASSEMBLY, bor.ALTERNATE_ROUTING_DESIGNATOR, bor.COMMON_ROUTING_SEQUENCE_ID FROM BOM.BOM_OPERATIONAL_ROUTINGS bor, INV.MTL_SYSTEM_ITEMS_B msi WHERE bor.ASSEMBLY_ITEM_ID = msi.INVENTORY_ITEM_ID AND bor.ORGANIZATION_ID = msi.ORGANIZATION_ID AND bor.ORGANIZATION_ID = :p_org_id; - Reporting often involves aggregating data from this table with BOM_OPERATION_SEQUENCES to analyze the complexity and steps of manufacturing processes.
Related Objects
BOM_OPERATIONAL_ROUTINGS has extensive relationships with core manufacturing tables. It is the parent table for BOM_OPERATION_SEQUENCES, which holds the detailed operation steps. It is referenced by WIP_DISCRETE_JOBS, WIP_REPETITIVE_ITEMS, and WIP_FLOW_SCHEDULES to assign a routing to a production entity. Foreign key relationships enforce integrity with inventory items (MTL_SYSTEM_ITEMS_B), subinventories (MTL_SECONDARY_INVENTORIES), locators (MTL_ITEM_LOCATIONS), and production lines (WIP_LINES). The BOM_DELETE_ENTITIES table references it for managing pending deletions, and the BOM_ALTERNATE_DESIGNATORS table validates the ALTERNATE_ROUTING_DESIGNATOR.
-
Table: BOM_OPERATIONAL_ROUTINGS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATIONAL_ROUTINGS, object_name:BOM_OPERATIONAL_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: Routings , implementation_dba_data: BOM.BOM_OPERATIONAL_ROUTINGS ,
-
Table: BOM_OPERATIONAL_ROUTINGS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATIONAL_ROUTINGS, object_name:BOM_OPERATIONAL_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: Routings , implementation_dba_data: BOM.BOM_OPERATIONAL_ROUTINGS ,
-
View: BOMFV_WORK_ORDER_ROUTINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_WORK_ORDER_ROUTINGS, object_name:BOMFV_WORK_ORDER_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_WORK_ORDER_ROUTINGS ,
-
View: BOMFV_FLOW_ROUTING_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_ROUTING_EVENTS, object_name:BOMFV_FLOW_ROUTING_EVENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_ROUTING_EVENTS ,
-
View: BOMFV_FLOW_ROUTING_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_ROUTING_EVENTS, object_name:BOMFV_FLOW_ROUTING_EVENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_ROUTING_EVENTS ,
-
View: BOMFV_OPERATION_NETWORKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_OPERATION_NETWORKS, object_name:BOMFV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_OPERATION_NETWORKS ,
-
View: BOMFV_ROUTINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_ROUTINGS, object_name:BOMFV_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_ROUTINGS ,
-
View: BOMFV_WORK_ORDER_ROUTINGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_WORK_ORDER_ROUTINGS, object_name:BOMFV_WORK_ORDER_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_WORK_ORDER_ROUTINGS ,
-
View: BOMBV_OPERATION_NETWORKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_OPERATION_NETWORKS, object_name:BOMBV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_OPERATION_NETWORKS ,
-
View: BOMFV_FLOW_ROUTINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_ROUTINGS, object_name:BOMFV_FLOW_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_ROUTINGS ,
-
View: BOMFV_ROUTINGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_ROUTINGS, object_name:BOMFV_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_ROUTINGS ,
-
View: BOMFV_FLOW_ROUTINGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_ROUTINGS, object_name:BOMFV_FLOW_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_ROUTINGS ,
-
View: BOMFV_OPERATION_NETWORKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_OPERATION_NETWORKS, object_name:BOMFV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_OPERATION_NETWORKS ,
-
View: BOMBV_OPERATION_NETWORKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_OPERATION_NETWORKS, object_name:BOMBV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_OPERATION_NETWORKS ,
-
Table: BOM_ALTERNATE_DESIGNATORS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_ALTERNATE_DESIGNATORS, object_name:BOM_ALTERNATE_DESIGNATORS, status:VALID, product: BOM - Bills of Material , description: Alternate designators , implementation_dba_data: BOM.BOM_ALTERNATE_DESIGNATORS ,
-
Table: BOM_DELETE_ENTITIES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DELETE_ENTITIES, object_name:BOM_DELETE_ENTITIES, status:VALID, product: BOM - Bills of Material , description: Deleted entities in BOM and INV , implementation_dba_data: BOM.BOM_DELETE_ENTITIES ,
-
Table: BOM_ALTERNATE_DESIGNATORS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_ALTERNATE_DESIGNATORS, object_name:BOM_ALTERNATE_DESIGNATORS, status:VALID, product: BOM - Bills of Material , description: Alternate designators , implementation_dba_data: BOM.BOM_ALTERNATE_DESIGNATORS ,
-
Table: BOM_DELETE_ENTITIES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DELETE_ENTITIES, object_name:BOM_DELETE_ENTITIES, status:VALID, product: BOM - Bills of Material , description: Deleted entities in BOM and INV , implementation_dba_data: BOM.BOM_DELETE_ENTITIES ,
-
View: BOM_ROUTING_ALTERNATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ROUTING_ALTERNATES_V, object_name:BOM_ROUTING_ALTERNATES_V, status:VALID, product: BOM - Bills of Material , description: BOM_ROUTING_ALTERNATES_V resolves all foreign key references for the table BOM_ROUTING_ALTERNATES , implementation_dba_data: APPS.BOM_ROUTING_ALTERNATES_V ,
-
Table: BOM_OPERATION_SEQUENCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_SEQUENCES, object_name:BOM_OPERATION_SEQUENCES, status:VALID, product: BOM - Bills of Material , description: Routing operations , implementation_dba_data: BOM.BOM_OPERATION_SEQUENCES ,
-
Table: BOM_OPERATION_SEQUENCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_SEQUENCES, object_name:BOM_OPERATION_SEQUENCES, status:VALID, product: BOM - Bills of Material , description: Routing operations , implementation_dba_data: BOM.BOM_OPERATION_SEQUENCES ,
-
View: BOM_ROUTING_ALTERNATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ROUTING_ALTERNATES_V, object_name:BOM_ROUTING_ALTERNATES_V, status:VALID, product: BOM - Bills of Material , description: BOM_ROUTING_ALTERNATES_V resolves all foreign key references for the table BOM_ROUTING_ALTERNATES , implementation_dba_data: APPS.BOM_ROUTING_ALTERNATES_V ,
-
View: BOMBV_WORK_ORDER_ROUTINGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_WORK_ORDER_ROUTINGS, object_name:BOMBV_WORK_ORDER_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_WORK_ORDER_ROUTINGS ,
-
View: BOMBV_FLOW_ROUTINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_FLOW_ROUTINGS, object_name:BOMBV_FLOW_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_FLOW_ROUTINGS ,
-
View: BOMBV_ROUTINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_ROUTINGS, object_name:BOMBV_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_ROUTINGS ,
-
View: BOMBV_WORK_ORDER_ROUTINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_WORK_ORDER_ROUTINGS, object_name:BOMBV_WORK_ORDER_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_WORK_ORDER_ROUTINGS ,
-
View: BOMBV_ROUTINGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_ROUTINGS, object_name:BOMBV_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_ROUTINGS ,
-
View: BOMBV_WORK_ORDER_RTG_OPRATNS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_WORK_ORDER_RTG_OPRATNS, object_name:BOMBV_WORK_ORDER_RTG_OPRATNS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_WORK_ORDER_RTG_OPRATNS ,
-
View: BOMFV_RTG_OPERATION_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_RTG_OPERATION_RESOURCES, object_name:BOMFV_RTG_OPERATION_RESOURCES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_RTG_OPERATION_RESOURCES ,
-
View: BOMBV_FLOW_ROUTINGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_FLOW_ROUTINGS, object_name:BOMBV_FLOW_ROUTINGS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_FLOW_ROUTINGS ,
-
View: BOMBV_MFG_OPERATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_MFG_OPERATIONS, object_name:BOMBV_MFG_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_MFG_OPERATIONS ,
-
View: BOMBV_RTG_OPERATION_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_RTG_OPERATION_RESOURCES, object_name:BOMBV_RTG_OPERATION_RESOURCES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_RTG_OPERATION_RESOURCES ,
-
View: BOMBV_RTG_OPERATION_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_RTG_OPERATION_RESOURCES, object_name:BOMBV_RTG_OPERATION_RESOURCES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_RTG_OPERATION_RESOURCES ,
-
View: BOMBV_WORK_ORDER_RTG_OPRATNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_WORK_ORDER_RTG_OPRATNS, object_name:BOMBV_WORK_ORDER_RTG_OPRATNS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_WORK_ORDER_RTG_OPRATNS ,
-
View: BOM_OP_RESOURCES_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OP_RESOURCES_VIEW, object_name:BOM_OP_RESOURCES_VIEW, status:VALID, product: BOM - Bills of Material , description: Operation resources view , implementation_dba_data: APPS.BOM_OP_RESOURCES_VIEW ,
-
View: BOMFV_FLOW_RTG_LINE_OPERATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_RTG_LINE_OPERATIONS, object_name:BOMFV_FLOW_RTG_LINE_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_RTG_LINE_OPERATIONS ,
-
View: BOMFV_MFG_OPERATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_MFG_OPERATIONS, object_name:BOMFV_MFG_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_MFG_OPERATIONS ,
-
View: BOMFV_WORK_ORDER_RTG_OPRATNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_WORK_ORDER_RTG_OPRATNS, object_name:BOMFV_WORK_ORDER_RTG_OPRATNS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_WORK_ORDER_RTG_OPRATNS ,
-
View: BOMBV_FLOW_RTG_LINE_OPERATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_FLOW_RTG_LINE_OPERATIONS, object_name:BOMBV_FLOW_RTG_LINE_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_FLOW_RTG_LINE_OPERATIONS ,
-
View: BOMFV_WORK_ORDER_RTG_OPRATNS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_WORK_ORDER_RTG_OPRATNS, object_name:BOMFV_WORK_ORDER_RTG_OPRATNS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_WORK_ORDER_RTG_OPRATNS ,
-
View: BOMBV_FLOW_RTG_LINE_OPERATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_FLOW_RTG_LINE_OPERATIONS, object_name:BOMBV_FLOW_RTG_LINE_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_FLOW_RTG_LINE_OPERATIONS ,
-
View: BOMBV_MFG_OPERATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_MFG_OPERATIONS, object_name:BOMBV_MFG_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_MFG_OPERATIONS ,
-
View: BOMFV_RTG_OPERATION_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_RTG_OPERATION_RESOURCES, object_name:BOMFV_RTG_OPERATION_RESOURCES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_RTG_OPERATION_RESOURCES ,
-
View: BOM_OP_RESOURCES_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OP_RESOURCES_VIEW, object_name:BOM_OP_RESOURCES_VIEW, status:VALID, product: BOM - Bills of Material , description: Operation resources view , implementation_dba_data: APPS.BOM_OP_RESOURCES_VIEW ,
-
View: BOMBV_FLOW_ROUTING_PROCESSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_FLOW_ROUTING_PROCESSES, object_name:BOMBV_FLOW_ROUTING_PROCESSES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_FLOW_ROUTING_PROCESSES ,
-
View: BOMBV_FLOW_ROUTING_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_FLOW_ROUTING_EVENTS, object_name:BOMBV_FLOW_ROUTING_EVENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_FLOW_ROUTING_EVENTS ,
-
View: BOMFV_FLOW_ROUTING_PROCESSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_ROUTING_PROCESSES, object_name:BOMFV_FLOW_ROUTING_PROCESSES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_ROUTING_PROCESSES ,
-
View: BOMFV_FLOW_RTG_LINE_OPERATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_RTG_LINE_OPERATIONS, object_name:BOMFV_FLOW_RTG_LINE_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_RTG_LINE_OPERATIONS ,
-
View: BOM_OPERATIONAL_ROUTINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATIONAL_ROUTINGS_V, object_name:BOM_OPERATIONAL_ROUTINGS_V, status:VALID, product: BOM - Bills of Material , description: Routings , implementation_dba_data: APPS.BOM_OPERATIONAL_ROUTINGS_V ,
-
View: BOM_OPERATIONAL_ROUTINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATIONAL_ROUTINGS_V, object_name:BOM_OPERATIONAL_ROUTINGS_V, status:VALID, product: BOM - Bills of Material , description: Routings , implementation_dba_data: APPS.BOM_OPERATIONAL_ROUTINGS_V ,