DBA Data[Home] [Help]

APPS.GHR_NRE_BUS SQL Statements

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

Line: 110

    select null
    from   ghr_remarks a
    where  a.remark_id = p_remark_id;
Line: 185

    select null
    from   ghr_nature_of_actions a
    where  a.nature_of_action_id = p_nature_of_action_id;
Line: 475

     select null
     from ghr_noac_remarks a
     where a.nature_of_action_id = p_nature_of_action_id
       and a.remark_id           = p_remark_id;
Line: 537

Procedure insert_validate(p_rec in ghr_nre_shd.g_rec_type
                         ,p_effective_date in date) is
--
  l_proc  varchar2(72) := g_package||'insert_validate';
Line: 590

End insert_validate;
Line: 595

Procedure update_validate(p_rec in ghr_nre_shd.g_rec_type
                         ,p_effective_date in date) is
--
  l_proc  varchar2(72) := g_package||'update_validate';
Line: 650

End update_validate;
Line: 655

Procedure delete_validate(p_rec in ghr_nre_shd.g_rec_type
                         ,p_effective_date in date) is
--
  l_proc  varchar2(72) := g_package||'delete_validate';
Line: 666

End delete_validate;