Search Results time_normal_end
Overview
APPS.EDW_HR_ASGN_ASSGNMNT_LCV is an Oracle E-Business Suite HRMS reporting view that forms part of the Enterprise Data Warehouse (EDW) layer used to expose Human Resources assignment information for analytical, extract, and integration purposes. The view belongs to the HR assignment coverage area and is generated from a source definition file (hrisvas.odf, version 120.0), consistent with the EDW convention of building denormalized "LCV" (logical coverage view) objects on top of base business views. In Oracle EBS 12.1.1 and 12.2.2 the view is owned by the APPS schema and serves as a stable, read-only contract for downstream reporting.
The object provides a single flattened row per assignment, combining identity, dating, status, and scheduling attributes. This design shields external consumers from the underlying normalized HR tables and supports consistent extraction patterns for HR analytics and third-party interfaces.
Underlying Base Objects
The documented metadata records that this view is defined over a single referenced object: EDWBV_HR_ASGN_ASSGNMNT_LCV, itself an EDW business view. No further base tables are enumerated in the ETRM metadata, indicating the lineage is encapsulated within that business view (which ultimately resolves to HR assignment and assignment-extra-information tables such as PER_ALL_ASSIGNMENTS_F and related HR lookup structures). Because the view performs a simple projection with no joins in its own definition, it inherits the semantics, effective dating, and Multi-Org (business group) context of EDWBV_HR_ASGN_ASSGNMNT_LCV.
Key Columns
- ASSIGNMENT_ID, ASSIGNMENT_NUMBER, NAME, ASSIGNMENT_PK, ALL_FK — identification keys for the assignment, person, and row.
- START_DATE, END_DATE, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE — date-effectivity tracking for the assignment record.
- ASSIGNMENT_STATUS, ASSIGNMENT_STATUS_TYPE_ID, ASSIGNMENT_TYPE, PRIMARY_FLAG, MANAGER_FLAG — classification and status attributes.
- BUSINESS_GROUP, BUSINESS_GROUP_ID, PEOPLE_GROUP_ID — organizational and Multi-Org context.
- NORMAL_HOURS, NORMAL_HOURS_FREQUENCY, TIME_NORMAL_START, TIME_NORMAL_END — standard working-hours and scheduling information; TIME_NORMAL_END is the column most relevant to the "time_normal_end" search and represents the normal end time of the assignment's working pattern.
- PROBATION_PERIOD, PROBATION_PERIOD_UNIT, PERFORMANCE_REVIEW_PERIOD, PERF_REVIEW_PERIOD_FRQNCY, SLRY_REVIEW_PERIOD, SLRY_REVIEW_PERIOD_FRQNCY — review and probation cycle definitions.
- HOURLY_SALARIED_FLAG, TITLE — pay basis and job title.
- CREATION_DATE, LAST_UPDATE_DATE — audit columns. The definition also emits five trailing NULL placeholders.
Common Use Cases and Queries
Typical uses include HR workforce analytics, headcount and scheduling extracts, and data-warehouse loads. A frequent query filters on the scheduling attribute surfaced by the user's search:
- Identifying assignments whose normal working pattern ends after a threshold:
SELECT assignment_id, assignment_number, time_normal_start, time_normal_end FROM apps.edw_hr_asgn_assgnmnt_lcv WHERE time_normal_end > '18:00'; - Extracting active primary assignments for a business group within a date window using EFFECTIVE_START_DATE and EFFECTIVE_END_DATE.
- Building shift or schedule reports joining NORMAL_HOURS, NORMAL_HOURS_FREQUENCY, TIME_NORMAL_START, and TIME_NORMAL_END.
- Feeding downstream EDW or BI datasets with a consistent assignment snapshot.
Consumers should treat the view as read-only and note that effectivity is governed by the underlying business view, so date-bounded predicates on the effective columns are recommended.
-
VIEW: APPS.EDW_HR_ASGN_ASSGNMNT_LCV
12.1.1
-
View: EDW_HR_ASGN_ASSGNMNT_LCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: EDW_HR_ASGN_ASSGNMNT_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.EDW_HR_ASGN_ASSGNMNT_LCV, object_name:EDW_HR_ASGN_ASSGNMNT_LCV, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.EDW_HR_ASGN_ASSGNMNT_LCV ,
-
APPS.EDW_HR_ASSGNMNT_M_C SQL Statements
12.1.1
-
VIEW: APPS.EDW_HR_ASGN_ASSGNMNT_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.EDW_HR_ASGN_ASSGNMNT_LCV, object_name:EDW_HR_ASGN_ASSGNMNT_LCV, status:VALID,
-
VIEW: APPS.EDWBV_HR_ASGN_ASSGNMNT_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.EDWBV_HR_ASGN_ASSGNMNT_LCV, object_name:EDWBV_HR_ASGN_ASSGNMNT_LCV, status:VALID,
-
View: EDWBV_HR_ASGN_ASSGNMNT_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.EDWBV_HR_ASGN_ASSGNMNT_LCV, object_name:EDWBV_HR_ASGN_ASSGNMNT_LCV, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.EDWBV_HR_ASGN_ASSGNMNT_LCV ,
-
View: EDWBV_HR_ASGN_ASSGNMNT_LCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: HRI.EDW_HR_ASGN_ASSGNMNT_LTC
12.1.1
owner:HRI, object_type:TABLE, fnd_design_data:HRI.EDW_HR_ASGN_ASSGNMNT_LTC, object_name:EDW_HR_ASGN_ASSGNMNT_LTC, status:VALID,
-
VIEW: APPS.EDWBV_HR_ASGN_ASSGNMNT_LCV
12.1.1
-
TABLE: HRI.EDW_HR_ASGN_ASSGNMNT_LSTG
12.1.1
owner:HRI, object_type:TABLE, fnd_design_data:HRI.EDW_HR_ASGN_ASSGNMNT_LSTG, object_name:EDW_HR_ASGN_ASSGNMNT_LSTG, status:VALID,
-
PACKAGE BODY: APPS.EDW_HR_ASSGNMNT_M_C
12.1.1
-
eTRM - HRI Tables and Views
12.1.1