Search Results from_department_code
Overview
WIP_RES_UPS_DISPATCH_V is a Work in Process (WIP) reporting view owned by the APPS schema and defined over the resource upstream dispatch entity model. Its documented description is "Resource upstream dispatch list," which positions it as a purpose-built query surface for producing dispatch information that flows upstream from a resource operation to the preceding department. In Oracle EBS 12.1.1 and 12.2.2, the view is part of the standard WIP view set shipped with the product and is used by shop-floor dispatch and work-in-process inquiry functions that need to identify, for each resource assigned to an operation, the department from which the work is arriving.
The view's specific relevance to the search term "from_department_code" is direct: it projects BD2.DEPARTMENT_CODE under the alias "FROM_DEPARTMENT_CODE", alongside the corresponding "FROM_DEPARTMENT_ID" and "FROM_OPERATION_SEQ_NUM". This allows consumers to determine the upstream department without joining BOM_DEPARTMENTS a second time. The view also carries a discharge of the earlier operation sequence number, resource identifiers, and detailed quantity and date metrics for the operation, making it a self-contained dispatch row.
Underlying Base Objects
The ETRM 12.2.2 metadata records the following referenced base objects: BOM_DEPARTMENTS, BOM_STANDARD_OPERATIONS, FND_PROFILE, MFG_LOOKUPS, MTL_SYSTEM_ITEMS_KFV, PJM_PROJECT, WIP_DISCRETE_JOBS, WIP_ENTITIES, WIP_OPERATIONS, and WIP_OPERATION_RESOURCES_V. Several of these are synonyms or views rather than base tables; notably, WIP_OPERATION_RESOURCES_V is itself a view that supplies the resource-level rows, and MTL_SYSTEM_ITEMS_KFV is the key flexfield view providing concatenated item segments. MFG_LOOKUPS is joined twice to resolve lookup meanings, and PJM_PROJECT is invoked as a package to translate project and task identifiers into names.
BOM_DEPARTMENTS appears twice in the underlying structure to supply both the current department (BD1) and the upstream, "from" department (BD2). FND_PROFILE, referenced in the metadata, is used for profile option resolution commonly associated with dispatch and shop-floor behavior. WIP_DISCRETE_JOBS and WIP_ENTITIES provide the job header and entity naming, while WIP_OPERATIONS supplies operation sequencing and a basis for the previous and next operation references.
Key Columns
JOB_OP_NAME— composite key of WIP entity name and operation sequence number; the primary display identifier for a dispatch line.FROM_DEPARTMENT_CODE— the department code of the upstream (from) department, the column most directly associated with the "from_department_code" search.FROM_DEPARTMENT_IDandFROM_OPERATION_SEQ_NUM— supporting identifiers for the upstream department and operation.DEPARTMENT_CODE,OPERATION_SEQ_NUM,RESOURCE_CODE,RESOURCE_SEQ_NUM— the current operation and resource context.COUNT_POINT,BACKFLUSH_FLAG— decoded lookup meanings describing resource counting and backflush behavior.- Quantity metrics —
SCHEDULED_QUANTITY,QUANTITY_IN_QUEUE,QUANTITY_RUNNING,QUANTITY_WAITING_TO_MOVE,QUANTITY_REJECTED,QUANTITY_SCRAPPED,QUANTITY_COMPLETED. - Date metrics —
FIRST_UNIT_START_DATE,FIRST_UNIT_COMPLETION_DATE,LAST_UNIT_START_DATE,LAST_UNIT_COMPLETION_DATE, plus job scheduled start and completion dates. STATUS_TYPEand derivedNODE_TEXT_COLOR/NODE_ICON— graphical status indicators for dispatch displays.- Item attributes —
ITEM_NAME,ITEM_DESCRIPTION,PRIMARY_UOM_CODE. DUMMY_NULL_UK_COLUMN— a decoded placeholder column used to satisfy framework key requirements.
Common Use Cases and Queries
Typical uses include shop-floor dispatch reports, resource loading inquiries, and integration extracts feeding manufacturing execution systems. A common query filters on the upstream department:
SELECT JOB_OP_NAME,
WIP_ENTITY_NAME,
ITEM_NAME,
DEPARTMENT_CODE,
FROM_DEPARTMENT_CODE,
FROM_OPERATION_SEQ_NUM,
RESOURCE_CODE,
QUANTITY_IN_QUEUE,
QUANTITY_RUNNING,
SCHEDULED_START_DATE
FROM APPS.WIP_RES_UPS_DISPATCH_V
WHERE FROM_DEPARTMENT_CODE = :p_from_dept_code
AND ORGANIZATION_ID = :p_org_id
ORDER BY SCHEDULED_START_DATE, OPERATION_SEQ_NUM;
Because the view exposes both the current and upstream department, it supports ready-to-run dispatch lists without additional joins. It should be treated as operational, read-only data; validation of the row set per organization and job status remains advisable before using it as an integration source.
-
View: WIP_RES_UPS_DISPATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_RES_UPS_DISPATCH_V, object_name:WIP_RES_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: Resource upstream dispatch list , implementation_dba_data: APPS.WIP_RES_UPS_DISPATCH_V ,
-
View: WIP_INST_EMP_UPS_DISPATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_INST_EMP_UPS_DISPATCH_V, object_name:WIP_INST_EMP_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: Employee resource instance upstream dispatch list , implementation_dba_data: APPS.WIP_INST_EMP_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 ,
-
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_INST_EMP_UPS_DISPATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_INST_EMP_UPS_DISPATCH_V, object_name:WIP_INST_EMP_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: Employee resource instance upstream dispatch list , implementation_dba_data: APPS.WIP_INST_EMP_UPS_DISPATCH_V ,
-
View: WIP_RES_UPS_DISPATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_RES_UPS_DISPATCH_V, object_name:WIP_RES_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: Resource upstream dispatch list , implementation_dba_data: APPS.WIP_RES_UPS_DISPATCH_V ,
-
View: WIP_INST_EQP_UPS_DISPATCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_INST_EQP_UPS_DISPATCH_V, object_name:WIP_INST_EQP_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: Equipment resource instance upstream dispatch list , implementation_dba_data: APPS.WIP_INST_EQP_UPS_DISPATCH_V ,
-
View: WIP_INST_EQP_UPS_DISPATCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_INST_EQP_UPS_DISPATCH_V, object_name:WIP_INST_EQP_UPS_DISPATCH_V, status:VALID, product: WIP - Work in Process , description: Equipment resource instance upstream dispatch list , implementation_dba_data: APPS.WIP_INST_EQP_UPS_DISPATCH_V ,