DBA Data[Home] [Help]

APPS.PQH_RATE_ELEMENT_RELATIONS_API dependencies on HR_UTILITY

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

29: l_rate_element_relation_id PQH_RATE_ELEMENT_RELATIONS.rate_element_relation_id%TYPE;
30: l_object_version_number PQH_RATE_ELEMENT_RELATIONS.object_version_number%TYPE;
31: l_proc varchar2(72) := g_package||'create_rate_element_relation';
32: begin
33: hr_utility.set_location('Entering:'|| l_proc, 10);
34: --
35: -- Issue a savepoint
36: --
37: savepoint create_rate_element_relation;

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

152: --
153: p_rate_element_relation_id := l_rate_element_relation_id;
154: p_object_version_number := l_object_version_number;
155: --
156: hr_utility.set_location(' Leaving:'||l_proc, 70);
157: exception
158: when hr_api.validate_enabled then
159: --
160: -- As the Validate_Enabled exception has been raised

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

168: --
169: p_rate_element_relation_id := null;
170: p_object_version_number := null;
171:
172: hr_utility.set_location(' Leaving:'||l_proc, 80);
173: when others then
174: --
175: -- A validation or unexpected error has occured
176: --

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

181: --
182: p_rate_element_relation_id := null;
183: p_object_version_number := null;
184:
185: hr_utility.set_location(' Leaving:'||l_proc, 90);
186: raise;
187: end create_rate_element_relation;
188:
189:

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

211: l_effective_date date;
212: l_proc varchar2(72) := g_package||'update_rate_element_relation';
213: l_object_version_number PQH_RATE_ELEMENT_RELATIONS.object_version_number%TYPE;
214: begin
215: hr_utility.set_location('Entering:'|| l_proc, 10);
216: --
217: -- Issue a savepoint
218: --
219: savepoint update_rate_element_relation;

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

321: -- Set all IN OUT and OUT parameters with out values
322: --
323: p_object_version_number := l_object_version_number;
324: --
325: hr_utility.set_location(' Leaving:'||l_proc, 70);
326: exception
327: when hr_api.validate_enabled then
328: --
329: -- As the Validate_Enabled exception has been raised

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

335: -- (Any key or derived arguments must be set to null
336: -- when validation only mode is being used.)
337: --
338: p_object_version_number := p_object_version_number;
339: hr_utility.set_location(' Leaving:'||l_proc, 80);
340: when others then
341: --
342: -- A validation or unexpected error has occured
343: --

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

346: -- Reset IN OUT parameters and set all
347: -- OUT parameters, including warnings, to null
348: --
349: p_object_version_number := p_object_version_number;
350: hr_utility.set_location(' Leaving:'||l_proc, 90);
351: raise;
352: end update_rate_element_relation;
353:
354:

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

369:
370: l_effective_date date;
371: l_proc varchar2(72) := g_package||'delete_rate_element_relation';
372: begin
373: hr_utility.set_location('Entering:'|| l_proc, 10);
374: --
375: -- Issue a savepoint
376: --
377: savepoint delete_rate_element_relation;

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

441: --
442: -- Set all IN OUT and OUT parameters with out values
443: --
444: --
445: hr_utility.set_location(' Leaving:'||l_proc, 70);
446: exception
447: when hr_api.validate_enabled then
448: --
449: -- As the Validate_Enabled exception has been raised

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

454: -- Reset IN OUT parameters and set OUT parameters
455: -- (Any key or derived arguments must be set to null
456: -- when validation only mode is being used.)
457: --
458: hr_utility.set_location(' Leaving:'||l_proc, 80);
459: when others then
460: --
461: -- A validation or unexpected error has occured
462: --

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

464: --
465: -- Reset IN OUT parameters and set all
466: -- OUT parameters, including warnings, to null
467: --
468: hr_utility.set_location(' Leaving:'||l_proc, 90);
469: raise;
470: end delete_rate_element_relation;
471: --
472: --