Search Results msc_job_operations
Overview
MSC_JOB_OPERATIONS is a table in the MSC schema (Oracle Advanced Supply Chain Planning) in Oracle E-Business Suite 12.1.1 and 12.2.2. It stores the operation-level detail belonging to planned or recommended job (work order) transactions generated by the planning engine. Each row represents a single routing operation within a planned job, carrying scheduling, quantity, yield, and departmental attributes that the planner or planning engine uses to evaluate and release recommendations.
The table is keyed around a planning transaction context. The unique index MSC_JOB_OPERATIONS_U1 on (PLAN_ID, SR_INSTANCE_ID, TRANSACTION_ID, OPERATION_SEQ_NUM) provides the business-key candidate, identifying one operation sequence within one planned job transaction in one plan, sourced from one source instance. The heuristic Data Vault classification mined from FK structure is standalone; from a modeling perspective this suggests the table behaves as a satellite-like store of operation detail rather than as a hub or link, since the only documented foreign key reference is DEPARTMENT_ID to BOM_DEPARTMENTS.
Key Information Stored
- Business-key candidates: TRANSACTION_ID identifies the parent planned job; PLAN_ID and SR_INSTANCE_ID scope it to a plan and source instance; OPERATION_SEQ_NUM is the operation sequence within the job.
- OPERATION_SEQUENCE_ID, ORGANIZATION_ID, OPERATION_CODE, STANDARD_OPERATION_CODE, OPERATION_DESC: identify the operation and the organization in which it executes.
- DEPARTMENT_ID: owning department, the only documented FK, referencing BOM_DEPARTMENTS.
- RECO_START_DATE, RECO_COMPLETION_DATE, NETWORK_START_END, ACTUAL_START_DATE, ACTUAL_END_DATE: recommended, network (scheduled), and actual scheduling dates for the operation.
- YIELD, CUMULATIVE_YIELD, REVERSE_CUMULATIVE_YIELD, NET_PLANNING_PERCENT, OPERATION_LEAD_TIME_PERCENT: yield and lead-time factors used in capacity and material calculations.
- MINIMUM_TRANSFER_QUANTITY, OPERATION_TYPE, RECOMMENDED: material movement and recommendation flags.
- EFFECTIVITY_DATE, DISABLE_DATE: operation validity window.
- Audit/refresh columns: LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, REFRESH_NUMBER, and the ATTRIBUTE1–15 flex columns.
Common Use Cases and Queries
Planners and supply-chain analysts query MSC_JOB_OPERATIONS to inspect the routing operations behind planned work orders, to compare recommended versus actual dates, and to evaluate capacity loading per department.
- List operations for a given planned job:
SELECT operation_seq_num, operation_code, department_id, reco_start_date, reco_completion_date, yield FROM msc.msc_job_operations WHERE plan_id = :plan_id AND transaction_id = :transaction_id ORDER BY operation_seq_num; - Capacity review by department and date window using RECO_START_DATE, RECO_COMPLETION_DATE, and MINIMUM_TRANSFER_QUANTITY to size load.
- Yield variance reporting by joining DEPARTMENT_ID to BOM_DEPARTMENTS for departmental context and filtering on RECOMMENDED = 'Y' to isolate unreleased suggestions.
- Reconciliation of network versus actual dates using NETWORK_START_END, ACTUAL_START_DATE, and ACTUAL_END_DATE.
Related Objects
- BOM_DEPARTMENTS — joined via DEPARTMENT_ID (the documented FK) for department name and resources.
- MSC_JOB_HEADERS / planned job / transaction tables — joined on TRANSACTION_ID, PLAN_ID, SR_INSTANCE_ID to obtain the parent job context.
- MSC_PLANNED_ORDERS / MSC_SUPPLIES — planning output that references the same plan and transaction identifiers.
- BOM_OPERATION_SEQUENCES / BOM_STANDARD_OPERATIONS — source routing definitions matching ORGANIZATION_ID and OPERATION_SEQUENCE_ID / STANDARD_OPERATION_CODE.
- MSC_PLANS — joined via PLAN_ID to link operations to their planning scenario.
- BOM_OPERATION_RESOURCES — consumed when operation-level resource load is derived from these operations.
-
Table: MSC_JOB_OPERATIONS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_JOB_OPERATIONS, object_name:MSC_JOB_OPERATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: MSC.MSC_JOB_OPERATIONS ,
-
Table: MSC_JOB_OPERATIONS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_JOB_OPERATIONS, object_name:MSC_JOB_OPERATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: MSC.MSC_JOB_OPERATIONS ,
-
TABLE PARTITION: MSC.MSC_JOB_OPERATIONS
12.2.2
owner:MSC, object_type:TABLE PARTITION, object_name:MSC_JOB_OPERATIONS, subobject_name:JOB_OPERATIONS__1, status:VALID,
-
TABLE PARTITION: MSC.MSC_JOB_OPERATIONS
12.1.1
owner:MSC, object_type:TABLE PARTITION, object_name:MSC_JOB_OPERATIONS, subobject_name:JOB_OPERATIONS__1, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.MSC_JOB_OPERATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MSC_JOB_OPERATIONS, status:VALID,
-
SYNONYM: APPS.MSC_JOB_OPERATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MSC_JOB_OPERATIONS, status:VALID,
-
VIEW: MSC.MSC_JOB_OPERATIONS#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_JOB_OPERATIONS#, status:VALID,
-
VIEW: MSC.MSC_JOB_OPERATIONS#
12.2.2
-
TABLE: MSC.MSC_JOB_OPERATIONS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_JOB_OPERATIONS, object_name:MSC_JOB_OPERATIONS, status:VALID,
-
TABLE: MSC.MSC_JOB_OPERATIONS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_JOB_OPERATIONS, object_name:MSC_JOB_OPERATIONS, status:VALID,
-
PACKAGE BODY: APPS.MSC_CL_WIP_ODS_LOAD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_WIP_ODS_LOAD, status:VALID,
-
PACKAGE BODY: APPS.MSC_CL_WIP_ODS_LOAD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_WIP_ODS_LOAD, status:VALID,
-
Lookup Type: MSC_ODS_TABLE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_ODS_TABLE , description: List of ODS tables used by Collections ,
-
Lookup Type: MSC_ODS_TABLE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_ODS_TABLE , description: List of ODS tables used by Collections ,
-
PACKAGE BODY: APPS.MSC_PURGE_LID
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_PURGE_LID, status:VALID,
-
Lookup Type: MSC_SNAPSHOT_DELETE_TASK
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_SNAPSHOT_DELETE_TASK ,
-
Lookup Type: MSC_SNAPSHOT_DELETE_TASK
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_SNAPSHOT_DELETE_TASK ,
-
VIEW: APPS.MSC_RESOURCE_REQUIREMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_RESOURCE_REQUIREMENTS_V, object_name:MSC_RESOURCE_REQUIREMENTS_V, status:VALID,
-
VIEW: APPS.MSC_RESOURCE_REQUIREMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_RESOURCE_REQUIREMENTS_V, object_name:MSC_RESOURCE_REQUIREMENTS_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.MSC_PURGE_LID SQL Statements
12.2.2
-
APPS.MSC_CL_WIP_ODS_LOAD SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.MSC_RESOURCE_REQUIREMENTS_V
12.1.1
-
VIEW: APPS.MSC_RESOURCE_REQUIREMENTS_V
12.2.2
-
APPS.MSC_PURGE_LID dependencies on MSC_JOB_OPERATIONS
12.2.2
-
APPS.MSC_CL_WIP_ODS_LOAD dependencies on MSC_JOB_OPERATIONS
12.2.2
-
APPS.MSC_CL_WIP_ODS_LOAD dependencies on MSC_JOB_OPERATIONS
12.1.1
-
APPS.MSC_CL_WIP_ODS_LOAD SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.MSC_CL_WIP_ODS_LOAD
12.1.1
-
PACKAGE BODY: APPS.MSC_CL_WIP_ODS_LOAD
12.2.2
-
APPS.MSC_PURGE_LID dependencies on MSC_JOB_REQUIREMENT_OPS
12.2.2
-
APPS.MSC_PURGE_LID dependencies on MSC_JOB_OP_RESOURCES
12.2.2
-
APPS.MSC_PURGE_LID dependencies on MSC_ST_UTIL
12.2.2
-
APPS.MSC_PURGE_LID SQL Statements
12.1.1
-
APPS.MSC_PURGE_LID dependencies on MSC_RESOURCE_REQUIREMENTS
12.2.2
-
APPS.MSC_PURGE_LID dependencies on MSC_JOB_OPERATION_NETWORKS
12.2.2
-
PACKAGE BODY: APPS.MSC_PURGE_LID
12.2.2