DBA Data[Home] [Help]

APPS.BEN_EFC_FUNCTIONS dependencies on BEN_PL_F

Line 851: from ben_pl_f pln

847: ,c_eff_date date
848: )
849: is
850: select pln.nip_pl_uom
851: from ben_pl_f pln
852: where pln.pl_id = c_pln_id
853: and c_eff_date
854: between pln.effective_start_date and pln.effective_end_date;
855: --