DBA Data[Home] [Help]

APPS.PER_DTR_CHK_PKG SQL Statements

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

Line: 13

     select status
     from fnd_product_installations
     where application_id = GHR_APPLICATION_ID;
Line: 37

   l_result := hr_update_utility.isUpdateComplete
      (p_app_shortname      => 'PER'
      ,p_function_name      => null
      ,p_business_group_id  => null
      ,p_update_name        => 'HRAPLUPD1');
Line: 54

    select 'TRUE'
    from   ben_ler_f
    where  typ_cd = 'COMP';