DBA Data[Home] [Help]

APPS.BEN_EXT_CHLG dependencies on BEN_OIPL_F

Line 3864: from ben_oipl_f cop,

3860:
3861: cursor c_option_name(p_oipl_id number)
3862: is
3863: select opt.name
3864: from ben_oipl_f cop,
3865: ben_opt_f opt
3866: where cop.oipl_id = p_oipl_id
3867: and p_effective_date between cop.effective_start_date and cop.effective_end_date
3868: and cop.opt_id = opt.opt_id

Line 4535: from ben_oipl_f cop,

4531: --
4532: cursor c_option_name(p_oipl_id number)
4533: is
4534: select opt.name
4535: from ben_oipl_f cop,
4536: ben_opt_f opt
4537: where cop.oipl_id = p_oipl_id
4538: and p_effective_date between cop.effective_start_date and cop.effective_end_date
4539: and cop.opt_id = opt.opt_id