DBA Data[Home] [Help]

APPS.BEN_EXT_CHLG dependencies on BEN_OIPL_F

Line 3960: from ben_oipl_f cop,

3956:
3957: cursor c_option_name(p_oipl_id number)
3958: is
3959: select opt.name
3960: from ben_oipl_f cop,
3961: ben_opt_f opt
3962: where cop.oipl_id = p_oipl_id
3963: and p_effective_date between cop.effective_start_date and cop.effective_end_date
3964: and cop.opt_id = opt.opt_id

Line 4631: from ben_oipl_f cop,

4627: --
4628: cursor c_option_name(p_oipl_id number)
4629: is
4630: select opt.name
4631: from ben_oipl_f cop,
4632: ben_opt_f opt
4633: where cop.oipl_id = p_oipl_id
4634: and p_effective_date between cop.effective_start_date and cop.effective_end_date
4635: and cop.opt_id = opt.opt_id