DBA Data[Home] [Help]

APPS.IRC_ASG_STATUS_API dependencies on HR_UTILITY

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

217: null;
218: end UPDATE_INTERVIEW;
219: --
220: begin
221: hr_utility.set_location('Entering:'|| l_proc, 10);
222: --
223: -- Issue a savepoint
224: --
225: savepoint create_irc_asg_status;

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

304: --
305: p_assignment_status_id := l_assignment_status_id;
306: p_object_version_number := l_object_version_number;
307: --
308: hr_utility.set_location(' Leaving:'||l_proc, 70);
309: exception
310: when hr_api.validate_enabled then
311: --
312: -- As the Validate_Enabled exception has been raised

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

323: -- when validation only mode is being used.)
324: --
325: p_assignment_status_id := null;
326: p_object_version_number := null;
327: hr_utility.set_location(' Leaving:'||l_proc, 80);
328: when others then
329: --
330: -- A validation or unexpected error has occured
331: --

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

334: --
335: p_assignment_status_id := null;
336: p_object_version_number := null;
337: --
338: hr_utility.set_location(' Leaving:'||l_proc, 90);
339: raise;
340: end create_irc_asg_status;
341: --
342: -- ----------------------------------------------------------------------------

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

358: l_object_version_number number := p_object_version_number;
359: l_status_change_date irc_assignment_statuses.status_change_date%type;
360: --
361: begin
362: hr_utility.set_location('Entering:'|| l_proc, 10);
363: --
364: -- Issue a savepoint
365: --
366: savepoint update_irc_asg_status;

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

431: -- Set all output arguments
432: --
433: p_object_version_number := l_object_version_number;
434: --
435: hr_utility.set_location(' Leaving:'||l_proc, 70);
436: --
437: exception
438: when hr_api.validate_enabled then
439: --

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

447: -- Only set output warning arguments
448: -- (Any key or derived arguments must be set to null
449: -- when validation only mode is being used.)
450: --
451: hr_utility.set_location(' Leaving:'||l_proc, 80);
452: when others then
453: --
454: -- A validation or unexpected error has occured
455: --

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

456: rollback to update_irc_asg_status;
457: -- Reset IN OUT parameters and set OUT paramters
458: p_object_version_number := l_object_version_number;
459: --
460: hr_utility.set_location(' Leaving:'||l_proc, 90);
461: raise;
462: end update_irc_asg_status;
463: --
464: -- ----------------------------------------------------------------------------

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

475: --
476: l_proc varchar2(72) := g_package||'delete_irc_asg_status';
477: --
478: begin
479: hr_utility.set_location('Entering:'|| l_proc, 10);
480: --
481: -- Issue a savepoint
482: --
483: savepoint delete_irc_asg_status;

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

528: end if;
529: --
530: -- Set all output arguments
531: --
532: hr_utility.set_location(' Leaving:'||l_proc, 70);
533: exception
534: when hr_api.validate_enabled then
535: --
536: -- As the Validate_Enabled exception has been raised

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

541: -- Only set output warning arguments
542: -- (Any key or derived arguments must be set to null
543: -- when validation only mode is being used.)
544: --
545: hr_utility.set_location(' Leaving:'||l_proc, 80);
546: when others then
547: --
548: -- A validation or unexpected error has occured
549: --

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

547: --
548: -- A validation or unexpected error has occured
549: --
550: rollback to delete_irc_asg_status;
551: hr_utility.set_location(' Leaving:'||l_proc, 90);
552: raise;
553: end delete_irc_asg_status;
554: --
555: end IRC_ASG_STATUS_API;