DBA Data[Home] [Help]

APPS.GHR_PRE_BUS SQL Statements

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

Line: 15

Procedure chk_non_updateable_args(p_rec in  ghr_pre_shd.g_rec_type) is
   --
     l_proc          varchar2(72) := g_package || 'chk_non_updateable_args';
Line: 57

    end chk_non_updateable_args;
Line: 62

Procedure insert_validate(p_rec in ghr_pre_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'insert_validate';
Line: 72

End insert_validate;
Line: 77

Procedure update_validate(p_rec in ghr_pre_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'update_validate';
Line: 86

     chk_non_updateable_args (p_rec => p_rec);
Line: 88

End update_validate;
Line: 93

Procedure delete_validate(p_rec in ghr_pre_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'delete_validate';
Line: 103

End delete_validate;