DBA Data[Home] [Help]

APPS.GHR_POSITION_EXTRA_INFO_API dependencies on HR_UTILITY

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

83: FROM per_positions
84: WHERE position_id = p_position_id;
85:
86: begin
87: hr_utility.set_location('Entering:'|| l_proc, 5);
88: --
89: -- Issue a savepoint if operating in validation only mode.
90: --
91: savepoint ghr_create_position_extra_info;

Line 173: hr_utility.set_location(l_proc, 7);

169: p_object_version_number => l_object_version_number
170: );
171: --
172:
173: hr_utility.set_location(l_proc, 7);
174: --
175: ghr_history_api.post_update_process;
176:
177: -- When in validation only mode raise the Validate_Enabled exception

Line 187: hr_utility.set_location(' Leaving:'||l_proc, 11);

183: --
184: p_object_version_number := l_object_version_number;
185: p_position_extra_info_id := l_position_extra_info_id;
186:
187: hr_utility.set_location(' Leaving:'||l_proc, 11);
188: exception
189: when hr_api.validate_enabled then
190: --
191: -- As the Validate_Enabled exception has been raised

Line 203: hr_utility.set_location(' Leaving:'||l_proc, 12);

199: --
200: p_position_extra_info_id := null;
201: p_object_version_number := null;
202: --
203: hr_utility.set_location(' Leaving:'||l_proc, 12);
204: when others then
205: ROLLBACK TO ghr_create_position_extra_info;
206: --
207: -- Reset IN OUT parameters and set OUT parameters

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

288: AND poi.position_extra_info_id = p_position_extra_info_id;
289:
290: --
291: begin
292: hr_utility.set_location('Entering:'|| l_proc, 5);
293: --
294: -- Issue a savepoint if operating in validation only mode.
295: --
296: savepoint ghr_update_position_extra_info;

Line 377: hr_utility.set_location(l_proc, 7);

373: p_poei_information30 => p_poei_information30 ,
374: p_object_version_number => p_object_version_number
375: );
376: --
377: hr_utility.set_location(l_proc, 7);
378: --
379: ghr_history_api.post_update_process;
380:
381: --

Line 388: hr_utility.set_location(' Leaving:'||l_proc, 11);

384: raise hr_api.validate_enabled;
385: end if;
386:
387: --
388: hr_utility.set_location(' Leaving:'||l_proc, 11);
389: exception
390: when hr_api.validate_enabled then
391: --
392: -- As the Validate_Enabled exception has been raised

Line 403: hr_utility.set_location(' Leaving:'||l_proc, 12);

399: -- when validation only mode is being used.)
400: --
401: p_object_version_number := l_object_version_number;
402: --
403: hr_utility.set_location(' Leaving:'||l_proc, 12);
404: when others then
405: ROLLBACK TO ghr_update_position_extra_info;
406: --
407: -- Reset IN OUT parameters and set OUT parameters