DBA Data[Home] [Help]

APPS.GHR_UPD_HR_VALIDATION dependencies on PER_PEOPLE_F

Line 170: from per_people_f ppf,

166: and NVL(naf.end_date_active,p_pa_requests_type.effective_date);
167:
168: cursor c_exemp is
169: select ppf.effective_start_date effective_start_date
170: from per_people_f ppf,
171: per_person_types ppt
172: where ppf.person_id = p_pa_requests_type.person_id
173: and ppf.person_type_id = ppt.person_type_id
174: and ppt.SYSTEM_PERSON_TYPE = 'EX_EMP'

Line 739: l_person_id per_people_f.person_id%TYPE;

735: p_rpa_eff_date OUT NOCOPY DATE,
736: p_position_id OUT NOCOPY NUMBER) IS
737:
738:
739: l_person_id per_people_f.person_id%TYPE;
740:
741: CURSOR cur_rpa_data IS
742: select effective_date, person_id, to_position_id
743: from ghr_pa_requests

Line 760: from per_people_f ppf,

756:
757: cursor cur_asg_end_date is
758: select ppf.effective_end_date effective_end_date,
759: ppt.system_person_type system_person_type
760: from per_people_f ppf,
761: per_person_types ppt
762: where ppf.person_id = l_person_id
763: and ppf.person_type_id = ppt.person_type_id
764: and ppf.effective_end_date >= p_rpa_eff_date