DBA Data[Home] [Help]

APPS.GHR_SIT_API dependencies on HR_UTILITY

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

85: --
86: --
87: --
88: begin
89: hr_utility.set_location('Entering:'|| l_proc, 5);
90: --
91: -- Issue a savepoint if operating in validation only mode.
92: --
93: savepoint ghr_create_sit;

Line 167: hr_utility.set_location(l_proc,25);

163: ,p_analysis_criteria_id => l_analysis_criteria_id
164: ,p_person_analysis_id => l_person_analysis_id
165: ,p_pea_object_version_number => l_pea_object_version_number
166: );
167: hr_utility.set_location(l_proc,25);
168: ghr_history_api.post_update_process;
169: --Set OUT parameters
170: --
171: --

Line 180: hr_utility.set_location(' Leaving:'||l_proc, 20);

176: p_analysis_criteria_id := l_analysis_criteria_id;
177: p_person_analysis_id := l_person_analysis_id;
178: p_pea_object_version_number := l_pea_object_version_number;
179:
180: hr_utility.set_location(' Leaving:'||l_proc, 20);
181: exception
182: when hr_api.validate_enabled then
183: --
184: -- As the Validate_Enabled exception has been raised

Line 205: hr_utility.set_location('Leaving:'|| l_proc, 54);

201: p_person_analysis_id := null;
202: p_pea_object_version_number := null;
203: raise;
204:
205: hr_utility.set_location('Leaving:'|| l_proc, 54);
206: end create_sit;
207: --
208: -- ----------------------------------------------------------------------------
209: -- |-----------------------------< update_sit >-------------------------------|

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

284: l_exists varchar2(2);
285: --
286: --
287: begin
288: hr_utility.set_location('Entering:'|| l_proc, 5);
289: --
290: -- Issue a savepoint if operating in validation only mode.
291: --
292: savepoint ghr_update_sit;

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

359: ,p_segment29 => p_segment29
360: ,p_segment30 => p_segment30
361: ,p_analysis_criteria_id => l_analysis_criteria_id
362: );
363: hr_utility.set_location(l_proc, 10);
364: --
365: ghr_history_api.post_update_process;
366: --
367: --

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

372: if p_validate then
373: raise hr_api.validate_enabled;
374: end if;
375: --
376: hr_utility.set_location(' Leaving:'||l_proc, 50);
377: exception
378: when hr_api.validate_enabled then
379: --
380: -- As the Validate_Enabled exception has been raised