Search Results actual_hours
Overview
APPS.WIP_BIS_UTZ_CAT_V is a Web-enabled database view owned by the APPS schema in Oracle E-Business Suite, registered under the FND Design Data reference WIP.WIP_BIS_UTZ_CAT_V. Its status is VALID, and its view type identifies it as a Web view designed to simplify access from Oracle Self-Service Web Applications. Functionally, the view presents resource utilization for every hour-based resource within a manufacturing organization on a given date. It is part of the Oracle Manufacturing Business Intelligence System (BIS) family of views, which were introduced to support web-deployed reporting and self-service dashboards without requiring direct query access to the underlying production tables.
The view is particularly relevant to users searching for actual_hours, since ACTUAL_HOURS is one of its core measures. It exposes actual and available hours side by side, allowing straightforward computation of utilization percentages at the resource, department, and organization level.
Underlying Base Objects
The documented base object referenced by this view is WIP_BIS_PROD_INDICATORS, exposed in APPS through a synonym. WIP_BIS_PROD_INDICATORS is the pre-aggregated production indicator table that stores periodic capacity and utilization metrics collected from shop floor transactions, resource assignments, and department calendars. WIP_BIS_UTZ_CAT_V acts as a denormalized, category-oriented projection over that table, joining or resolving identifier columns into their descriptive names (organization, department, resource, location, region, country) so that the view is directly consumable by self-service web pages and ad hoc reporting tools.
As with most BIS views, the underlying indicator data is periodically refreshed rather than calculated in real time. Reporting users should therefore treat the figures as snapshot metrics aligned to the collection run performed by the BIS concurrent programs.
Key Columns
- LEDGER_ID / LEDGER_NAME — Set of Books identifier and name, providing the financial context for the recorded hours.
- LEGAL_ENTITY_ID / LEGAL_ENTITY_NAME — Legal entity attribution.
- OPERATING_UNIT_ID / OPERATING_UNIT_NAME — Operating unit (organization) attribution, mapped from the set of books hierarchy.
- ORGANIZATION_ID / ORGANIZATION_NAME — The manufacturing organization in which the resource is defined.
- DEPARTMENT_ID / DEPARTMENT_CODE — The department owning the resource, enabling capacity analysis by department.
- RESOURCE_ID / RESOURCE_CODE — The hour-based resource being measured. Only resources whose capacity unit is hours are expected to appear.
- LOCATION, AREA, COUNTRY, REGION columns — Geographic and location descriptors used for regional roll-ups.
- TRANSACTION_DATE — The date on which the utilization is reported.
- CATEGORY_ID / CATEGORY_NAME and INVENTORY_ITEM_ID / INVENTORY_ITEM_NAME — Item and category context associated with the utilization record.
- ACTUAL_HOURS — The number of hours actually consumed by the resource.
- AVAILABLE_HOURS — The capacity available for the resource in the same period.
- PERIOD_SET_NAME, PERIOD_YEAR, PERIOD_QUARTER, PERIOD_MONTH — Accounting period descriptors for time-based grouping and comparison.
Common Use Cases and Queries
The view is commonly used for resource utilization reporting: identifying under- or over-utilized resources, comparing planned versus actual capacity, and building departmental efficiency scorecards. A typical query computes utilization percentage:
SELECT resource_code, organization_name, transaction_date, actual_hours, available_hours, ROUND(actual_hours / NULLIF(available_hours,0) * 100, 2) utilization_pct FROM apps.wip_bis_utz_cat_v WHERE transaction_date BETWEEN :start_date AND :end_date AND organization_id = :org_id;- Region-level roll-ups:
SELECT region_name, SUM(actual_hours) FROM apps.wip_bis_utz_cat_v WHERE period_year = :year GROUP BY region_name; - Period trend analysis: grouping by PERIOD_MONTH and PERIOD_QUARTER to detect seasonal capacity pressure.
Because the view resolves identifiers into descriptive names, it is well suited to self-service dashboards and integration extracts that must display readable labels without additional lookup joins.
-
APPS.PJI_PMV_UTLZ SQL Statements
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
TYPE: APPS.PJI_REP_U6
12.2.2
owner:APPS, object_type:TYPE, object_name:PJI_REP_U6, status:VALID,
-
VIEW: APPS.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,
-
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: APPS.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,
-
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 ,
-
TYPE: APPS.PJI_REP_U6
12.1.1
owner:APPS, object_type:TYPE, object_name:PJI_REP_U6, status:VALID,
-
PACKAGE BODY: APPS.PJI_PMV_UTLZ
12.1.1
-
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 ,
-
TYPE: APPS.PJI_REP_U3
12.2.2
owner:APPS, object_type:TYPE, object_name:PJI_REP_U3, status:VALID,
-
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_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 ,
-
TYPE: APPS.PJI_REP_U3
12.1.1
owner:APPS, object_type:TYPE, object_name:PJI_REP_U3, status:VALID,
-
APPS.OTFR2483 SQL Statements
12.1.1
-
APPS.OTFR2483 SQL Statements
12.2.2
-
APPS.PJI_PMV_UTLZ dependencies on PJI_REP_U6
12.1.1
-
PACKAGE BODY: APPS.OTFR2483
12.2.2
-
PACKAGE BODY: APPS.OTFR2483
12.1.1
-
APPS.PJI_PMV_UTLZ dependencies on PJI_PMV_ORGZ_DIM_TMP
12.1.1
-
APPS.PJI_PMV_UTLZ dependencies on PJI_RM_RES_F
12.1.1
-
APPS.PJI_PMV_UTLZ dependencies on PJI_PMV_TIME_DIM_TMP
12.1.1
-
APPS.PJI_PMV_UTLZ dependencies on PJI_PMV_JB_DIM_TMP
12.1.1
-
APPS.PJI_PMV_UTLZ dependencies on PA_RESOURCES_DENORM
12.1.1
-
APPS.PJI_PMV_UTLZ dependencies on PJI_PMV_WT_DIM_TMP
12.1.1
-
eTRM - WIP Tables and Views
12.1.1
-
eTRM - WIP Tables and Views
12.2.2