DBA Data[Home] [Help]

APPS.GHR_FETCH_POSITION_HISTORY dependencies on HR_UTILITY

Line 97: hr_utility.set_location('Entering '|| l_proc, 10);

93: WHERE hrl.lookup_code = p_lookup_code
94: AND hrl.lookup_type = p_lookup_type;
95:
96: BEGIN
97: hr_utility.set_location('Entering '|| l_proc, 10);
98: /*GHR_HISTORY_FETCH.fetch_position (
99: p_position_id => p_position_id,
100: p_date_effective => p_session_date,
101: p_position_data => l_position_rec,

Line 197: hr_utility.set_location('Exiting '|| l_proc, 100);

193: OPEN c_lookup_meaning ('POSITION_STATUS', l_position_rec.status);
194: FETCH c_lookup_meaning INTO p_status_desc;
195: CLOSE c_lookup_meaning;
196:
197: hr_utility.set_location('Exiting '|| l_proc, 100);
198: END;
199: END GHR_FETCH_POSITION_HISTORY;