Search Results wip_dept_ups_dispatch_v
Overview
WIP_DEPT_UPS_DISPATCH_V is a Work in Process (WIP) reporting view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented description is "Department upstream dispatch list." The view consolidates discrete job header data, operation-level routing detail, department definitions, item master descriptions, and Workflow job status information into a single denormalized result set. This makes it suitable for shop-floor dispatch reporting, where a planner or production supervisor requires a list of operations awaiting release to a department from an upstream (feeding) department.
The view resolves the master-detail relationships that otherwise require multiple joins between WIP_DISCRETE_JOBS, WIP_ENTITIES, and WIP_OPERATIONS. It also joins the current operation to its predecessor operation so that the upstream department responsible for feeding the current department is identified. Because the view includes quantity columns for every WIP operation status and both operation and department codes, it functions as a ready-to-query source for custom reports, Oracle Discoverer worksheets, BI Publisher data templates, and third-party MES integration extracts.
Underlying Base Objects
The ETRM 12.2.2 metadata documents the following referenced base objects:
- WIP_ENTITIES (synonym) — job header, supplying WIP_ENTITY_NAME.
- WIP_DISCRETE_JOBS (synonym) — discrete job scheduling, status type, and project/task attributes.
- WIP_OPERATIONS (synonym) — operation sequence numbers, quantities, and dates. Appears twice (WO1, WO2) to derive current and previous operation sequences.
- BOM_DEPARTMENTS (synonym) — department code and ID, appearing twice (BD1, BD2) for the current and upstream departments.
- BOM_STANDARD_OPERATIONS (synonym) — standard operation code.
- MTL_SYSTEM_ITEMS_KFV (synonym) — concatenated item segments, description, and primary UOM.
- MFG_LOOKUPS (view) — lookup meanings for count point and backflush flags.
- PJM_PROJECT (package) — project and task number conversion via ALL_PROJ_IDTONUM and ALL_TASK_IDTONUM.
- FND_PROFILE (package) — referenced in the view definition for profile-based filtering or security.
Key Columns
- JOB_OP_NAME — concatenation of WIP entity name and operation sequence, used as a display label.
- WIP_ENTITY_NAME, WIP_ENTITY_ID, ORGANIZATION_ID — job identity and inventory organization.
- ITEM_NAME, ITEM_DESCRIPTION, PRIMARY_UOM_CODE — assembled item key flexfield segments and description.
- OPERATION_SEQ_NUM, DEPARTMENT_ID, DEPARTMENT_CODE — the destination (dispatching) operation and department.
- FROM_OPERATION_SEQ_NUM, FROM_DEPARTMENT_ID, FROM_DEPARTMENT_CODE — the upstream operation and department feeding the dispatch operation.
- COUNT_POINT, BACKFLUSH_FLAG — decoded MFG_LOOKUPS meanings controlling move and backflush behavior.
- SCHEDULED_QUANTITY, QUANTITY_IN_QUEUE, QUANTITY_RUNNING, QUANTITY_WAITING_TO_MOVE, QUANTITY_REJECTED, QUANTITY_SCRAPPED, QUANTITY_COMPLETED — the full quantity breakdown per operation.
- FIRST_UNIT_START_DATE, FIRST_UNIT_COMPLETION_DATE, LAST_UNIT_START_DATE, LAST_UNIT_COMPLETION_DATE — actual execution timestamps.
- SCHEDULED_START_DATE, SCHEDULED_COMPLETION_DATE — job-level scheduled dates.
- PROJECT_NUMBER, TASK_NUMBER — project and task identifiers converted to display numbers (per BUG 5172100 fix).
- STATUS_TYPE, NODE_TEXT_COLOR, NODE_ICON — Workflow status and derived display attributes.
Common Use Cases and Queries
Typical usage includes generating department dispatch lists, identifying operations waiting to move from an upstream department, and building shop-floor dashboards. Project and task filtering supports project manufacturing reporting.
Sample query listing pending dispatch operations for an organization:
- SELECT job_op_name, department_code, from_department_code, quantity_in_queue, quantity_waiting_to_move, scheduled_start_date FROM apps.wip_dept_ups_dispatch_v WHERE organization_id = :org_id;
Sample query to identify bottlenecks by upstream department:
- SELECT from_department_code, department_code, SUM(scheduled_quantity) FROM apps.wip_dept_ups_dispatch_v WHERE organization_id = :org_id GROUP BY from_department_code, department_code;
Because the view spans many base objects, queries should always be filtered by ORGANIZATION_ID and, where possible, by department or job to avoid unnecessary full scans. As with all APPS views, access is governed through responsibilities and the FND_PROFILE references embedded in the definition.
-
View: WIP_DEPT_UPS_DISPATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DEPT_UPS_DISPATCH_V, object_name:WIP_DEPT_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: Department upstream dispatch list , implementation_dba_data: APPS.WIP_DEPT_UPS_DISPATCH_V ,
-
View: WIP_DEPT_UPS_DISPATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DEPT_UPS_DISPATCH_V, object_name:WIP_DEPT_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: Department upstream dispatch list , implementation_dba_data: APPS.WIP_DEPT_UPS_DISPATCH_V ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.PJM_PROJECT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PJM_PROJECT, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.PJM_PROJECT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PJM_PROJECT, status:VALID,
-
VIEW: APPS.WIP_DEPT_UPS_DISPATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DEPT_UPS_DISPATCH_V, object_name:WIP_DEPT_UPS_DISPATCH_V, status:VALID,
-
VIEW: APPS.WIP_DEPT_UPS_DISPATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_DEPT_UPS_DISPATCH_V, object_name:WIP_DEPT_UPS_DISPATCH_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.BOM_STANDARD_OPERATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_STANDARD_OPERATIONS, status:VALID,
-
SYNONYM: APPS.BOM_STANDARD_OPERATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_STANDARD_OPERATIONS, status:VALID,
-
SYNONYM: APPS.BOM_DEPARTMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_DEPARTMENTS, status:VALID,
-
SYNONYM: APPS.WIP_OPERATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WIP_OPERATIONS, status:VALID,
-
SYNONYM: APPS.WIP_OPERATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WIP_OPERATIONS, status:VALID,
-
SYNONYM: APPS.BOM_DEPARTMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_DEPARTMENTS, status:VALID,
-
SYNONYM: APPS.WIP_ENTITIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WIP_ENTITIES, status:VALID,
-
SYNONYM: APPS.WIP_DISCRETE_JOBS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WIP_DISCRETE_JOBS, status:VALID,
-
SYNONYM: APPS.WIP_ENTITIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WIP_ENTITIES, status:VALID,
-
SYNONYM: APPS.WIP_DISCRETE_JOBS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WIP_DISCRETE_JOBS, status:VALID,
-
VIEW: APPS.MFG_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MFG_LOOKUPS, object_name:MFG_LOOKUPS, status:VALID,
-
VIEW: APPS.MFG_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MFG_LOOKUPS, object_name:MFG_LOOKUPS, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
eTRM - WIP Tables and Views
12.1.1
-
eTRM - WIP Tables and Views
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_PROFILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.2.2
-
eTRM - WIP Tables and Views
12.2.2
-
eTRM - WIP Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.2.2