DBA Data[Home] [Help]

APPS.BEN_CQB_BUS SQL Statements

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

Line: 110

    select null
    from   ben_pgm_f a
    where  a.pgm_id = p_pgm_id;
Line: 185

    select null
    from   ben_ptip_f a
    where  a.ptip_id = p_ptip_id;
Line: 261

    select null
    from   ben_pl_typ_f a
    where  a.pl_typ_id = p_pl_typ_id;
Line: 462

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

End insert_validate;
Line: 513

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

End update_validate;
Line: 564

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

End delete_validate;
Line: 588

    select a.legislation_code
    from   per_business_groups a,
           ben_cbr_quald_bnf b
    where b.cbr_quald_bnf_id      = p_cbr_quald_bnf_id
    and   a.business_group_id = b.business_group_id;