Search Results asg_assignment_id
Overview
APPS.HR_EDW_WRK_CMPSTN_FCV is a reporting view within the Oracle E-Business Suite Human Resources warehouse architecture. The name follows the HR Enterprise Data Warehouse (EDW) naming convention: the WRK segment indicates a work or staging layer, CMPSTN denotes workforce composition, and the FCV suffix identifies it as a flat, denormalized collection view intended for direct consumption by downstream reporting and analytics tools. Its principal role is to expose a consolidated snapshot of workforce composition metrics — headcount, full-time equivalent (FTE), grade salary ranges, and annualized salary values — joined against the descriptive foreign key columns that allow slicing by age, service, job, grade, geography, and organization.
Because the object is a view rather than a table, it presents no independent storage. It serves as a stable, query-friendly interface over the warehouse-building views beneath it, insulating report authors and extract processes from changes to the underlying transformation logic. This makes it suitable for Oracle Business Intelligence (OBIEE) subject areas, Discoverer workbooks, and custom PL/SQL or SQL*Plus extracts that populate HR metrics dashboards.
Underlying Base Objects
The ETRM metadata documents no referenced base tables and lists the owner as unspecified. However, the view definition is definitively documented: it is a simple projection over a single object, HR_EDWBV_WRK_CMPSTN_FCV, an HR EDW base view. Every column in HR_EDW_WRK_CMPSTN_FCV is passed straight through from that source object, with no filtering, joins, or expressions applied at this layer. The view is therefore a thin wrapper — its purpose is to present the flat composition data set under a standardized EDW name while the actual derivations (foreign key lookups, banding, currency conversion) occur in HR_EDWBV_WRK_CMPSTN_FCV and its own parents. Reporting code should treat this view as the public contract and avoid querying the base view directly, so that any future substitution of the underlying source does not break dependent reports.
Key Columns
The column list divides into three functional groups:
- Foreign keys and dimension references:
AGE_BAND_FK,SERVICE_BAND_FK,ASSIGNMENT_FK,CURRENCY_FK,GEOGRAPHY_FK,GRADE_FK,INSTANCE_FK,JOB_FK,ORGANIZATION_FK,PERSON_FK,PERSON_TYPE_FK,POSITION_FK, andTIME_FK. The key of interest to users searching onage_band_fkis the age band surrogate, which joins to the age band dimension for demographic analysis such as headcount by age group. - Natural/operational identifiers and dates:
ASG_ASSIGNMENT_ID,ASG_BUSINESS_GROUP_ID,ASG_GRADE_ID,ASG_JOB_ID,ASG_LOCATION_ID,ASG_ORGANIZATION_ID,ASG_PERSON_ID,ASG_POSITION_ID, plusSNAPSHOT_DATE,ASSIGNMENT_START_DATE,DATE_OF_BIRTH,LAST_UPDATE_DATE, andCREATION_DATE. - Measures:
COMPOSITION_HEADCOUNT,COMPOSITION_FTE,LWST_GRD_SLRY,HGHST_GRD_SLRY,CRRNCY_CNVRSN_RATE,CRNT_ANNLZED_SLRY, andCRNT_ANNLZED_SLRY_BC(the business-currency equivalent). The trailing series ofNULLplaceholders in the definition are unnamed positional columns, an ETRM rendering artifact rather than queryable fields.
Common Use Cases and Queries
Typical usage aggregates composition measures across a chosen band or dimension, usually restricted to a snapshot date. A representative query analyzing headcount and salary by age band is:
SELECT age_band_fk, SUM(composition_headcount) hc, SUM(composition_fte) fte, AVG(crnt_annlzed_slrY_bc) avg_salFROM apps.hr_edw_wrk_cmpstn_fcvWHERE snapshot_date = :p_snapshot_dateGROUP BY age_band_fkORDER BY age_band_fk;
Other common scenarios include workforce composition reporting by organization or job, compensation analysis comparing annualized salary against grade salary ranges (LWST_GRD_SLRY and HGHST_GRD_SLRY), and FTE utilization trending across time via TIME_FK. Because the view is a pass-through with no row-level security applied at this layer, queries should be scoped by the appropriate business group or organization identifiers and, where the EDW is partitioned, filtered by SNAPSHOT_DATE to limit scanned data. The *_FK columns are intended for joins to the corresponding EDW dimension views rather than to transactional base tables.
-
VIEW: APPS.HR_EDW_WRK_CMPSTN_FCV
12.1.1
-
View: HR_EDW_WRK_CMPSTN_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HR_EDW_WRK_CMPSTN_FCV, object_name:HR_EDW_WRK_CMPSTN_FCV, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.HR_EDW_WRK_CMPSTN_FCV ,
-
View: HR_EDW_WRK_CMPSTN_FCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.HR_EDW_WRK_CMPSTN_F_C SQL Statements
12.1.1
-
View: HR_EDW_WRK_SPRTN_FCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.HR_EDWBV_WRK_CMPSTN_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HR_EDWBV_WRK_CMPSTN_FCV, object_name:HR_EDWBV_WRK_CMPSTN_FCV, status:VALID,
-
View: HR_EDW_WRK_SPRTN_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HR_EDW_WRK_SPRTN_FCV, object_name:HR_EDW_WRK_SPRTN_FCV, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.HR_EDW_WRK_SPRTN_FCV ,
-
VIEW: APPS.HR_EDW_WRK_SPRTN_FCV
12.1.1
-
APPS.HR_EDW_WRK_SPRTN_F_C SQL Statements
12.1.1
-
View: HR_EDWBV_WRK_CMPSTN_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HR_EDWBV_WRK_CMPSTN_FCV, object_name:HR_EDWBV_WRK_CMPSTN_FCV, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.HR_EDWBV_WRK_CMPSTN_FCV ,
-
VIEW: APPS.HR_EDW_WRK_CMPSTN_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HR_EDW_WRK_CMPSTN_FCV, object_name:HR_EDW_WRK_CMPSTN_FCV, status:VALID,
-
VIEW: APPS.HR_EDW_WRK_SPRTN_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HR_EDW_WRK_SPRTN_FCV, object_name:HR_EDW_WRK_SPRTN_FCV, status:VALID,
-
View: HR_EDWBV_WRK_CMPSTN_FCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.HR_EDWBV_WRK_SPRTN_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HR_EDWBV_WRK_SPRTN_FCV, object_name:HR_EDWBV_WRK_SPRTN_FCV, status:VALID,
-
PACKAGE BODY: APPS.HR_EDW_WRK_CMPSTN_F_C
12.1.1
-
VIEW: APPS.HR_EDWBV_WRK_CMPSTN_FCV
12.1.1
-
TABLE: HRI.HR_EDW_WRK_CMPSTN_F
12.1.1
owner:HRI, object_type:TABLE, fnd_design_data:HRI.HR_EDW_WRK_CMPSTN_F, object_name:HR_EDW_WRK_CMPSTN_F, status:VALID,
-
PACKAGE BODY: APPS.HR_EDW_WRK_SPRTN_F_C
12.1.1
-
TABLE: HRI.HR_EDW_WRK_CMPSTN_FSTG
12.1.1
owner:HRI, object_type:TABLE, fnd_design_data:HRI.HR_EDW_WRK_CMPSTN_FSTG, object_name:HR_EDW_WRK_CMPSTN_FSTG, status:VALID,
-
View: HR_EDWBV_WRK_SPRTN_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HR_EDWBV_WRK_SPRTN_FCV, object_name:HR_EDWBV_WRK_SPRTN_FCV, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.HR_EDWBV_WRK_SPRTN_FCV ,
-
View: HR_EDWBV_WRK_SPRTN_FCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: HRI.HR_EDW_WRK_SPRTN_F
12.1.1
owner:HRI, object_type:TABLE, fnd_design_data:HRI.HR_EDW_WRK_SPRTN_F, object_name:HR_EDW_WRK_SPRTN_F, status:VALID,
-
TABLE: HRI.HR_EDW_WRK_SPRTN_FSTG
12.1.1
owner:HRI, object_type:TABLE, fnd_design_data:HRI.HR_EDW_WRK_SPRTN_FSTG, object_name:HR_EDW_WRK_SPRTN_FSTG, status:VALID,
-
VIEW: APPS.HR_EDWBV_WRK_SPRTN_FCV
12.1.1
-
APPS.HR_EDW_WRK_CMPSTN_F_C dependencies on HR_EDW_WRK_CMPSTN_FSTG
12.1.1
-
PACKAGE BODY: APPS.PAY_IE_P35
12.1.1
-
APPS.PAY_IE_P35 dependencies on PER_ASSIGNMENTS_F
12.1.1
-
PACKAGE BODY: APPS.PAY_IE_P35
12.2.2
-
APPS.PAY_IE_P35 dependencies on PER_ASSIGNMENTS_F
12.2.2
-
APPS.PAY_IE_P35 dependencies on PAY_ASSIGNMENT_ACTIONS
12.1.1
-
APPS.PAY_IE_P35 dependencies on PAY_PAYROLL_ACTIONS
12.1.1
-
eTRM - HRI Tables and Views
12.1.1
-
APPS.PAY_IE_P35 dependencies on HR_UTILITY
12.1.1
-
APPS.PAY_IE_P35 dependencies on PAY_ASSIGNMENT_ACTIONS
12.2.2
-
APPS.PAY_IE_P35 dependencies on PAY_PAYROLL_ACTIONS
12.2.2
-
APPS.PAY_IE_P35 dependencies on HR_UTILITY
12.2.2
-
APPS.PAY_IE_P35 dependencies on PAY_ACTION_INFORMATION
12.1.1