DBA Data[Home] [Help]

APPS.PQH_CRITERIA_RATE_ELEMENTS_API dependencies on HR_UTILITY

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

27: l_criteria_rate_element_id PQH_CRITERIA_RATE_ELEMENTS.criteria_rate_element_id%TYPE;
28: l_object_version_number PQH_CRITERIA_RATE_ELEMENTS.object_version_number%TYPE;
29: l_proc varchar2(72) := g_package||'create_criteria_rate_element';
30: begin
31: hr_utility.set_location('Entering:'|| l_proc, 10);
32: --
33: -- Issue a savepoint
34: --
35: savepoint create_criteria_rate_element;

Line 151: hr_utility.set_location(' Leaving:'||l_proc, 70);

147: --
148: p_criteria_rate_element_id := l_criteria_rate_element_id;
149: p_object_version_number := l_object_version_number;
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 70);
152: exception
153: when hr_api.validate_enabled then
154: --
155: -- As the Validate_Enabled exception has been raised

Line 167: hr_utility.set_location(' Leaving:'||l_proc, 80);

163: --
164: p_criteria_rate_element_id := null;
165: p_object_version_number := null;
166:
167: hr_utility.set_location(' Leaving:'||l_proc, 80);
168: when others then
169: --
170: -- A validation or unexpected error has occured
171: --

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

176: --
177: p_criteria_rate_element_id := null;
178: p_object_version_number := null;
179:
180: hr_utility.set_location(' Leaving:'||l_proc, 90);
181: raise;
182: end create_criteria_rate_element;
183:
184:

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

205: l_effective_date date;
206: l_proc varchar2(72) := g_package||'update_criteria_rate_element';
207: l_object_version_number PQH_CRITERIA_RATE_ELEMENTS.object_version_number%TYPE;
208: begin
209: hr_utility.set_location('Entering:'|| l_proc, 10);
210: --
211: -- Issue a savepoint
212: --
213: savepoint update_criteria_rate_element;

Line 312: hr_utility.set_location(' Leaving:'||l_proc, 70);

308: -- Set all IN OUT and OUT parameters with out values
309: --
310: p_object_version_number := l_object_version_number;
311: --
312: hr_utility.set_location(' Leaving:'||l_proc, 70);
313: exception
314: when hr_api.validate_enabled then
315: --
316: -- As the Validate_Enabled exception has been raised

Line 326: hr_utility.set_location(' Leaving:'||l_proc, 80);

322: -- (Any key or derived arguments must be set to null
323: -- when validation only mode is being used.)
324: --
325: p_object_version_number := p_object_version_number;
326: hr_utility.set_location(' Leaving:'||l_proc, 80);
327: when others then
328: --
329: -- A validation or unexpected error has occured
330: --

Line 337: hr_utility.set_location(' Leaving:'||l_proc, 90);

333: -- Reset IN OUT parameters and set all
334: -- OUT parameters, including warnings, to null
335: --
336: p_object_version_number := p_object_version_number;
337: hr_utility.set_location(' Leaving:'||l_proc, 90);
338: raise;
339: end update_criteria_rate_element;
340:
341:

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

356:
357: l_effective_date date;
358: l_proc varchar2(72) := g_package||'delete_criteria_rate_element';
359: begin
360: hr_utility.set_location('Entering:'|| l_proc, 10);
361: --
362: -- Issue a savepoint
363: --
364: savepoint delete_criteria_rate_element;

Line 432: hr_utility.set_location(' Leaving:'||l_proc, 70);

428: --
429: -- Set all IN OUT and OUT parameters with out values
430: --
431: --
432: hr_utility.set_location(' Leaving:'||l_proc, 70);
433: exception
434: when hr_api.validate_enabled then
435: --
436: -- As the Validate_Enabled exception has been raised

Line 445: hr_utility.set_location(' Leaving:'||l_proc, 80);

441: -- Reset IN OUT parameters and set OUT parameters
442: -- (Any key or derived arguments must be set to null
443: -- when validation only mode is being used.)
444: --
445: hr_utility.set_location(' Leaving:'||l_proc, 80);
446: when others then
447: --
448: -- A validation or unexpected error has occured
449: --

Line 455: hr_utility.set_location(' Leaving:'||l_proc, 90);

451: --
452: -- Reset IN OUT parameters and set all
453: -- OUT parameters, including warnings, to null
454: --
455: hr_utility.set_location(' Leaving:'||l_proc, 90);
456: raise;
457: end delete_criteria_rate_element;
458: --
459: --