DBA Data[Home] [Help]

APPS.BEN_DISTRIBUTE_RATES dependencies on BEN_PL_F

Line 4740: from ben_pl_f pl

4736: pgm.effective_start_date and pgm.effective_end_date;
4737:
4738: cursor get_pl_acty_ref_cd (p_pl_id number) is
4739: select pl.nip_acty_ref_perd_cd
4740: from ben_pl_f pl
4741: where pl.pl_id = p_pl_id
4742: and p_effective_date between
4743: pl.effective_start_date and pl.effective_end_date;
4744: