Search Results last_standard_process_date
Overview
APPS.PER_PERIODS_OF_WORK_V is a reporting and integration view in the Oracle E-Business Suite Human Resources (PER) module. It provides a consolidated, presentation-ready representation of an enterprise's periods of work by combining two distinct transactional entities: periods of service (permanent or long-term employment) and periods of placement (contingent, temporary, or agency placements). Rather than requiring consumers to query PER_PERIODS_OF_SERVICE and PER_PERIODS_OF_PLACEMENT separately and reconcile their differing column semantics, the view exposes a single uniform structure. Its status is VALID in the APPS schema, and it is available in both EBS 12.1.1 and 12.2.2. For the search term projected_termination_date, this view is directly relevant: both branches of the underlying UNION ALL select the PROJECTED_TERMINATION_DATE column, making the view a practical source for identifying employees or contingent workers with an anticipated end-of-work date that has not yet been finalized.
Underlying Base Objects
The view is defined as a UNION ALL over two source objects, with a package supplying derived values:
PER_PERIODS_OF_SERVICE(referenced via synonym) — the first branch, keyed byPERIOD_OF_SERVICE_IDand tagged with the literal'PPS'.PER_PERIODS_OF_PLACEMENT(referenced via synonym) — the second branch, keyed byPERIOD_OF_PLACEMENT_IDand tagged with the literal'PPP'.HR_GENERAL(package) — invoked forDECODE_LOOKUP(translation of leaving/termination reasons) andDECODE_ORGANIZATION(business group name resolution).
Because the source objects are synonyms, the view references the underlying HR base tables owned by the PER product. Attribute columns (ATTRIBUTE1–ATTRIBUTE20) are carried through from both branches, while the descriptive-flexfield PDS_INFORMATION1–PDS_INFORMATION30 columns are populated from the service branch and left NULL for the placement branch.
Key Columns
PERIOD_OF_WORK_ID/ first column — the primary identifier from whichever source branch applies (service ID or placement ID).PERIOD_TYPE— the discriminator,'PPS'for periods of service and'PPP'for periods of placement.PERSON_ID,BUSINESS_GROUP_ID— the worker and their business group.DATE_START— start date of the period of work.ACTUAL_TERMINATION_DATE,FINAL_PROCESS_DATE,LAST_STANDARD_PROCESS_DATE— realized end-of-work milestones.PROJECTED_TERMINATION_DATE— the anticipated termination date, populated for both service and placement branches; the key column for forward-looking reporting.LEAVING_REASON/TERMINATION_REASON— the reason code, accompanied by a decoded lookup description viaHR_GENERAL.DECODE_LOOKUP.- Audit columns (
LAST_UPDATE_DATE,CREATED_BY,OBJECT_VERSION_NUMBER) and the decoded organization name.
Common Use Cases and Queries
Typical scenarios include workforce forecasting, exit/attrition pipelines, integration feeds to downstream systems, and reconciliation between employee and contingent-worker populations. A representative query to surface projected leavers is:
SELECT person_id, business_group_id, period_type, date_start, projected_termination_date
FROM apps.per_periods_of_work_v
WHERE projected_termination_date IS NOT NULL
AND projected_termination_date >= SYSDATE
ORDER BY projected_termination_date;
Filtering by period_type isolates employees ('PPS') from placements ('PPP'), while joining to PER_ALL_PEOPLE_F on person_id enriches results with names and assignment detail.
-
View: PER_PERIODS_OF_WORK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PERIODS_OF_WORK_V, object_name:PER_PERIODS_OF_WORK_V, status:VALID, product: PER - Human Resources , description: Combined view of periods of service and periods of placement , implementation_dba_data: APPS.PER_PERIODS_OF_WORK_V ,
-
View: PER_PERIODS_OF_WORK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PERIODS_OF_WORK_V, object_name:PER_PERIODS_OF_WORK_V, status:VALID, product: PER - Human Resources , description: Combined view of periods of service and periods of placement , implementation_dba_data: APPS.PER_PERIODS_OF_WORK_V ,
-
View: PER_PERIODS_OF_SERVICE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PERIODS_OF_SERVICE_V, object_name:PER_PERIODS_OF_SERVICE_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_PERIODS_OF_SERVICE_V ,
-
View: PER_PERIODS_OF_SERVICE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PERIODS_OF_SERVICE_V, object_name:PER_PERIODS_OF_SERVICE_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_PERIODS_OF_SERVICE_V ,
-
View: HR_H2PI_PERIODS_OF_SERVICE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_H2PI_PERIODS_OF_SERVICE_V, object_name:HR_H2PI_PERIODS_OF_SERVICE_V, status:VALID, product: PER - Human Resources , description: Contains data related to Oracle HR to Oracle Payroll Interface (H2PI) for periods of service , implementation_dba_data: APPS.HR_H2PI_PERIODS_OF_SERVICE_V ,
-
View: HR_H2PI_PERIODS_OF_SERVICE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_H2PI_PERIODS_OF_SERVICE_V, object_name:HR_H2PI_PERIODS_OF_SERVICE_V, status:VALID, product: PER - Human Resources , description: Contains data related to Oracle HR to Oracle Payroll Interface (H2PI) for periods of service , implementation_dba_data: APPS.HR_H2PI_PERIODS_OF_SERVICE_V ,
-
View: PER_PERIODS_OF_PLACEMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PERIODS_OF_PLACEMENT_V, object_name:PER_PERIODS_OF_PLACEMENT_V, status:VALID, product: PER - Human Resources , description: Periods of placement for contingent workers , implementation_dba_data: APPS.PER_PERIODS_OF_PLACEMENT_V ,
-
View: PER_PERIODS_OF_PLACEMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PERIODS_OF_PLACEMENT_V, object_name:PER_PERIODS_OF_PLACEMENT_V, status:VALID, product: PER - Human Resources , description: Periods of placement for contingent workers , implementation_dba_data: APPS.PER_PERIODS_OF_PLACEMENT_V ,
-
View: HR_ADP_EMPLOYEE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_EMPLOYEE_V, object_name:HR_ADP_EMPLOYEE_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_EMPLOYEE_V ,
-
View: HR_ADP_EMPLOYEE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_EMPLOYEE_V, object_name:HR_ADP_EMPLOYEE_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_EMPLOYEE_V ,
-
View: HR_EMPLOYEE_API_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_EMPLOYEE_API_V, object_name:HR_EMPLOYEE_API_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_EMPLOYEE_API_V ,
-
View: HR_EMPLOYEE_API_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_EMPLOYEE_API_V, object_name:HR_EMPLOYEE_API_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_EMPLOYEE_API_V ,