DBA Data[Home] [Help]

APPS.PAY_EMP_ACTION_ARCH dependencies on PER_PERIODS_OF_SERVICE

Line 2842: per_periods_of_service pps

2838: paf.hourly_salaried_code
2839: from per_assignments_f paf,
2840: per_all_people_f ppf,
2841: per_all_people_f ppf1,
2842: per_periods_of_service pps
2843: where paf.person_id = ppf.person_id
2844: and paf.assignment_id = cp_assignment_id
2845: and ppf1.person_id = ppf.person_id /* 8305579 */
2846: and (( --ppf1.person_type_id = 6 -- #10324741

Line 2859: from per_periods_of_service pps1

2855: and cp_date_earned between ppf.effective_start_date
2856: and ppf.effective_end_date
2857: and pps.person_id = ppf.person_id
2858: and pps.date_start = (select max(pps1.date_start)
2859: from per_periods_of_service pps1
2860: where pps1.person_id = paf.person_id
2861: and pps1.date_start <= cp_date_earned);
2862:
2863: cursor c_period_details (cp_time_period_id in number) is