DBA Data[Home] [Help]

APPS.GHR_NLA_BUS SQL Statements

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

Line: 111

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

     select null
     from ghr_noac_las a
     where a.nature_of_action_id = p_nature_of_action_id
       and a.lac_lookup_code           = p_lac_lookup_code;
Line: 604

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

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

End insert_validate;
Line: 673

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

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

End update_validate;
Line: 742

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

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

End delete_validate;