DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_PREFS_API dependencies on HR_UTILITY

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

61: l_object_version_number number;
62: l_effective_date date;
63: l_notification_preference_id number;
64: begin
65: hr_utility.set_location('Entering:'|| l_proc, 10);
66: --
67: -- Issue a savepoint
68: --
69: savepoint CREATE_NOTIFICATION_PREFS;

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

240: --
241: p_object_version_number := l_object_version_number;
242: p_notification_preference_id := l_notification_preference_id;
243: --
244: hr_utility.set_location(' Leaving:'||l_proc, 70);
245: exception
246: when hr_api.validate_enabled then
247: --
248: -- As the Validate_Enabled exception has been raised

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

255: -- when validation only mode is being used.)
256: --
257: p_object_version_number := null;
258: p_notification_preference_id := null;
259: hr_utility.set_location(' Leaving:'||l_proc, 80);
260: when others then
261: --
262: -- A validation or unexpected error has occured
263: --

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

263: --
264: p_object_version_number := null;
265: p_notification_preference_id := null;
266: rollback to CREATE_NOTIFICATION_PREFS;
267: hr_utility.set_location(' Leaving:'||l_proc, 90);
268: raise;
269: end CREATE_NOTIFICATION_PREFS;
270: --
271: -- ----------------------------------------------------------------------------

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

325: --
326: l_effective_date date;
327: l_p_object_version_number number := p_object_version_number;
328: begin
329: hr_utility.set_location('Entering:'|| l_proc, 10);
330: --
331: -- Issue a savepoint
332: --
333: savepoint UPDATE_NOTIFICATION_PREFS;

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

511: -- Set all output arguments
512: --
513: --
514: p_object_version_number := l_p_object_version_number;
515: hr_utility.set_location(' Leaving:'||l_proc, 70);
516: exception
517: when hr_api.validate_enabled then
518: --
519: -- As the Validate_Enabled exception has been raised

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

527: -- Only set output warning arguments
528: -- (Any key or derived arguments must be set to null
529: -- when validation only mode is being used.)
530: --
531: hr_utility.set_location(' Leaving:'||l_proc, 80);
532: when others then
533: --
534: -- A validation or unexpected error has occured
535: --

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

537: --
538: -- Reset IN OUT parameters and set OUT parameters
539: p_object_version_number := l_p_object_version_number;
540: --
541: hr_utility.set_location(' Leaving:'||l_proc, 90);
542: raise;
543: end UPDATE_NOTIFICATION_PREFS;
544: --
545: -- ----------------------------------------------------------------------------

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

556: --
557: l_proc varchar2(72) := g_package||'DELETE_NOTIFICATION_PREFS';
558: --
559: begin
560: hr_utility.set_location('Entering:'|| l_proc, 10);
561: --
562: -- Issue a savepoint
563: --
564: savepoint DELETE_NOTIFICATION_PREFS;

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

614: --
615: -- Set all output arguments
616: --
617: --
618: hr_utility.set_location(' Leaving:'||l_proc, 70);
619: exception
620: when hr_api.validate_enabled then
621: --
622: -- As the Validate_Enabled exception has been raised

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

628: -- (Any key or derived arguments must be set to null
629: -- when validation only mode is being used.)
630: --
631: --
632: hr_utility.set_location(' Leaving:'||l_proc, 80);
633: when others then
634: --
635: -- A validation or unexpected error has occured
636: --

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

634: --
635: -- A validation or unexpected error has occured
636: --
637: rollback to DELETE_NOTIFICATION_PREFS;
638: hr_utility.set_location(' Leaving:'||l_proc, 90);
639: raise;
640: end DELETE_NOTIFICATION_PREFS;
641: --
642: end IRC_NOTIFICATION_PREFS_API;