DBA Data[Home] [Help]

APPS.BEN_EXT_ELIG dependencies on BEN_OPT_F

Line 950: ben_opt_f opt,

946: from ben_per_in_ler pler,
947: ben_elig_per_elctbl_chc echc,
948: ben_pil_elctbl_chc_popl ppopl,
949: ben_enrt_bnft enb,
950: ben_opt_f opt,
951: ben_pl_f pl,
952: ben_plip_f plip,
953: ben_oipl_f oipl,
954: ben_pgm_f pgm,

Line 1175: from ben_opt_f opt

1171: opt.opt_attribute7 opt_flex_07,
1172: opt.opt_attribute8 opt_flex_08,
1173: opt.opt_attribute9 opt_flex_09,
1174: opt.opt_attribute10 opt_flex_10
1175: from ben_opt_f opt
1176: where opt.opt_id = p_opt_id
1177: and p_effective_date
1178: between opt.effective_start_date and opt.effective_end_date
1179: ;