Search Results bom_operation_skills
Overview
BOM_OPERATION_SKILLS is a table in the BOM (Bills of Material) schema of Oracle E-Business Suite, documented as valid in releases 12.1.1 and 12.2.2. It holds the skill, competence, and qualification requirements that a manufacturing operation demands of the resources assigned to perform it. In the Oracle EBS manufacturing model, a routing operation may specify the labor skills required to complete the work; BOM_OPERATION_SKILLS is the intersection object that captures those requirements and links them to the operation, the standard operation, the resource, and the human-resources competence definitions held in the PER and MSD schemas.
The ETRM relationship metadata classifies this object heuristically as standalone within a Data Vault model. In practice it behaves as a link-style or junction structure: it resolves many-to-many relationships between routing operations and the competence and rating definitions owned by Oracle HRMS, rather than acting as a transactional fact or a descriptive satellite. Modelers treating this as a Data Vault artifact may find it useful to represent the operation-to-competence association as a link, with the qualifier attributes carried alongside.
Key Information Stored
The table exposes 13 documented columns. The most functionally significant are:
- OPERATION_SEQUENCE_ID — identifies the specific routing operation to which the skill requirement applies; this is the primary business linkage back to the bill of materials routing.
- STANDARD_OPERATION_ID — the referenced standard operation from WSM_OPERATION_DETAILS, allowing skill requirements to be inherited from reusable standard operations.
- COMPETENCE_ID — the competence or skill being required, sourced from PER_COMPETENCES in Oracle HRMS.
- RATING_LEVEL_ID — the proficiency or rating level expected, from PER_RATING_LEVELS.
- LEVEL_ID — a reference into MSD_LEVELS, supporting the qualification or level hierarchy.
- QUALIFICATION_TYPE_ID — distinguishes the category of qualification being specified.
- RESOURCE_ID — the resource associated with the skill requirement where applicable.
- ORGANIZATION_ID — the inventory organization context, enabling multi-org partitioning of the data.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATED_BY, CREATION_DATE — the standard EBS audit columns used for change tracking and concurrency control.
No surrogate single-column primary key is documented in the supplied metadata; the identifying business key is effectively the combination of the operation sequence, organization, and competence/rating attributes. This composite key structure should be validated against the actual unique index in the target instance before relying on it in ETL logic.
Common Use Cases and Queries
Typical uses include skill-requirement reporting for a routed assembly, validating that assigned resources possess the required competences, and migrating routing skill data between environments. A representative join pattern follows:
- Join BOM_OPERATION_SKILLS to PER_COMPETENCES on COMPETENCE_ID to resolve skill names.
- Join to PER_RATING_LEVELS on RATING_LEVEL_ID for proficiency descriptions.
- Join to WSM_OPERATION_DETAILS on STANDARD_OPERATION_ID for standard operation context.
- Filter by ORGANIZATION_ID to scope results to a single inventory organization.
Because the table is read-mostly reference data, extracts are commonly driven by LAST_UPDATE_DATE for incremental loads into reporting or data-warehouse layers.
Related Objects
- MSD_LEVELS — referenced via LEVEL_ID.
- WSM_OPERATION_DETAILS — referenced via STANDARD_OPERATION_ID.
- PER_COMPETENCES — referenced via COMPETENCE_ID.
- PER_RATING_LEVELS — referenced via RATING_LEVEL_ID.
- BOM_OPERATION_SEQUENCES — the routing operation entity joined via OPERATION_SEQUENCE_ID.
- BOM_OPERATION_RESOURCES — resource assignments that consume these skill requirements.
- BOM_ROUTINGS and related routing views — the parent structures giving operational context to each operation sequence.
-
Table: BOM_OPERATION_SKILLS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_SKILLS, object_name:BOM_OPERATION_SKILLS, status:VALID, product: BOM - Bills of Material , description: Skills for Operations , implementation_dba_data: BOM.BOM_OPERATION_SKILLS ,
-
Table: BOM_OPERATION_SKILLS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_SKILLS, object_name:BOM_OPERATION_SKILLS, status:VALID, product: BOM - Bills of Material , description: Table for skills validation , implementation_dba_data: BOM.BOM_OPERATION_SKILLS ,
-
VIEW: BOM.BOM_OPERATION_SKILLS#
12.2.2
-
VIEW: BOM.BOM_OPERATION_SKILLS#
12.2.2
owner:BOM, object_type:VIEW, object_name:BOM_OPERATION_SKILLS#, status:VALID,
-
SYNONYM: APPS.BOM_OPERATION_SKILLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_OPERATION_SKILLS, status:VALID,
-
SYNONYM: APPS.BOM_OPERATION_SKILLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_OPERATION_SKILLS, status:VALID,
-
VIEW: APPS.BOM_OPERATION_SKILLS_V
12.1.1
-
TABLE: BOM.BOM_OPERATION_SKILLS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_SKILLS, object_name:BOM_OPERATION_SKILLS, status:VALID,
-
VIEW: APPS.BOM_OPERATION_SKILLS_V
12.2.2
-
TABLE: BOM.BOM_OPERATION_SKILLS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_SKILLS, object_name:BOM_OPERATION_SKILLS, status:VALID,
-
PACKAGE BODY: APPS.B_STD_OP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:B_STD_OP_PKG, status:VALID,
-
PACKAGE BODY: APPS.B_STD_OP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:B_STD_OP_PKG, status:VALID,
-
PACKAGE BODY: APPS.WIP_OPERATIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_OPERATIONS_PKG, status:VALID,
-
View: BOM_OPERATION_SKILLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_SKILLS_V, object_name:BOM_OPERATION_SKILLS_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.BOM_OPERATION_SKILLS_V ,
-
PACKAGE BODY: APPS.WIP_BOMROUTINGUTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_BOMROUTINGUTIL_PVT, status:VALID,
-
PACKAGE BODY: APPS.WIP_OPERATIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_OPERATIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.BOM_COPY_ROUTING
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_COPY_ROUTING, status:VALID,
-
View: BOM_OPERATION_SKILLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_SKILLS_V, object_name:BOM_OPERATION_SKILLS_V, status:VALID, product: BOM - Bills of Material , description: BOM Operations Skills View , implementation_dba_data: APPS.BOM_OPERATION_SKILLS_V ,
-
PACKAGE BODY: APPS.WIP_BOMROUTINGUTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_BOMROUTINGUTIL_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.BOM_OPERATION_SKILLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_SKILLS_V, object_name:BOM_OPERATION_SKILLS_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.BOM_OPERATION_SKILLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_SKILLS_V, object_name:BOM_OPERATION_SKILLS_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.WIP_OPERATIONS_PKG SQL Statements
12.1.1
-
APPS.WIP_OPERATIONS_PKG SQL Statements
12.2.2
-
APPS.WIP_BOMROUTINGUTIL_PVT dependencies on BOM_OPERATION_SKILLS
12.2.2
-
APPS.WIP_OPERATIONS_PKG dependencies on BOM_OPERATION_SKILLS
12.2.2
-
APPS.WIP_OPERATIONS_PKG dependencies on BOM_OPERATION_SKILLS
12.1.1
-
APPS.BOM_COPY_ROUTING dependencies on BOM_OPERATION_SKILLS
12.2.2
-
APPS.WIP_BOMROUTINGUTIL_PVT dependencies on BOM_OPERATION_SKILLS
12.1.1
-
APPS.B_STD_OP_PKG dependencies on BOM_OPERATION_SKILLS
12.1.1
-
APPS.B_STD_OP_PKG dependencies on BOM_OPERATION_SKILLS
12.2.2
-
APPS.WIP_BOMROUTINGUTIL_PVT SQL Statements
12.1.1
-
APPS.WIP_BOMROUTINGUTIL_PVT SQL Statements
12.2.2
-
APPS.BOM_COPY_ROUTING SQL Statements
12.2.2
-
APPS.B_STD_OP_PKG SQL Statements
12.1.1
-
APPS.B_STD_OP_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.WIP_OPERATIONS_PKG
12.1.1
-
PACKAGE BODY: APPS.WIP_OPERATIONS_PKG
12.2.2
-
APPS.BOM_COPY_ROUTING dependencies on BOM_OPERATION_SEQUENCES_S
12.2.2
-
APPS.WIP_OPERATIONS_PKG dependencies on WIP_ENTITIES
12.1.1
-
APPS.WIP_OPERATIONS_PKG dependencies on WIP_ENTITIES
12.2.2