DBA Data[Home] [Help]

APPS.GHR_POSITION_API dependencies on HR_UTILITY

Line 96: hr_utility.set_location('Entering:'|| l_proc, 5);

92: l_name per_positions.name%type;
93: l_position_definition_id per_positions.position_definition_id%type;
94: --
95: begin
96: hr_utility.set_location('Entering:'|| l_proc, 5);
97: --
98: -- Issue a savepoint if operating in validation only mode.
99: --
100: savepoint ghr_create_position;

Line 102: hr_utility.set_location(l_proc, 10);

98: -- Issue a savepoint if operating in validation only mode.
99: --
100: savepoint ghr_create_position;
101: --
102: hr_utility.set_location(l_proc, 10);
103: --
104:
105: ghr_Session.set_session_var_for_core
106: (p_effective_date => p_date_effective

Line 185: hr_utility.set_location(l_proc, 20);

181: ,p_position_definition_id => l_position_definition_id
182: ,p_name => l_name
183: );
184:
185: hr_utility.set_location(l_proc, 20);
186: --
187: ghr_history_api.post_update_process;
188:
189: -- When in validation only mode raise the Validate_Enabled exception

Line 197: hr_utility.set_location(' Leaving:'||l_proc, 50);

193: end if;
194: p_position_definition_id := l_position_definition_id;
195: p_name := l_name;
196: --
197: hr_utility.set_location(' Leaving:'||l_proc, 50);
198: exception
199: when hr_api.validate_enabled then
200: --
201: -- As the Validate_Enabled exception has been raised

Line 309: hr_utility.set_location('Entering:'|| l_proc, 5);

305: l_object_version_number per_positions.object_version_number%type;
306: l_proc varchar2(72) := g_package||'update_position';
307: --
308: begin
309: hr_utility.set_location('Entering:'|| l_proc, 5);
310: --
311: -- Issue a savepoint if operating in validation only mode.
312: --
313: savepoint ghr_update_position;

Line 315: hr_utility.set_location(l_proc, 10);

311: -- Issue a savepoint if operating in validation only mode.
312: --
313: savepoint ghr_update_position;
314: --
315: hr_utility.set_location(l_proc, 10);
316: --
317:
318: ghr_Session.set_session_var_for_core
319: (p_effective_date => p_date_effective

Line 397: hr_utility.set_location(l_proc, 20);

393: ,p_name => l_name
394: ,p_valid_grades_changed_warning => p_valid_grades_changed_warning
395: );
396:
397: hr_utility.set_location(l_proc, 20);
398: --
399: ghr_history_api.post_update_process;
400:
401: -- When in validation only mode raise the Validate_Enabled exception

Line 410: hr_utility.set_location(' Leaving:'||l_proc, 50);

406: p_object_version_number := l_object_version_number;
407: p_position_definition_id := l_position_definition_id;
408: p_name := l_name;
409: --
410: hr_utility.set_location(' Leaving:'||l_proc, 50);
411: exception
412: when hr_api.validate_enabled then
413: --
414: -- As the Validate_Enabled exception has been raised