Search Results pa_util_categories_v
Overview
PA_UTIL_CATEGORIES_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, residing within the Projects (PA) product family. Its documented purpose is to display information on implementation-defined types of utilization categories that are being carried out in Projects. Utilization categories are configuration-level reference data used by organizations to classify and report how project resources—most commonly labor—are utilized, tracked, and rolled up for utilization reporting. The view exposes this configuration data in a denormalized, query-ready form so that reports, concurrent programs, and integrations can retrieve category definitions without joining directly to the underlying translated tables. The object is registered as a VIEW with VALID status in the ETRM repository and is available in both Oracle EBS 12.1.1 and 12.2.2.
Underlying Base Objects
The documented ETRM metadata identifies a single referenced base object: PA_UTIL_CATEGORIES_VL (VIEW). The view definition confirms the relationship directly, since the entire SELECT statement is constructed over PA_UTIL_CATEGORIES_VL with the alias U. The _VL suffix denotes a "view language" object, the standard Oracle EBS pattern for handling multi-language (translated) descriptive columns. Consequently, PA_UTIL_CATEGORIES_V acts as a thin projection layer that selects an explicit column list from PA_UTIL_CATEGORIES_VL, including the ROW_ID and the descriptive NAME and DESCRIPTION columns whose translations are resolved within the VL layer. Because PA_UTIL_CATEGORIES_VL is itself a view, the ultimate base entity is a hidden PA_UTIL_CATEGORIES table (with a corresponding _TL translation table), consistent with Oracle's standard MLS implementation. The _V view therefore adds no filtering or transformation logic; it standardizes the exposed column set and provides a stable interface over the language-aware layer.
Key Columns
- ROW_ID — Unique row identifier projected from the VL layer, used for row-level linkage in EBS.
- UTIL_CATEGORY_ID — The primary identifier for each implementation-defined utilization category.
- NAME and DESCRIPTION — The translated, user-facing category name and description, the columns most frequently referenced in reporting.
- REPORTING_ORDER — Controls the display or sort sequence of categories in reports and lists.
- START_DATE_ACTIVE and END_DATE_ACTIVE — Effective-dating columns defining the active life span of each category; used to filter to currently valid values.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — Standard EBS audit and concurrency columns.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 — The flexfield-style descriptive columns reserved for customer-specific extensions.
Common Use Cases and Queries
This view is typically consumed when building utilization and resource-reporting extracts, populating value lists, or reconciling configuration between environments. A basic retrieval of all active categories, ordered for presentation, resembles the following:
SELECT util_category_id, name, description, reporting_order FROM apps.pa_util_categories_v WHERE TRUNC(SYSDATE) BETWEEN NVL(start_date_active, TRUNC(SYSDATE)) AND NVL(end_date_active, TRUNC(SYSDATE)) ORDER BY reporting_order;
Join patterns are common: utilization categories are frequently linked to project utilization detail fact tables by UTIL_CATEGORY_ID to translate a stored identifier into its descriptive NAME. Because NAME and DESCRIPTION are already resolved from the VL layer, no separate join to a translation table is required. Developers should treat the view as read-only, avoid relying on undocumented ROW_ID semantics, and note that inactive or expired categories remain present unless explicitly filtered on the effective-date columns. This makes START_DATE_ACTIVE and END_DATE_ACTIVE filtering essential for accurate point-in-time utilization reporting.
-
View: PA_UTIL_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UTIL_CATEGORIES_V, object_name:PA_UTIL_CATEGORIES_V, status:VALID, product: PA - Projects , description: Displays information on implementation-defined types of utilization categories being carried out in Projects , implementation_dba_data: APPS.PA_UTIL_CATEGORIES_V ,
-
View: PA_UTIL_CATEGORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_UTIL_CATEGORIES_V, object_name:PA_UTIL_CATEGORIES_V, status:VALID, product: PA - Projects , description: Displays information on implementation-defined types of utilization categories being carried out in Projects , implementation_dba_data: APPS.PA_UTIL_CATEGORIES_V ,
-
VIEW: APPS.PA_REP_UTIL_RWTVW_GE_V
12.1.1
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_GE_V
12.1.1
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_PA_V
12.2.2
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_GE_V
12.2.2
-
VIEW: APPS.PA_REP_UTIL_RWTVW_GE_V
12.2.2
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_GL_V
12.2.2
-
VIEW: APPS.PA_REP_UTIL_RWTVW_GL_V
12.2.2
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_PA_V
12.1.1
-
VIEW: APPS.PA_REP_UTIL_RWTVW_GL_V
12.1.1
-
VIEW: APPS.PA_REP_UTIL_RWTVW_PA_V
12.2.2
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_GL_V
12.1.1
-
VIEW: APPS.PA_REP_UTIL_RWTVW_PA_V
12.1.1
-
VIEW: APPS.PA_REP_UTIL_FCT_RUCR_GE_V
12.2.2
-
VIEW: APPS.PA_REP_UTIL_OWTVW_GE_V
12.2.2
-
VIEW: APPS.PA_REP_UTIL_FCT_RUCR_GE_V
12.1.1
-
VIEW: APPS.PA_REP_UTIL_OWTVW_GE_V
12.1.1
-
VIEW: APPS.PA_REP_UTIL_OWTVW_GL_V
12.1.1
-
VIEW: APPS.PA_REP_UTIL_OWTVW_PA_V
12.1.1
-
VIEW: APPS.PA_REP_UTIL_FCT_RUCR_PA_V
12.2.2
-
VIEW: APPS.PA_REP_UTIL_OWTVW_PA_V
12.2.2
-
VIEW: APPS.PA_REP_UTIL_OWTVW_GL_V
12.2.2
-
VIEW: APPS.PA_REP_UTIL_FCT_RUCR_GL_V
12.1.1
-
VIEW: APPS.PA_REP_UTIL_FCT_RUCR_GL_V
12.2.2
-
VIEW: APPS.PA_REP_UTIL_FCT_RUCR_PA_V
12.1.1
-
View: PA_REP_UTIL_RWTVW_GE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_RWTVW_GE_V, object_name:PA_REP_UTIL_RWTVW_GE_V, status:VALID, product: PA - Projects , description: PA_REP_UTIL_RWTVW_GE_V is a view to provide Total Hours and Total Weighted Hours values for resources across Global Week. This information is used by Disco Workbooks. , implementation_dba_data: APPS.PA_REP_UTIL_RWTVW_GE_V ,
-
View: PA_REP_UTIL_RWTVW_GE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_RWTVW_GE_V, object_name:PA_REP_UTIL_RWTVW_GE_V, status:VALID, product: PA - Projects , description: PA_REP_UTIL_RWTVW_GE_V is a view to provide Total Hours and Total Weighted Hours values for resources across Global Week. This information is used by Disco Workbooks. , implementation_dba_data: APPS.PA_REP_UTIL_RWTVW_GE_V ,
-
View: PA_REP_UTIL_RWTVW_PA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_RWTVW_PA_V, object_name:PA_REP_UTIL_RWTVW_PA_V, status:VALID, product: PA - Projects , description: PA_REP_UTIL_RWTVW_PA_V is a view to provide Total Hours and Total Weighted Hours values for resources across PA Periods. This information is used by Disco Workbooks. , implementation_dba_data: APPS.PA_REP_UTIL_RWTVW_PA_V ,
-
View: PA_REP_UTIL_RWTVW_PA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_RWTVW_PA_V, object_name:PA_REP_UTIL_RWTVW_PA_V, status:VALID, product: PA - Projects , description: PA_REP_UTIL_RWTVW_PA_V is a view to provide Total Hours and Total Weighted Hours values for resources across PA Periods. This information is used by Disco Workbooks. , implementation_dba_data: APPS.PA_REP_UTIL_RWTVW_PA_V ,
-
View: PA_REP_UTIL_RWTVW_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_RWTVW_GL_V, object_name:PA_REP_UTIL_RWTVW_GL_V, status:VALID, product: PA - Projects , description: PA_REP_UTIL_RWTVW_GL_V is a view to provide Total Hours and Total Weighted Hours values for resources across GL Periods. This information is used by Disco Workbooks. , implementation_dba_data: APPS.PA_REP_UTIL_RWTVW_GL_V ,
-
View: PA_REP_UTIL_RWTVW_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_RWTVW_GL_V, object_name:PA_REP_UTIL_RWTVW_GL_V, status:VALID, product: PA - Projects , description: PA_REP_UTIL_RWTVW_GL_V is a view to provide Total Hours and Total Weighted Hours values for resources across GL Periods. This information is used by Disco Workbooks. , implementation_dba_data: APPS.PA_REP_UTIL_RWTVW_GL_V ,
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_PA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_ACT_RUCR_PA_V, object_name:PA_REP_UTIL_ACT_RUCR_PA_V, status:VALID,
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_PA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_ACT_RUCR_PA_V, object_name:PA_REP_UTIL_ACT_RUCR_PA_V, status:VALID,
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_ACT_RUCR_GL_V, object_name:PA_REP_UTIL_ACT_RUCR_GL_V, status:VALID,
-
VIEW: APPS.PA_REP_UTIL_FCT_RUCR_GE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_FCT_RUCR_GE_V, object_name:PA_REP_UTIL_FCT_RUCR_GE_V, status:VALID,
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_GE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_ACT_RUCR_GE_V, object_name:PA_REP_UTIL_ACT_RUCR_GE_V, status:VALID,
-
VIEW: APPS.PA_REP_UTIL_FCT_RUCR_PA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_FCT_RUCR_PA_V, object_name:PA_REP_UTIL_FCT_RUCR_PA_V, status:VALID,
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_ACT_RUCR_GL_V, object_name:PA_REP_UTIL_ACT_RUCR_GL_V, status:VALID,
-
VIEW: APPS.PA_REP_UTIL_FCT_RUCR_PA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_FCT_RUCR_PA_V, object_name:PA_REP_UTIL_FCT_RUCR_PA_V, status:VALID,
-
VIEW: APPS.PA_REP_UTIL_FCT_RUCR_GE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_FCT_RUCR_GE_V, object_name:PA_REP_UTIL_FCT_RUCR_GE_V, status:VALID,
-
VIEW: APPS.PA_REP_UTIL_ACT_RUCR_GE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_ACT_RUCR_GE_V, object_name:PA_REP_UTIL_ACT_RUCR_GE_V, status:VALID,
-
VIEW: APPS.PA_REP_UTIL_FCT_RUCR_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_FCT_RUCR_GL_V, object_name:PA_REP_UTIL_FCT_RUCR_GL_V, status:VALID,
-
VIEW: APPS.PA_REP_UTIL_FCT_RUCR_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_FCT_RUCR_GL_V, object_name:PA_REP_UTIL_FCT_RUCR_GL_V, status:VALID,
-
View: PA_REP_UTIL_ACT_RUCR_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_ACT_RUCR_GL_V, object_name:PA_REP_UTIL_ACT_RUCR_GL_V, status:VALID, product: PA - Projects , description: PA_REP_UTIL_ACT_RUCR_GL_V is a view to provide Total Actual Hours values for Person Resources by utilization category across GL Periods. This information is used by OA Screens. , implementation_dba_data: APPS.PA_REP_UTIL_ACT_RUCR_GL_V ,
-
View: PA_REP_UTIL_ACT_RUCR_GE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_ACT_RUCR_GE_V, object_name:PA_REP_UTIL_ACT_RUCR_GE_V, status:VALID, product: PA - Projects , description: PA_REP_UTIL_ACT_RUCR_GE_V is a view to provide Total Actual Hours values for Person Resources by utilization category across Global Week. This information is used by OA Screens. , implementation_dba_data: APPS.PA_REP_UTIL_ACT_RUCR_GE_V ,
-
View: PA_REP_UTIL_ACT_RUCR_GE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_ACT_RUCR_GE_V, object_name:PA_REP_UTIL_ACT_RUCR_GE_V, status:VALID, product: PA - Projects , description: PA_REP_UTIL_ACT_RUCR_GE_V is a view to provide Total Actual Hours values for Person Resources by utilization category across Global Week. This information is used by OA Screens. , implementation_dba_data: APPS.PA_REP_UTIL_ACT_RUCR_GE_V ,
-
View: PA_REP_UTIL_ACT_RUCR_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_ACT_RUCR_GL_V, object_name:PA_REP_UTIL_ACT_RUCR_GL_V, status:VALID, product: PA - Projects , description: PA_REP_UTIL_ACT_RUCR_GL_V is a view to provide Total Actual Hours values for Person Resources by utilization category across GL Periods. This information is used by OA Screens. , implementation_dba_data: APPS.PA_REP_UTIL_ACT_RUCR_GL_V ,
-
View: PA_REP_UTIL_ACT_RUCR_PA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_ACT_RUCR_PA_V, object_name:PA_REP_UTIL_ACT_RUCR_PA_V, status:VALID, product: PA - Projects , description: PA_REP_UTIL_ACT_RUCR_PA_V is a view to provide Total Actual Hours value s for Person Resources by utilization category across PA Periods. This informat ion is used by OA Screens. , implementation_dba_data: APPS.PA_REP_UTIL_ACT_RUCR_PA_V ,
-
View: PA_REP_UTIL_ACT_RUCR_PA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_UTIL_ACT_RUCR_PA_V, object_name:PA_REP_UTIL_ACT_RUCR_PA_V, status:VALID, product: PA - Projects , description: PA_REP_UTIL_ACT_RUCR_PA_V is a view to provide Total Actual Hours value s for Person Resources by utilization category across PA Periods. This informat ion is used by OA Screens. , implementation_dba_data: APPS.PA_REP_UTIL_ACT_RUCR_PA_V ,