Search Results wip_ml_process_phase
Overview
APPS.WIP_SCHEDULING_ERRORS_V is a diagnostic, read-only reporting view in Oracle Work in Process (WIP) that consolidates scheduling interface failures into a single queryable structure. Its purpose is to expose rows from the WIP scheduling interface alongside the operational error message and decoded lookup meanings, so that implementation teams, production supervisors, and integration support staff can identify why a scheduling record was rejected or held during the interface processing cycle. Rather than joining four base objects manually, the view presents a denormalized result set that pairs each errored interface row with its entity name, error text, and the descriptive meanings of the scheduling level, process phase, and process status code values.
The view is especially relevant to the WIP_ML_PROCESS_PHASE lookup referenced in your search. That lookup type is joined in the view definition to decode WSI.PROCESS_PHASE into a readable phase meaning, alongside the related WIP_PROCESS_STATUS lookup. This makes the view the canonical place to inspect phase and status context for scheduling interface rows that have raised errors. It is available in both Oracle EBS 12.1.1 and 12.2.2 with a consistent definition.
Underlying Base Objects
The view is defined over four documented base objects:
- WIP_SCHEDULING_INTERFACE (synonym) — the driving table, aliased
WSI, holding the scheduling interface rows including group, entity, operation, resource, phase, and status values. - WIP_INTERFACE_ERRORS (synonym) — aliased
WIE, supplying the error text and interface identifier. It is joined toWSIonINTERFACE_ID, so only errored interface records appear. - WIP_ENTITIES (synonym) — aliased
WE, providing the WIP entity name. The join is outer (WE.WIP_ENTITY_ID(+) = WSI.WIP_ENTITY_IDandWE.ORGANIZATION_ID(+) = WSI.ORGANIZATION_ID), so scheduling rows without a matched entity still return. - MFG_LOOKUPS (view) — aliased three times (
ML1,ML2,ML3) to decodeWIP_SCHEDULING_LEVEL,WIP_ML_PROCESS_PHASE, andWIP_PROCESS_STATUSrespectively. All three lookup joins are outer joins, ensuring rows are returned even when a lookup code is missing.
The use of outer joins on the lookup and entity tables is significant: the view will not suppress an errored scheduling row simply because a lookup or entity record is absent, preserving the diagnostic value of the error set.
Key Columns
GROUP_ID— identifies the scheduling interface group to which the row belongs.MEANING(from ML2) — decoded meaning of theWIP_ML_PROCESS_PHASElookup, i.e., the human-readable process phase.MEANING(from ML3) — decoded meaning ofWIP_PROCESS_STATUS.WIP_ENTITY_NAME— the work order or job name fromWIP_ENTITIES.ERROR— the actual error message text fromWIP_INTERFACE_ERRORS.MEANING(from ML1) — decoded meaning ofWIP_SCHEDULING_LEVEL.OPERATION_SEQ_NUM,OPERATION_START_DATE,OPERATION_COMPLETION_DATE— operation-level scheduling details.RESOURCE_SEQ_NUM,RESOURCE_START_DATE,RESOURCE_COMPLETION_DATE,USAGE_RATE_OR_AMOUNT— resource-level scheduling details.SCHEDULING_LEVEL,PROCESS_PHASE,PROCESS_STATUS— the raw code values, retained alongside their decoded meanings.WIP_ENTITY_ID,ORGANIZATION_ID,INTERFACE_ID— primary identifiers linking back to the interface and entity records.
Common Use Cases and Queries
Typical usage is to troubleshoot why scheduling interface records failed to process, or to report the phase and status distribution of errors for a given organization. A representative query returning the phase meaning and error text is:
SELECT group_id, wip_entity_name, process_phase, meaning, error FROM apps.wip_scheduling_errors_v WHERE organization_id = :org_id ORDER BY group_id, operation_seq_num;- Filter on
process_phaseto isolate records failing at a specific phase of the WIP_ML_PROCESS_PHASE cycle. - Join or aggregate by
process_statusto summarize error states across an interface run.
Because the view is a non-updatable join of interface and error tables, it should be used strictly for inquiry and reporting; corrections to errored rows must be made against WIP_SCHEDULING_INTERFACE or through the standard scheduling interface correction process.
-
Lookup Type: WIP_ML_PROCESS_PHASE
12.1.1
product: WIP - Work in Process , meaning: WIP ML PROCESS PHASE ,
-
Lookup Type: WIP_ML_PROCESS_PHASE
12.2.2
product: WIP - Work in Process , meaning: WIP ML PROCESS PHASE ,
-
VIEW: APPS.WIP_SCHEDULING_ERRORS_V
12.2.2
-
VIEW: APPS.WIP_SCHEDULING_ERRORS_V
12.1.1
-
VIEW: APPS.EAM_METER_READINGS_INTERFACE_V
12.2.2
-
VIEW: APPS.EAM_METER_READINGS_INTERFACE_V
12.1.1
-
View: WIP_SCHEDULING_ERRORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_SCHEDULING_ERRORS_V, object_name:WIP_SCHEDULING_ERRORS_V, status:VALID, product: WIP - Work in Process , description: Errors encountered while processing Open Scheduling Interface requests , implementation_dba_data: APPS.WIP_SCHEDULING_ERRORS_V ,
-
View: WIP_SCHEDULING_ERRORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_SCHEDULING_ERRORS_V, object_name:WIP_SCHEDULING_ERRORS_V, status:VALID, product: WIP - Work in Process , description: Errors encountered while processing Open Scheduling Interface requests , implementation_dba_data: APPS.WIP_SCHEDULING_ERRORS_V ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.WIP_JOB_SCHEDULE_INTERFACE_V
12.2.2
-
VIEW: APPS.WIP_JOB_SCHEDULE_INTERFACE_V
12.1.1
-
View: EAM_METER_READINGS_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_METER_READINGS_INTERFACE_V, object_name:EAM_METER_READINGS_INTERFACE_V, status:VALID, product: EAM - Enterprise Asset Management , description: View used to get meter and meter reading interface details. , implementation_dba_data: APPS.EAM_METER_READINGS_INTERFACE_V ,
-
View: EAM_METER_READINGS_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_METER_READINGS_INTERFACE_V, object_name:EAM_METER_READINGS_INTERFACE_V, status:VALID, product: EAM - Enterprise Asset Management , description: View used to get meter and meter reading interface details. , implementation_dba_data: APPS.EAM_METER_READINGS_INTERFACE_V ,
-
View: WIP_JOB_SCHEDULE_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_JOB_SCHEDULE_INTERFACE_V, object_name:WIP_JOB_SCHEDULE_INTERFACE_V, status:VALID, product: WIP - Work in Process , description: Foreign-key data for WIP_JOB_SCHEDULE_INTERFACE , implementation_dba_data: APPS.WIP_JOB_SCHEDULE_INTERFACE_V ,
-
View: WIP_JOB_SCHEDULE_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_JOB_SCHEDULE_INTERFACE_V, object_name:WIP_JOB_SCHEDULE_INTERFACE_V, status:VALID, product: WIP - Work in Process , description: Foreign-key data for WIP_JOB_SCHEDULE_INTERFACE , implementation_dba_data: APPS.WIP_JOB_SCHEDULE_INTERFACE_V ,
-
PACKAGE: APPS.WIP_CONSTANTS
12.1.1
-
PACKAGE: APPS.WIP_CONSTANTS
12.2.2