DBA Data[Home] [Help]

APPS.PER_HU_DISABILITY SQL Statements

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

Line: 50

PROCEDURE update_hu_disability(p_category varchar2
                              ,p_degree number) is
BEGIN
  --
  -- Added for GSI Bug 5472781
  --
  IF hr_utility.chk_product_install('Oracle Human Resources', 'HU') THEN
     --
     --per_hu_disability.check_hu_disability(p_category => p_category
     --                                   ,p_degree   => p_degree);
Line: 64

END update_hu_disability;