Search Results bom_operation_sequences
Overview
The BOM_OPERATION_SEQUENCES table is a core data object within the Oracle E-Business Suite Bills of Material (BOM) module. It serves as the master repository for routing operations, which define the specific steps, or operations, required to manufacture an assembly. Each record represents a single operation within a routing, detailing its sequence, location, and operational attributes. This table is fundamental to manufacturing execution, capacity planning, and product costing, as it defines the standard work instructions and resource requirements for production. Its integrity is maintained through primary and unique key constraints, ensuring each operation within a routing is uniquely identifiable and properly sequenced.
Key Information Stored
The table's structure captures comprehensive details for each manufacturing operation. The primary identifier is OPERATION_SEQUENCE_ID. Each operation is linked to a parent routing via ROUTING_SEQUENCE_ID and is ordered by OPERATION_SEQ_NUM. The EFFECTIVITY_DATE governs the active period of the operation, supporting engineering changes. Critical operational attributes include DEPARTMENT_ID, which links to the work center or department where the operation is performed, and columns for standard times (STANDARD_OPERATION_CODE, TOTAL_REJECTION_ALLOWANCE). The table also supports complex routing structures through self-referencing foreign keys: PROCESS_OP_SEQ_ID for process flows and LINE_OP_SEQ_ID for line operations, enabling detailed network routing.
Common Use Cases and Queries
This table is central to numerous manufacturing processes. Common use cases include generating shop floor work instructions, calculating lead times, performing capacity analysis, and rolling up standard costs. A frequent reporting requirement is to list all operations for a specific assembly routing, ordered by sequence. A typical query pattern joins to BOM_OPERATIONAL_ROUTINGS and BOM_DEPARTMENTS:
- SELECT bos.operation_seq_num, bos.operation_code, d.department_code, bos.effectivity_date FROM bom_operation_sequences bos, bom_operational_routings bor, bom_departments d WHERE bor.assembly_item_id = :p_item_id AND bor.organization_id = :p_org_id AND bor.routing_sequence_id = bos.routing_sequence_id AND bos.department_id = d.department_id ORDER BY bos.operation_seq_num;
Another critical scenario involves cost rollups, where the table is joined with BOM_OPERATION_RESOURCES and CST_ITEM_COST_DETAILS to aggregate resource costs per operation.
Related Objects
The BOM_OPERATION_SEQUENCES table has extensive relationships, as documented in the provided foreign key metadata. It is a pivotal hub connecting routing definitions to execution and costing entities. Key documented relationships include:
- BOM_OPERATIONAL_ROUTINGS: The parent routing definition (via ROUTING_SEQUENCE_ID).
- BOM_DEPARTMENTS: The department where the operation is performed (via DEPARTMENT_ID).
- BOM_OPERATION_RESOURCES: Resources (labor, machines) assigned to the operation (via OPERATION_SEQUENCE_ID).
- BOM_COMPONENT_OPERATIONS: Links components to specific operations where they are issued.
- WIP_OPERATIONS: The discrete job or schedule-specific instances of this standard operation.
- CST_ITEM_COST_DETAILS & CST_ITEM_CST_DTLS_INTERFACE: Stores and interfaces detailed cost information for the operation.
- BOM_OPERATION_NETWORKS: Defines relationships between operations (via TO_OP_SEQ_ID).
- Self-referencing: For process (PROCESS_OP_SEQ_ID) and line (LINE_OP_SEQ_ID) operation relationships.
-
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_OPERATION_SEQUENCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_SEQUENCES_V, object_name:BOM_OPERATION_SEQUENCES_V, status:VALID, product: BOM - Bills of Material , description: Operations , implementation_dba_data: APPS.BOM_OPERATION_SEQUENCES_V ,
-
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: BOM_OPERATION_SEQUENCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_SEQUENCES_V, object_name:BOM_OPERATION_SEQUENCES_V, status:VALID, product: BOM - Bills of Material , description: Operations , implementation_dba_data: APPS.BOM_OPERATION_SEQUENCES_V ,
-
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: 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_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: BOM_OPERATION_NETWORKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_NETWORKS_V, object_name:BOM_OPERATION_NETWORKS_V, status:VALID, product: BOM - Bills of Material , description: Operation networks view , implementation_dba_data: APPS.BOM_OPERATION_NETWORKS_V ,
-
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_OPERATION_NETWORKS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_NETWORKS, object_name:BOM_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: Routing operation networks , implementation_dba_data: BOM.BOM_OPERATION_NETWORKS ,
-
Table: BOM_OPERATION_NETWORKS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_NETWORKS, object_name:BOM_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: Routing operation networks , implementation_dba_data: BOM.BOM_OPERATION_NETWORKS ,
-
Table: BOM_DELETE_SUB_ENTITIES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DELETE_SUB_ENTITIES, object_name:BOM_DELETE_SUB_ENTITIES, status:VALID, product: BOM - Bills of Material , description: Component and operations to be deleted , implementation_dba_data: BOM.BOM_DELETE_SUB_ENTITIES ,
-
Table: BOM_OPERATION_RESOURCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_RESOURCES, object_name:BOM_OPERATION_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources on operations , implementation_dba_data: BOM.BOM_OPERATION_RESOURCES ,
-
Table: BOM_COMPONENT_OPERATIONS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_COMPONENT_OPERATIONS, object_name:BOM_COMPONENT_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: Additional operations for a Bill of Material Component , implementation_dba_data: BOM.BOM_COMPONENT_OPERATIONS ,
-
Table: BOM_COMPONENT_OPERATIONS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_COMPONENT_OPERATIONS, object_name:BOM_COMPONENT_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: Additional operations for a Bill of Material Component , implementation_dba_data: BOM.BOM_COMPONENT_OPERATIONS ,
-
View: BOM_OPERATION_NETWORKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_NETWORKS_V, object_name:BOM_OPERATION_NETWORKS_V, status:VALID, product: BOM - Bills of Material , description: Operation networks view , implementation_dba_data: APPS.BOM_OPERATION_NETWORKS_V ,
-
Table: BOM_OPERATION_RESOURCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_RESOURCES, object_name:BOM_OPERATION_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources on operations , implementation_dba_data: BOM.BOM_OPERATION_RESOURCES ,
-
Table: BOM_DELETE_SUB_ENTITIES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DELETE_SUB_ENTITIES, object_name:BOM_DELETE_SUB_ENTITIES, status:VALID, product: BOM - Bills of Material , description: Component and operations to be deleted , implementation_dba_data: BOM.BOM_DELETE_SUB_ENTITIES ,
-
Table: CST_ITEM_COST_DETAILS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COST_DETAILS, object_name:CST_ITEM_COST_DETAILS, status:VALID, product: BOM - Bills of Material , description: Item cost detail information , implementation_dba_data: BOM.CST_ITEM_COST_DETAILS ,
-
Table: CST_ITEM_CST_DTLS_INTERFACE
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_CST_DTLS_INTERFACE, object_name:CST_ITEM_CST_DTLS_INTERFACE, status:VALID, product: BOM - Bills of Material , description: Open interface table for item cost detail information , implementation_dba_data: BOM.CST_ITEM_CST_DTLS_INTERFACE ,
-
Table: CST_ITEM_CST_DTLS_INTERFACE
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_CST_DTLS_INTERFACE, object_name:CST_ITEM_CST_DTLS_INTERFACE, status:VALID, product: BOM - Bills of Material , description: Open interface table for item cost detail information , implementation_dba_data: BOM.CST_ITEM_CST_DTLS_INTERFACE ,
-
Table: CST_ITEM_COST_DETAILS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COST_DETAILS, object_name:CST_ITEM_COST_DETAILS, status:VALID, product: BOM - Bills of Material , description: Item cost detail information , implementation_dba_data: BOM.CST_ITEM_COST_DETAILS ,
-
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: CST_CODE_OPERATION_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CODE_OPERATION_COST_VIEW, object_name:CST_CODE_OPERATION_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by operation : SINGLE-ORG view , implementation_dba_data: APPS.CST_CODE_OPERATION_COST_VIEW ,
-
View: CST_OPERATION_LEVEL_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_OPERATION_LEVEL_COST_VIEW, object_name:CST_OPERATION_LEVEL_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by level, element and operation sequence number : SINGLE-ORG view , implementation_dba_data: APPS.CST_OPERATION_LEVEL_COST_VIEW ,
-
View: CST_ELEMENT_OP_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_OP_COST_VIEW, object_name:CST_ELEMENT_OP_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by element and operation : SINGLE-ORG view , implementation_dba_data: APPS.CST_ELEMENT_OP_COST_VIEW ,
-
View: CST_CODE_OPERATION_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CODE_OPERATION_COST_VIEW, object_name:CST_CODE_OPERATION_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by operation : SINGLE-ORG view , implementation_dba_data: APPS.CST_CODE_OPERATION_COST_VIEW ,
-
View: CST_OPERATION_LEVEL_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_OPERATION_LEVEL_COST_VIEW, object_name:CST_OPERATION_LEVEL_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by level, element and operation sequence number : SINGLE-ORG view , implementation_dba_data: APPS.CST_OPERATION_LEVEL_COST_VIEW ,
-
Table: BOM_DEPARTMENTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DEPARTMENTS, object_name:BOM_DEPARTMENTS, status:VALID, product: BOM - Bills of Material , description: Departments , implementation_dba_data: BOM.BOM_DEPARTMENTS ,
-
View: CST_ELEMENT_OP_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_OP_COST_VIEW, object_name:CST_ELEMENT_OP_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by element and operation : SINGLE-ORG view , implementation_dba_data: APPS.CST_ELEMENT_OP_COST_VIEW ,
-
View: CST_ACTIVITY_OP_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_OP_COST_VIEW, object_name:CST_ACTIVITY_OP_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by activity and operation : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_OP_COST_VIEW ,
-
View: CST_ACTIVITY_OP_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_OP_COST_VIEW, object_name:CST_ACTIVITY_OP_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by activity and operation : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_OP_COST_VIEW ,
-
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 ,
-
Table: BOM_DEPARTMENTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DEPARTMENTS, object_name:BOM_DEPARTMENTS, status:VALID, product: BOM - Bills of Material , description: Departments , implementation_dba_data: BOM.BOM_DEPARTMENTS ,
-
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: 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: BOM_COMPONENT_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_COMPONENT_OPERATIONS_V, object_name:BOM_COMPONENT_OPERATIONS_V, status:VALID, product: BOM - Bills of Material , description: View of all component operation , implementation_dba_data: APPS.BOM_COMPONENT_OPERATIONS_V ,
-
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: 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: BOM_COMPONENT_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_COMPONENT_OPERATIONS_V, object_name:BOM_COMPONENT_OPERATIONS_V, status:VALID, product: BOM - Bills of Material , description: View of all component operation , implementation_dba_data: APPS.BOM_COMPONENT_OPERATIONS_V ,
-
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_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 ,