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 734: l_person_id per_people_f.person_id%TYPE;

730: p_rpa_eff_date OUT NOCOPY DATE,
731: p_position_id OUT NOCOPY NUMBER) IS
732:
733:
734: l_person_id per_people_f.person_id%TYPE;
735:
736: CURSOR cur_rpa_data IS
737: select effective_date, person_id, to_position_id
738: from ghr_pa_requests

Line 755: from per_people_f ppf,

751:
752: cursor cur_asg_end_date is
753: select ppf.effective_end_date effective_end_date,
754: ppt.system_person_type system_person_type
755: from per_people_f ppf,
756: per_person_types ppt
757: where ppf.person_id = l_person_id
758: and ppf.person_type_id = ppt.person_type_id
759: and ppf.effective_end_date >= p_rpa_eff_date