DBA Data[Home] [Help]

APPS.BEN_PCG_BUS SQL Statements

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

Line: 114

    select null
    from   ben_prtt_reimbmt_rqst_f a
    where  a.prtt_reimbmt_rqst_id = p_prtt_reimbmt_rqst_id
    and    p_effective_date
           between a.effective_start_date
           and     a.effective_end_date;
Line: 195

    select null
    from   ben_pl_gd_or_svc_f  a
    where  a.pl_gd_or_svc_id = p_pl_gd_or_svc_id
    and    p_effective_date
           between a.effective_start_date
           and     a.effective_end_date;
Line: 276

    select null
    from   ben_gd_or_svc_typ a
    where  a.gd_or_svc_typ_id = p_gd_or_svc_typ_id;
Line: 321

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

End insert_validate;
Line: 348

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

End update_validate;
Line: 375

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

End delete_validate;
Line: 398

    select a.legislation_code
    from   per_business_groups a,
           ben_prtt_clm_gd_or_svc_typ b
    where b.prtt_clm_gd_or_svc_typ_id      = p_prtt_clm_gd_or_svc_typ_id
    and   a.business_group_id = b.business_group_id;