DBA Data[Home] [Help]

APPS.BEN_CARRY_FORWARD_ITEMS dependencies on BEN_PL_F

Line 338: from ben_pl_f pl

334: l_opt_id number ;
335: --
336: cursor c_pl_typ is
337: select pl_typ_id
338: from ben_pl_f pl
339: where pl.pl_id = p_pl_id
340: and p_effective_date between
341: pl.effective_start_date and
342: pl.effective_end_date ;