DBA Data[Home] [Help]

APPS.PER_PL_CREATE_PERSON SQL Statements

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

Line: 41

select 'Y' from per_person_types ppt
    where ppt.seeded_person_type_key = l_person_type_key and ppt.system_person_type = l_system_type
      and ppt.business_group_id = p_business_group_id
      and ppt.person_type_id = p_person_type_id;