DBA Data[Home] [Help]

APPS.BEN_EXT_EVALUATE_INCLUSION dependencies on BEN_OPT_F

Line 2599: (p_opt_id in ben_opt_f.opt_id%type,

2595: -----------------------------------------------------------------------------
2596: -- The following procedure evaluates plan id.
2597: --
2598: Procedure chk_enrt_opt_incl
2599: (p_opt_id in ben_opt_f.opt_id%type,
2600: p_excld_flag in varchar2)
2601: is
2602: --
2603: l_proc varchar2(72);

Line 3606: (p_opt_id in ben_opt_f.opt_id%type,

3602: -----------------------------------------------------------------------------
3603: -- The following procedure evaluates plan id.
3604: --
3605: Procedure chk_elct_opt_incl
3606: (p_opt_id in ben_opt_f.opt_id%type,
3607: p_excld_flag in varchar2)
3608: is
3609: --
3610: l_proc varchar2(72);

Line 6327: p_opt_id in ben_opt_f.opt_id%type default null,

6323: p_prtt_enrt_rslt_stat_cd in ben_prtt_enrt_rslt_f.prtt_enrt_rslt_stat_cd%type default null,
6324: p_enrt_mthd_cd in ben_prtt_enrt_rslt_f.enrt_mthd_cd%type default null,
6325: p_pgm_id in ben_prtt_enrt_rslt_f.pgm_id%type default null,
6326: p_pl_typ_id in ben_prtt_enrt_rslt_f.pl_typ_id%type default null,
6327: p_opt_id in ben_opt_f.opt_id%type default null,
6328: p_last_update_date in ben_prtt_enrt_rslt_f.last_update_date%type default null,
6329: p_ler_id in ben_per_in_ler.ler_id%type default null,
6330: p_ntfn_dt in ben_per_in_ler.ntfn_dt%type default null,
6331: p_lf_evt_ocrd_dt in ben_per_in_ler.lf_evt_ocrd_dt%type default null,

Line 6483: p_elct_opt_id in ben_opt_f.opt_id%type default null,

6479: p_elct_enrt_strt_dt in ben_elig_per_elctbl_chc.enrt_cvg_strt_dt%type default null,
6480: p_elct_yrprd_id in ben_elig_per_elctbl_chc.yr_perd_id%type default null,
6481: p_elct_pgm_id in ben_elig_per_elctbl_chc.pgm_id%type default null,
6482: p_elct_pl_typ_id in ben_elig_per_elctbl_chc.pl_typ_id%type default null,
6483: p_elct_opt_id in ben_opt_f.opt_id%type default null,
6484: p_elct_last_upd_dt in ben_elig_per_elctbl_chc.last_update_date%type default null,
6485: p_elct_per_in_ler_id in ben_per_in_ler.per_in_ler_id%type default null,
6486: p_elct_ler_id in ben_per_in_ler.ler_id%type default null,
6487: p_elct_per_in_ler_stat_cd in ben_per_in_ler.per_in_ler_stat_cd%type default null,