DBA Data[Home] [Help]

APPS.SSP_SSPRPSSP_XMLP_PKG dependencies on PER_PEOPLE_F

Line 19: from per_people_f

15: order by effective_start_date desc;
16:
17: cursor person_name is
18: Select full_name
19: from per_people_f
20: where person_id = p_person_id
21: and business_group_id = p_business_group_id
22: and effective_start_date <= p_date_to
23: and effective_end_date >= p_date_from