DBA Data[Home] [Help]

APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on PER_ALL_PEOPLE_F

Line 899: from per_all_people_f per

895: and cwb.lvl_num = -1;
896: --
897: cursor c_per_name(cv_person_id number, cv_lf_evt_ocrd_dt date) is
898: select full_name
899: from per_all_people_f per
900: where person_id = cv_person_id
901: and cv_lf_evt_ocrd_dt between effective_start_date
902: and effective_end_date;
903: --

Line 2602: from per_all_people_f ppf

2598: WHEN ppf.npw_number IS NOT NULL THEN
2599: ppp.date_start
2600: END) HIRE_DATE
2601: ,pps.actual_termination_date actual_termination_date
2602: from per_all_people_f ppf
2603: ,per_all_assignments_f paf
2604: ,PER_PERIODS_OF_PLACEMENT PPP
2605: ,PER_PERIODS_OF_SERVICE PPS
2606: where ppf.person_id = paf.person_id