DBA Data[Home] [Help]

APPS.BEN_EPE_BUS SQL Statements

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

Line: 47

    select null
    from   ben_pil_elctbl_chc_popl a
    where  a.pil_elctbl_chc_popl_id = p_pil_elctbl_chc_popl_id;
Line: 126

    select null
    from   ben_pl_typ_F a
    where  a.pl_typ_id = p_pl_typ_id;
Line: 204

    select null
    from   ben_oipl_f a
    where  a.oipl_id = p_spcl_rt_oipl_id;
Line: 282

    select null
    from   ben_pl_f a
    where  a.pl_id = p_spcl_rt_pl_id;
Line: 360

    select null
    from   ben_plip_f a
    where  a.plip_id = p_plip_id;
Line: 438

    select null
    from   ben_cmbn_ptip_f a
    where  a.cmbn_ptip_id = p_cmbn_ptip_id;
Line: 516

    select null
    from   ben_cmbn_plip_f a
    where  a.cmbn_plip_id = p_cmbn_plip_id;
Line: 594

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

    select null
    from   ben_cmbn_ptip_opt_f a
    where  a.cmbn_ptip_opt_id = p_cmbn_ptip_opt_id;
Line: 750

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

    select null
    from   ben_oipl_f a
    where  a.oipl_id = p_oipl_id;
Line: 906

    select null
    from   ben_pl_f a
    where  a.pl_id = p_pl_id;
Line: 984

    select null
    from   ben_bnft_prvdr_pool_f a
    where  a.bnft_prvdr_pool_id = p_bnft_prvdr_pool_id;
Line: 1062

    select null
    from   ben_prtt_enrt_rslt_f a
    where  a.prtt_enrt_rslt_id = p_prtt_enrt_rslt_id
      and  a.prtt_enrt_rslt_stat_cd is null;
Line: 1143

    select null
    from   ben_per_in_ler a
    where  a.per_in_ler_id = p_per_in_ler_id
      and  a.per_in_ler_stat_cd not in ('BCKDT', 'VOIDD');
Line: 1223

    select null
    from   ben_pl_f a
    where  a.pl_id = p_must_enrl_anthr_pl_id;
Line: 1301

    select null
    from   ben_elig_per_elctbl_chc a
    where  a.elig_per_elctbl_chc_id = p_int_elig_per_elctbl_chc_id;
Line: 1379

    select null
    from   ben_yr_perd a
    where  a.yr_perd_id = p_yr_perd_id;
Line: 1632

    select null
    from   ff_formulas_f ff
           ,per_business_groups pbg
    where  ff.formula_id = p_enrt_cvg_strt_dt_rl
    and    ff.formula_type_id = -29
    and    pbg.business_group_id = p_business_group_id
    and    nvl(ff.business_group_id, p_business_group_id) =
               p_business_group_id
    and    nvl(ff.legislation_code, pbg.legislation_code) =
               pbg.legislation_code
    and    p_effective_date
           between ff.effective_start_date
           and     ff.effective_end_date;
Line: 1727

    select null
    from   ff_formulas_f ff
           ,per_business_groups pbg
    where  ff.formula_id = p_dpnt_cvg_strt_dt_rl
    and    ff.formula_type_id = -27
    and    pbg.business_group_id = p_business_group_id
    and    nvl(ff.business_group_id, p_business_group_id) =
               p_business_group_id
    and    nvl(ff.legislation_code, pbg.legislation_code) =
               pbg.legislation_code
    and    p_effective_date
           between ff.effective_start_date
           and     ff.effective_end_date;
Line: 1813

    select a.legislation_code
    from   per_business_groups a,
           ben_elig_per_elctbl_chc b
    where b.elig_per_elctbl_chc_id      = p_elig_per_elctbl_chc_id
    and   a.business_group_id = b.business_group_id;
Line: 1860

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

End insert_validate;
Line: 2135

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

End update_validate;
Line: 2411

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

End delete_validate;