DBA Data[Home] [Help]

APPS.BEN_EVALUATE_ELIG_PROFILES dependencies on BEN_ELIGY_PRFL_F

Line 9044: from ben_eligy_prfl_f tab3

9040: tab3.ELIG_ANTHR_PL_FLAG,
9041: tab3.elig_qua_in_gr_flag,
9042: tab3.elig_perf_rtng_flag,
9043: tab3.elig_crit_values_flag
9044: from ben_eligy_prfl_f tab3
9045: where tab3.eligy_prfl_id = p_eligy_prfl_id
9046: and tab3.stat_cd = 'A'
9047: and c_effective_date between tab3.effective_start_date
9048: and tab3.effective_end_date;