Search Results operating_unit_name
Overview
WIP_BIS_UTZ_NOCAT_V is an Oracle EBS reporting view in the APPS schema, owned by the Work in Process (WIP) product. Its documented description is "Resource Utilization including Inventory Item without Product Category." The view is designed to expose resource utilization data at a granular level while including inventory items that are not assigned to a product category. This fills a reporting gap in standard WIP resource utilization analysis, where items lacking a product category assignment would otherwise be excluded or difficult to reconcile.
The view is registered as VALID under ETRM 12.2.2 (with equivalent availability in 12.1.1). It is primarily consumed by Business Intelligence (BIS) reporting, operational dashboards, and custom extracts that require utilization metrics broken down by resource, department, organization, and geography. Because it references territory and country attributes (COUNTRY_CODE, COUNTRY_NAME, REGION_CODE, REGION_NAME), the view supports cross-regional reporting, which is why a search on "country_name" typically resolves to this object.
Underlying Base Objects
The view is defined over a single documented base object: WIP_BIS_PROD_INDICATORS (accessed via synonym). The defining SELECT filters on EXISTING_FLAG = 1 and aggregates applied hours using SUM(NVL(APPLIED_HOURS_UTZ,0)), grouping by all other listed attributes. This structure indicates that WIP_BIS_PROD_INDICATORS acts as a production indicator staging or summary table, and the view applies a "no category" utilization lens on top of it. Because only one base object is documented, the view is essentially a curated, denormalized projection plus aggregation rather than a multi-table join.
Key Columns
- LEDGER_ID / SET_OF_BOOKS_ID, LEDGER_NAME / SET_OF_BOOKS_NAME — Accounting ledger/sob context; note the view text uses SET_OF_BOOKS_* while the column list shows LEDGER_*.
- LEGAL_ENTITY_ID / NAME, OPERATING_UNIT_ID / NAME — Legal and operating entity dimensions for organizational rollups.
- ORGANIZATION_ID / NAME — Inventory organization where the resource was used.
- DEPARTMENT_ID / DEPARTMENT_CODE, RESOURCE_ID / RESOURCE_CODE — Department and resource identifiers driving utilization.
- LOCATION_ID, AREA_CODE, AREA_NAME, COUNTRY_CODE, COUNTRY_NAME, REGION_CODE, REGION_NAME — Geographic attributes; COUNTRY_NAME is the column most frequently referenced in ad hoc reporting.
- TRANSACTION_DATE, PERIOD_SET_NAME, PERIOD_YEAR / YEAR, PERIOD_QUARTER / QUARTER, PERIOD_MONTH / MONTH — Time dimensions supporting period-based trending.
- ACTUAL_HOURS (SUM(NVL(APPLIED_HOURS_UTZ,0))), AVAILABLE_HOURS — Applied versus available hours, the core utilization metrics.
Common Use Cases and Queries
Typical uses include resource utilization reporting, capacity analysis by country/region, and reconciliation of items lacking product categories. A representative query:
SELECT country_name, organization_name, resource_code,
SUM(actual_hours) AS actual_hrs, SUM(available_hours) AS avail_hrs
FROM apps.wip_bis_utz_nocat_v
WHERE period_year = 2024 AND period_month = 1
GROUP BY country_name, organization_name, resource_code;
Analysts also filter by existing_flag = 1-derived rows (already applied) and join to HR or BIS geography views on location or region codes for richer analysis. Because the view pre-aggregates applied hours, it is well suited to dashboard extracts but should not be used for transactional detail.
-
View: WIP_BIS_UTZ_NOCAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_BIS_UTZ_NOCAT_V, object_name:WIP_BIS_UTZ_NOCAT_V, status:VALID, product: WIP - Work in Process , description: Resource Utilization including Inventory Item without Product Category , implementation_dba_data: APPS.WIP_BIS_UTZ_NOCAT_V ,
-
View: WIP_BIS_UTZ_NOCAT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_BIS_UTZ_NOCAT_V, object_name:WIP_BIS_UTZ_NOCAT_V, status:VALID, product: WIP - Work in Process , description: Resource Utilization including Inventory Item without Product Category , implementation_dba_data: APPS.WIP_BIS_UTZ_NOCAT_V ,
-
View: WIP_BIS_UTZ_CATNOITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_BIS_UTZ_CATNOITEM_V, object_name:WIP_BIS_UTZ_CATNOITEM_V, status:VALID, product: WIP - Work in Process , description: Resource Utilization including Product Category without Inventory Item , implementation_dba_data: APPS.WIP_BIS_UTZ_CATNOITEM_V ,
-
View: WIP_BIS_UTZ_CATNOITEM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_BIS_UTZ_CATNOITEM_V, object_name:WIP_BIS_UTZ_CATNOITEM_V, status:VALID, product: WIP - Work in Process , description: Resource Utilization including Product Category without Inventory Item , implementation_dba_data: APPS.WIP_BIS_UTZ_CATNOITEM_V ,
-
View: WIP_BIS_UTZ_CAT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_BIS_UTZ_CAT_V, object_name:WIP_BIS_UTZ_CAT_V, status:VALID, product: WIP - Work in Process , description: Resource Utilization with Product Category and Inventory Item , implementation_dba_data: APPS.WIP_BIS_UTZ_CAT_V ,
-
View: WIP_BIS_UTZ_CAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_BIS_UTZ_CAT_V, object_name:WIP_BIS_UTZ_CAT_V, status:VALID, product: WIP - Work in Process , description: Resource Utilization with Product Category and Inventory Item , implementation_dba_data: APPS.WIP_BIS_UTZ_CAT_V ,
-
View: WIP_BIS_PROD_DEPT_YIELD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_BIS_PROD_DEPT_YIELD_V, object_name:WIP_BIS_PROD_DEPT_YIELD_V, status:VALID, product: WIP - Work in Process , description: Completed/Scrapped quantity for department/operation/date , implementation_dba_data: APPS.WIP_BIS_PROD_DEPT_YIELD_V ,
-
View: WIP_BIS_PROD_ASSY_YIELD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_BIS_PROD_ASSY_YIELD_V, object_name:WIP_BIS_PROD_ASSY_YIELD_V, status:VALID, product: WIP - Work in Process , description: Total/Scrapped quantity at specific organization/date , implementation_dba_data: APPS.WIP_BIS_PROD_ASSY_YIELD_V ,
-
View: WIP_BIS_PROD_ASSY_YIELD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_BIS_PROD_ASSY_YIELD_V, object_name:WIP_BIS_PROD_ASSY_YIELD_V, status:VALID, product: WIP - Work in Process , description: Total/Scrapped quantity at specific organization/date , implementation_dba_data: APPS.WIP_BIS_PROD_ASSY_YIELD_V ,
-
View: WIP_BIS_PROD_DEPT_YIELD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_BIS_PROD_DEPT_YIELD_V, object_name:WIP_BIS_PROD_DEPT_YIELD_V, status:VALID, product: WIP - Work in Process , description: Completed/Scrapped quantity for department/operation/date , implementation_dba_data: APPS.WIP_BIS_PROD_DEPT_YIELD_V ,