DBA Data[Home] [Help]

APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on PER_ALL_PEOPLE_F

Line 869: from per_all_people_f per

865: and cwb.lvl_num = -1;
866: --
867: cursor c_per_name(cv_person_id number, cv_lf_evt_ocrd_dt date) is
868: select full_name
869: from per_all_people_f per
870: where person_id = cv_person_id
871: and cv_lf_evt_ocrd_dt between effective_start_date
872: and effective_end_date;
873: --

Line 2557: from per_all_people_f ppf

2553: WHEN ppf.npw_number IS NOT NULL THEN
2554: ppp.date_start
2555: END) HIRE_DATE
2556: ,pps.actual_termination_date actual_termination_date
2557: from per_all_people_f ppf
2558: ,per_all_assignments_f paf
2559: ,PER_PERIODS_OF_PLACEMENT PPP
2560: ,PER_PERIODS_OF_SERVICE PPS
2561: where ppf.person_id = paf.person_id