DBA Data[Home] [Help]

APPS.BEN_EVALUATE_RATE_MATRIX dependencies on BEN_PL_F

Line 32: from ben_pl_f pln,

28: p_rate_tab out nocopy rate_tab) is
29:
30: cursor c_pl is
31: select distinct pln.pl_id
32: from ben_pl_f pln,
33: pqh_rate_matrix_nodes rmn
34: where p_effective_date between pln.effective_start_date
35: and pln.effective_end_date
36: and pln.business_group_id = p_business_group_id