DBA Data[Home] [Help]

APPS.PQH_BEL_BUS SQL Statements

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

Line: 110

    select null
    from   pqh_budget_sets a
    where  a.budget_set_id = p_budget_set_id;
Line: 164

    select null
    from   pay_element_types_f a
    where  a.element_type_id = p_element_type_id
      and  sysdate between effective_start_date and effective_end_date;
Line: 213

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

End insert_validate;
Line: 243

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

End update_validate;
Line: 273

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

End delete_validate;