DBA Data[Home] [Help]

APPS.PER_ES_DISABILITY SQL Statements

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

Line: 46

PROCEDURE update_es_disability(p_category VARCHAR2
                              ,p_degree   NUMBER) IS
BEGIN
   --
   -- Added for GSI Bug 5472781
   --
   IF hr_utility.chk_product_install('Oracle Human Resources', 'ES') THEN
     --
     --per_es_disability.check_es_disability(p_category => p_category
     --                                      ,p_degree   => p_degree);
Line: 60

END update_es_disability;