DBA Data[Home] [Help]

APPS.BEN_PREM_PL_OIPL_MONTHLY dependencies on BEN_PLIP_F

Line 42: from ben_plip_f plip

38: and pl.effective_end_date;
39:
40: cursor c_plip (p_pl_id number)is
41: select plip.pgm_id
42: from ben_plip_f plip
43: where plip.pgm_id = p_pgm_id
44: and plip.pl_id = p_pl_id
45: and p_effective_date
46: between plip.effective_start_date