Search Results bom_operation_sequences_v
Overview
The BOM_OPERATION_SEQUENCES_V view, owned by the APPS schema in Oracle EBS 12.1.1 and 12.2.2, presents the routing operation sequences that define the manufacturing steps associated with an assembly in Oracle Bills of Material. Each row represents a discrete operation within a routing sequence, exposing not only the ordered sequence number and department assignment but also standard operation references, lead time, transfer quantity, count point, backflush, and time calculation attributes. Because routing operations are the backbone of work-in-process execution, capacity planning, and cost rollup, this view is a primary reporting and integration surface for any process that programmatically reads or copies routing data.
The view resolves foreign keys to human-readable values by joining the operation sequences table to the standard operations, departments, and lookup tables, so consumers avoid manual joins when they need the operation code, department code, or shutdown type meaning. This makes it a convenient source for custom reports, data extracts, and interface programs that would otherwise need to replicate the join logic themselves.
Underlying Base Objects
The view is defined over four documented base objects, all referenced through the APPS schema:
- BOM_OPERATION_SEQUENCES (synonym) — the driving table, supplying the sequence identifier, sequence number, department, timing, yield, and descriptive attributes.
- BOM_STANDARD_OPERATIONS (synonym) — supplies
OPERATION_CODE, aliased in the view asSTANDARD_OPERATION_CODE, resolving the standard operation associated with each routing step. - BOM_DEPARTMENTS (synonym) — supplies
DEPARTMENT_CODEandLOCATION_IDfor the assigned department. - MFG_LOOKUPS (view) — supplies the
MEANINGvalue for the shutdown type code.
Because these are synonyms and views rather than the physical base tables, the view remains valid across releases while the underlying definitions are maintained by the BOM product team.
Key Columns
OPERATION_SEQUENCE_IDandROUTING_SEQUENCE_ID— primary and parent keys linking the operation to its routing.OPERATION_SEQ_NUM— the ordered step number within the routing.STANDARD_OPERATION_CODE— the code from BOM_STANDARD_OPERATIONS; this is the column users commonly search for when locating a specific operation definition.DEPARTMENT_CODEandLOCATION_ID— the department and location performing the work.MINIMUM_TRANSFER_QUANTITYandOPERATION_LEAD_TIME_PERCENT— planning parameters.COUNT_POINT_TYPEand the derivedCOUNT_POINT_FLAG/AUTOCHARGE_FLAG— indicate whether the operation is a count point or autocharge point.BACKFLUSH_FLAGandYIELD/CUMULATIVE_YIELD— control material consumption and yield accounting.LABOR_TIME_CALC,MACHINE_TIME_CALC, andTOTAL_TIME_CALC— computed operation times.EFFECTIVITY_DATEandDISABLE_DATE— date-range validity of the operation.
Common Use Cases and Queries
A frequent requirement is to retrieve all operations for a given assembly or standard operation code. For example, to locate routings using a specific standard operation:
SELECT OPERATION_SEQUENCE_ID, OPERATION_SEQ_NUM, STANDARD_OPERATION_CODE, DEPARTMENT_CODE, OPERATION_DESCRIPTION FROM BOM_OPERATION_SEQUENCES_V WHERE STANDARD_OPERATION_CODE = :p_operation_code;
Other uses include building routing extracts for MES or shop floor interfaces, validating that department assignments exist, and reporting operation times and yields for cost or capacity analysis. When querying, restrict by EFFECTIVITY_DATE and DISABLE_DATE to return only currently effective operations.
-
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: 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: APPS.WIP_OPEN_FLOW_SCHEDULES_V
12.1.1
-
VIEW: APPS.WIP_OPEN_FLOW_SCHEDULES_V
12.2.2
-
PACKAGE BODY: APPS.BOM_RTG_COPYORG_IMP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_RTG_COPYORG_IMP, status:VALID,
-
PACKAGE BODY: APPS.WIP_SFCB_UTILITIES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_SFCB_UTILITIES, status:VALID,
-
PACKAGE BODY: APPS.BOM_RTG_EXP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_RTG_EXP, status:VALID,
-
PACKAGE BODY: APPS.FLM_COPY_ROUTING
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FLM_COPY_ROUTING, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.BOM_RTG_EXP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_RTG_EXP, status:VALID,
-
PACKAGE BODY: APPS.BOM_RTG_COPYORG_IMP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_RTG_COPYORG_IMP, status:VALID,
-
PACKAGE BODY: APPS.WIP_SFCB_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_SFCB_UTILITIES, status:VALID,
-
PACKAGE BODY: APPS.FLM_COPY_ROUTING
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FLM_COPY_ROUTING, status:VALID,
-
PACKAGE BODY: APPS.BOM_MIXED_MODEL_MAP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_MIXED_MODEL_MAP_PVT, status:VALID,
-
PACKAGE BODY: APPS.BOM_MIXED_MODEL_MAP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_MIXED_MODEL_MAP_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: WIP_OPEN_FLOW_SCHEDULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OPEN_FLOW_SCHEDULES_V, object_name:WIP_OPEN_FLOW_SCHEDULES_V, status:VALID, product: WIP - Work in Process , description: This view is used to retrieve open flow schedules. , implementation_dba_data: APPS.WIP_OPEN_FLOW_SCHEDULES_V ,
-
APPS.FLM_COPY_ROUTING SQL Statements
12.1.1
-
VIEW: APPS.WIP_OPEN_FLOW_SCHEDULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OPEN_FLOW_SCHEDULES_V, object_name:WIP_OPEN_FLOW_SCHEDULES_V, status:VALID,
-
View: WIP_OPEN_FLOW_SCHEDULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OPEN_FLOW_SCHEDULES_V, object_name:WIP_OPEN_FLOW_SCHEDULES_V, status:VALID, product: WIP - Work in Process , description: This view is used to retrieve open flow schedules. , implementation_dba_data: APPS.WIP_OPEN_FLOW_SCHEDULES_V ,
-
VIEW: APPS.WIP_OPEN_FLOW_SCHEDULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OPEN_FLOW_SCHEDULES_V, object_name:WIP_OPEN_FLOW_SCHEDULES_V, status:VALID,
-
SYNONYM: APPS.BOM_STANDARD_OPERATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_STANDARD_OPERATIONS, status:VALID,
-
APPS.BOM_RTG_EXP SQL Statements
12.1.1
-
SYNONYM: APPS.BOM_STANDARD_OPERATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_STANDARD_OPERATIONS, status:VALID,
-
APPS.BOM_RTG_EXP SQL Statements
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.BOM_OPERATION_SEQUENCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_OPERATION_SEQUENCES, status:VALID,
-
SYNONYM: APPS.BOM_OPERATION_SEQUENCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_OPERATION_SEQUENCES, status:VALID,
-
APPS.FLM_COPY_ROUTING SQL Statements
12.2.2
-
SYNONYM: APPS.BOM_DEPARTMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_DEPARTMENTS, status:VALID,
-
SYNONYM: APPS.BOM_DEPARTMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_DEPARTMENTS, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
APPS.BOM_RTG_COPYORG_IMP SQL Statements
12.1.1
-
APPS.WIP_SFCB_UTILITIES dependencies on BOM_OPERATION_SEQUENCES_V
12.1.1
-
APPS.BOM_RTG_COPYORG_IMP SQL Statements
12.2.2
-
APPS.WIP_SFCB_UTILITIES dependencies on BOM_OPERATION_SEQUENCES_V
12.2.2
-
APPS.BOM_RTG_COPYORG_IMP dependencies on BOM_OPERATION_SEQUENCES_V
12.2.2
-
APPS.BOM_RTG_EXP dependencies on BOM_OPERATION_SEQUENCES_V
12.2.2
-
APPS.FLM_COPY_ROUTING dependencies on BOM_OPERATION_SEQUENCES_V
12.2.2
-
APPS.BOM_RTG_EXP dependencies on BOM_OPERATION_SEQUENCES_V
12.1.1
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on BOM_OPERATION_SEQUENCES_V
12.1.1
-
APPS.BOM_RTG_COPYORG_IMP dependencies on BOM_OPERATION_SEQUENCES_V
12.1.1
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on BOM_OPERATION_SEQUENCES_V
12.2.2
-
APPS.FLM_COPY_ROUTING dependencies on BOM_OPERATION_SEQUENCES_V
12.1.1
-
APPS.BOM_MIXED_MODEL_MAP_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FLM_COPY_ROUTING
12.1.1
-
APPS.BOM_MIXED_MODEL_MAP_PVT SQL Statements
12.2.2
-
APPS.WIP_SFCB_UTILITIES SQL Statements
12.1.1