DBA Data[Home] [Help]

APPS.BEN_DISTRIBUTE_RATES dependencies on BEN_PL_F

Line 4420: from ben_pl_f pl

4416: pgm.effective_start_date and pgm.effective_end_date;
4417:
4418: cursor get_pl_acty_ref_cd (p_pl_id number) is
4419: select pl.nip_acty_ref_perd_cd
4420: from ben_pl_f pl
4421: where pl.pl_id = p_pl_id
4422: and p_effective_date between
4423: pl.effective_start_date and pl.effective_end_date;
4424: