DBA Data[Home] [Help]

APPS.BEN_EVALUATE_ELIG_PROFILES dependencies on BEN_ELIGY_PRFL_F

Line 9063: from ben_eligy_prfl_f tab3

9059: tab3.ELIG_ANTHR_PL_FLAG,
9060: tab3.elig_qua_in_gr_flag,
9061: tab3.elig_perf_rtng_flag,
9062: tab3.elig_crit_values_flag
9063: from ben_eligy_prfl_f tab3
9064: where tab3.eligy_prfl_id = p_eligy_prfl_id
9065: and tab3.stat_cd = 'A'
9066: and c_effective_date between tab3.effective_start_date
9067: and tab3.effective_end_date;