DBA Data[Home] [Help]

APPS.PQH_DST_BUS SQL Statements

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

Line: 87

 select 'X'
 from pqh_dflt_budget_sets
 where dflt_budget_set_name = p_dflt_budget_set_name
   and dflt_budget_set_id <> nvl(p_dflt_budget_set_id,0);
Line: 115

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

End insert_validate;
Line: 140

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

End update_validate;
Line: 166

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

End delete_validate;
Line: 189

    select a.legislation_code
    from   per_business_groups a,
           pqh_dflt_budget_sets b
    where b.dflt_budget_set_id      = p_dflt_budget_set_id
    and   a.business_group_id = b.business_group_id;