DBA Data[Home] [Help]

APPS.GHR_NRE_BUS SQL Statements

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

Line: 111

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

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

     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: 542

Procedure insert_validate(p_rec in ghr_nre_shd.g_rec_type
                         ,p_effective_date in date) is
--
  l_proc  varchar2(72);
Line: 548

  l_proc := g_package||'insert_validate';
Line: 596

End insert_validate;
Line: 601

Procedure update_validate(p_rec in ghr_nre_shd.g_rec_type
                         ,p_effective_date in date) is
--
  l_proc varchar2(72);
Line: 607

  l_proc := g_package||'update_validate';
Line: 657

End update_validate;
Line: 662

Procedure delete_validate(p_rec in ghr_nre_shd.g_rec_type
                         ,p_effective_date in date) is
--
  l_proc  varchar2(72);
Line: 668

  l_proc := g_package||'delete_validate';
Line: 674

End delete_validate;