DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_OIPL_F

Line 6322: from ben_oipl_f cop

6318: ) return varchar2 is
6319:
6320: cursor c_oipl is
6321: select opt_id,pl_id
6322: from ben_oipl_f cop
6323: where cop.oipl_id = p_oipl_id
6324: and p_effective_date between cop.effective_start_date
6325: and cop.effective_end_date;
6326:

Line 7301: from ben_oipl_f cop

7297: and pon.effective_end_date;
7298:
7299: cursor c_oipl is
7300: select pl_id
7301: from ben_oipl_f cop
7302: where cop.oipl_id = p_oipl_id
7303: and p_effective_date between cop.effective_start_date
7304: and cop.effective_end_date;
7305: