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 ,
-
APPS.WIP_FLOWUTIL_PRIV dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.ENGPKIMP dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.BOM_OP_RES_UTIL dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.BOM_RTG_ISETUP_IMP dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.EAM_CONSTRUCTION_EST_PVT dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.BOMPBXIN dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.ENG_CANCEL_ECO dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.WMS_WIP_INTEGRATION dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.BOM_VALIDATE_OP_RES dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.ENG_VALIDATE dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.CTO_CONFIG_ROUTING_PK dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.INV_WIP_PICKING_PVT dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.PJM_TASK_AUTO_ASSIGN dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.WSMPVLDT dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.BOM_COPY_BILL dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.WIP_EAM_UTILS dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.BOM_RTG_COPYORG_IMP dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.WSMPLBJI dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.BOM_DEFAULT_OP_RES dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.BOM_RTG_VAL_TO_ID dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.BOM_OPRESOURCE_PVT dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.BOM_DEFAULT_BOM_COMPONENT dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.CTO_SUBASSEMBLY_SUP_PK dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.BOM_DEPARTMENT_RESOURCES_PKG dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.INV_INVTOPKL_XMLP_PKG dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.EAM_EXPLODE_ACTIVITY_PVT dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.BOM_DEFAULT_OP_RES dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.MRP_FLOW_SCHEDULE_PUB dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.WIP_FLOW_CHARGE_UTILITIES dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.BOM_VALIDATE_OP_RES dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.CST_EAMJOB_ACTESTIMATE dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.CSTPSCCR dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.BOM_SUB_RESOURCES_PKG dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.FLM_EXECUTION_UTIL dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.BOM_CALC_TPCT dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.WMA_RSC_CHRG dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.MRP_CRP_HORIZONTAL_PLAN dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.CTO_CONFIG_ROUTING_PK dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.BOM_RTG_NETWORK_VALIDATE_API dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.WSMPJUPD dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.BOM_OPERATION_PVT dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.B_STD_OP_PKG dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.WSM_WIP_LOT_TXN_PVT dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.BOMPASGR dependencies on BOM_OPERATION_SEQUENCES
12.2.2
-
APPS.FLM_KANBAN dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.BOM_RTG_EXP dependencies on BOM_OPERATION_SEQUENCES
12.1.1
-
APPS.OPI_EDW_OPI_OPRN_M_SZ dependencies on BOM_OPERATION_SEQUENCES
12.1.1