DBA Data[Home] [Help]

APPS.HXC_GET_NAME SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 13

   Select ppx.full_name
   from per_people_x ppx
   where person_id = p_person_id;
Line: 19

  /* Select ppx.full_name into l_full_name
   from per_people_x ppx
   where ppx.person_id = p_person_id;*/