DBA Data[Home] [Help]

APPS.PSP_PSPRCPGD_XMLP_PKG dependencies on PER_PEOPLE_F

Line 37: from per_people_f

33: from per_time_periods
34: where time_period_id = p_time_period_id;
35:
36: select full_name into x_person_name
37: from per_people_f
38: -- where person_id = person_id
39: where person_id = v_person_id
40: and x_end_date BETWEEN effective_start_date and effective_end_date;
41: