DBA Data[Home] [Help]

APPS.PAY_EMP_ACTION_ARCH dependencies on PER_PERIODS_OF_SERVICE

Line 2737: per_periods_of_service pps

2733: paf.soft_coding_keyflex_id,
2734: paf.hourly_salaried_code
2735: from per_assignments_f paf,
2736: per_all_people_f ppf,
2737: per_periods_of_service pps
2738: where paf.person_id = ppf.person_id
2739: and paf.assignment_id = cp_assignment_id
2740: and cp_curr_eff_date between paf.effective_start_date
2741: and paf.effective_end_date

Line 2746: from per_periods_of_service pps1

2742: and cp_curr_eff_date between ppf.effective_start_date
2743: and ppf.effective_end_date
2744: and pps.person_id = ppf.person_id
2745: and pps.date_start = (select max(pps1.date_start)
2746: from per_periods_of_service pps1
2747: where pps1.person_id = paf.person_id
2748: and pps1.date_start <= cp_curr_eff_date);
2749:
2750: cursor c_period_details (cp_time_period_id in number) is