DBA Data[Home] [Help]

APPS.GHR_EXTRA_INFO dependencies on PER_PEOPLE_EXTRA_INFO

Line 71: from per_people_extra_info pei

67: ,pei.last_updated_by last_updated_by
68: ,pei.last_update_login last_update_login
69: ,pei.created_by created_by
70: ,pei.creation_date creation_date
71: from per_people_extra_info pei
72: where pei.person_id = p_id
73: and pei.information_type = p_information_type;
74: ELSIF p_form_name = 'PERWSAEI' THEN
75: open c_extra_info for