DBA Data[Home] [Help]

APPS.HRI_OPL_BEN_ELIG_ENRL_EQ dependencies on BEN_PLIP_F

Line 41: FROM ben_plip_f

37: --
38: CURSOR c_plip
39: IS
40: SELECT plip_id
41: FROM ben_plip_f
42: WHERE pl_id = p_pl_id
43: AND pgm_id = p_pgm_id
44: AND p_effective_date BETWEEN effective_start_date
45: AND effective_end_date;