DBA Data[Home] [Help]

APPS.PER_CN_DATA_PUMP SQL Statements

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

Line: 13

  SELECT organization_id
  INTO l_employer_id
  FROM hr_organization_units
  WHERE name= p_employer_name
  AND   business_group_id = p_business_group_id;