DBA Data[Home] [Help]

APPS.BEN_AUTOMATIC_ENROLLMENTS dependencies on BEN_PL_F

Line 28: from ben_pl_f pl

24: --
25: --- To validate the plan type , type id is compared # 2508745
26: cursor c_pl_typ is
27: select pl_typ_id
28: from ben_pl_f pl
29: where pl.pl_id = p_pl_id
30: and p_effective_date between
31: pl.effective_start_date and
32: pl.effective_end_date ;