DBA Data[Home] [Help]

APPS.BEN_EXT_CRIT_PRFL_API dependencies on HR_UTILITY

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

57: l_object_version_number ben_ext_crit_prfl.object_version_number%TYPE;
58: --
59: begin
60: --
61: hr_utility.set_location('Entering:'|| l_proc, 10);
62: --
63: -- Issue a savepoint if operating in validation only mode
64: --
65: savepoint create_EXT_CRIT_PRFL;

Line 67: hr_utility.set_location(l_proc, 20);

63: -- Issue a savepoint if operating in validation only mode
64: --
65: savepoint create_EXT_CRIT_PRFL;
66: --
67: hr_utility.set_location(l_proc, 20);
68: --
69: -- Process Logic
70: --
71: begin

Line 221: hr_utility.set_location(l_proc, 60);

217: -- End of API User Hook for the after hook of create_EXT_CRIT_PRFL
218: --
219: end;
220: --
221: hr_utility.set_location(l_proc, 60);
222: --
223: -- When in validation only mode raise the Validate_Enabled exception
224: --
225: if p_validate then

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

230: --
231: p_ext_crit_prfl_id := l_ext_crit_prfl_id;
232: p_object_version_number := l_object_version_number;
233: --
234: hr_utility.set_location(' Leaving:'||l_proc, 70);
235: --
236: exception
237: --
238: when hr_api.validate_enabled then

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

247: -- when validation only mode is being used.)
248: --
249: p_ext_crit_prfl_id := null;
250: p_object_version_number := null;
251: hr_utility.set_location(' Leaving:'||l_proc, 80);
252: --
253: when others then
254: --
255: -- A validation or unexpected error has occured

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

312: l_object_version_number ben_ext_crit_prfl.object_version_number%TYPE;
313: --
314: begin
315: --
316: hr_utility.set_location('Entering:'|| l_proc, 10);
317: --
318: -- Issue a savepoint if operating in validation only mode
319: --
320: savepoint update_EXT_CRIT_PRFL;

Line 322: hr_utility.set_location(l_proc, 20);

318: -- Issue a savepoint if operating in validation only mode
319: --
320: savepoint update_EXT_CRIT_PRFL;
321: --
322: hr_utility.set_location(l_proc, 20);
323: --
324: -- Process Logic
325: --
326: l_object_version_number := p_object_version_number;

Line 479: hr_utility.set_location(l_proc, 60);

475: -- End of API User Hook for the after hook of update_EXT_CRIT_PRFL
476: --
477: end;
478: --
479: hr_utility.set_location(l_proc, 60);
480: --
481: -- When in validation only mode raise the Validate_Enabled exception
482: --
483: if p_validate then

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

487: -- Set all output arguments
488: --
489: p_object_version_number := l_object_version_number;
490: --
491: hr_utility.set_location(' Leaving:'||l_proc, 70);
492: --
493: exception
494: --
495: when hr_api.validate_enabled then

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

502: -- Only set output warning arguments
503: -- (Any key or derived arguments must be set to null
504: -- when validation only mode is being used.)
505: --
506: hr_utility.set_location(' Leaving:'||l_proc, 80);
507: --
508: when others then
509: --
510: -- A validation or unexpected error has occured

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

532: l_object_version_number ben_ext_crit_prfl.object_version_number%TYPE;
533: --
534: begin
535: --
536: hr_utility.set_location('Entering:'|| l_proc, 10);
537: --
538: -- Issue a savepoint if operating in validation only mode
539: --
540: savepoint delete_EXT_CRIT_PRFL;

Line 542: hr_utility.set_location(l_proc, 20);

538: -- Issue a savepoint if operating in validation only mode
539: --
540: savepoint delete_EXT_CRIT_PRFL;
541: --
542: hr_utility.set_location(l_proc, 20);
543: --
544: -- Process Logic
545: --
546: l_object_version_number := p_object_version_number;

Line 598: hr_utility.set_location(l_proc, 60);

594: -- End of API User Hook for the after hook of delete_EXT_CRIT_PRFL
595: --
596: end;
597: --
598: hr_utility.set_location(l_proc, 60);
599: --
600: -- When in validation only mode raise the Validate_Enabled exception
601: --
602: if p_validate then

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

602: if p_validate then
603: raise hr_api.validate_enabled;
604: end if;
605: --
606: hr_utility.set_location(' Leaving:'||l_proc, 70);
607: --
608: exception
609: --
610: when hr_api.validate_enabled then

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

646: l_proc varchar2(72) := g_package||'lck';
647: --
648: begin
649: --
650: hr_utility.set_location('Entering:'|| l_proc, 10);
651: --
652: ben_xcr_shd.lck
653: (
654: p_ext_crit_prfl_id => p_ext_crit_prfl_id

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

654: p_ext_crit_prfl_id => p_ext_crit_prfl_id
655: ,p_object_version_number => p_object_version_number
656: );
657: --
658: hr_utility.set_location(' Leaving:'||l_proc, 70);
659: --
660: end lck;
661: --
662: end ben_EXT_CRIT_PRFL_api;