DBA Data[Home] [Help]

APPS.IGW_PROP_CHECKLIST_PVT dependencies on PER_ALL_PEOPLE_F

Line 232: from per_all_people_f ppx,

228: l_full_name varchar2(1000);
229: BEGIN
230: select ppx.last_name || ',' || ppx.first_name
231: into l_full_name
232: from per_all_people_f ppx,
233: fnd_user fu
234: where fu.user_id = p_user_id
235: and fu.employee_id = ppx.person_id
236: and rownum < 2;