DBA Data[Home] [Help]

APPS.PER_TMPROFILE_PKG dependencies on HR_WPM_UTIL

Line 178: l_performance := hr_wpm_util.get_performance_for_9box(p_person_id,p_effective_date);

174: l_performance NUMBER(15);
175: l_potential NUMBER(15);
176: l_retention NUMBER(15);
177: BEGIN
178: l_performance := hr_wpm_util.get_performance_for_9box(p_person_id,p_effective_date);
179: l_potential := hr_wpm_util.get_potential_for_9box(p_person_id,p_effective_date);
180: l_retention := hr_wpm_util.get_retention_for_9box(p_person_id,p_effective_date);
181:
182: IF l_performance > 0 THEN

Line 179: l_potential := hr_wpm_util.get_potential_for_9box(p_person_id,p_effective_date);

175: l_potential NUMBER(15);
176: l_retention NUMBER(15);
177: BEGIN
178: l_performance := hr_wpm_util.get_performance_for_9box(p_person_id,p_effective_date);
179: l_potential := hr_wpm_util.get_potential_for_9box(p_person_id,p_effective_date);
180: l_retention := hr_wpm_util.get_retention_for_9box(p_person_id,p_effective_date);
181:
182: IF l_performance > 0 THEN
183: IF (p_type = 'POT' and l_potential >0) THEN

Line 180: l_retention := hr_wpm_util.get_retention_for_9box(p_person_id,p_effective_date);

176: l_retention NUMBER(15);
177: BEGIN
178: l_performance := hr_wpm_util.get_performance_for_9box(p_person_id,p_effective_date);
179: l_potential := hr_wpm_util.get_potential_for_9box(p_person_id,p_effective_date);
180: l_retention := hr_wpm_util.get_retention_for_9box(p_person_id,p_effective_date);
181:
182: IF l_performance > 0 THEN
183: IF (p_type = 'POT' and l_potential >0) THEN
184: l_value := ((l_potential-1)*3 + l_performance);