DBA Data[Home] [Help]

APPS.BEN_BENEFITS_GROUP_API dependencies on HR_UTILITY

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

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

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

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

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

213: -- End of API User Hook for the after hook of create_Benefits_Group
214: --
215: end;
216: --
217: hr_utility.set_location(l_proc, 60);
218: --
219: -- When in validation only mode raise the Validate_Enabled exception
220: --
221: if p_validate then

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

226: --
227: p_benfts_grp_id := l_benfts_grp_id;
228: p_object_version_number := l_object_version_number;
229: --
230: hr_utility.set_location(' Leaving:'||l_proc, 70);
231: --
232: exception
233: --
234: when hr_api.validate_enabled then

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

243: -- when validation only mode is being used.)
244: --
245: p_benfts_grp_id := null;
246: p_object_version_number := null;
247: hr_utility.set_location(' Leaving:'||l_proc, 80);
248: --
249: when others then
250: --
251: -- A validation or unexpected error has occured

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

306: l_object_version_number ben_benfts_grp.object_version_number%TYPE;
307: --
308: begin
309: --
310: hr_utility.set_location('Entering:'|| l_proc, 10);
311: --
312: -- Issue a savepoint if operating in validation only mode
313: --
314: savepoint update_Benefits_Group;

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

312: -- Issue a savepoint if operating in validation only mode
313: --
314: savepoint update_Benefits_Group;
315: --
316: hr_utility.set_location(l_proc, 20);
317: --
318: -- Process Logic
319: --
320: l_object_version_number := p_object_version_number;

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

466: -- End of API User Hook for the after hook of update_Benefits_Group
467: --
468: end;
469: --
470: hr_utility.set_location(l_proc, 60);
471: --
472: -- When in validation only mode raise the Validate_Enabled exception
473: --
474: if p_validate then

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

478: -- Set all output arguments
479: --
480: p_object_version_number := l_object_version_number;
481: --
482: hr_utility.set_location(' Leaving:'||l_proc, 70);
483: --
484: exception
485: --
486: when hr_api.validate_enabled then

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

493: -- Only set output warning arguments
494: -- (Any key or derived arguments must be set to null
495: -- when validation only mode is being used.)
496: --
497: hr_utility.set_location(' Leaving:'||l_proc, 80);
498: --
499: when others then
500: --
501: -- A validation or unexpected error has occured

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

520: l_object_version_number ben_benfts_grp.object_version_number%TYPE;
521: --
522: begin
523: --
524: hr_utility.set_location('Entering:'|| l_proc, 10);
525: --
526: -- Issue a savepoint if operating in validation only mode
527: --
528: savepoint delete_Benefits_Group;

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

526: -- Issue a savepoint if operating in validation only mode
527: --
528: savepoint delete_Benefits_Group;
529: --
530: hr_utility.set_location(l_proc, 20);
531: --
532: -- Process Logic
533: --
534: l_object_version_number := p_object_version_number;

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

579: -- End of API User Hook for the after hook of delete_Benefits_Group
580: --
581: end;
582: --
583: hr_utility.set_location(l_proc, 60);
584: --
585: -- When in validation only mode raise the Validate_Enabled exception
586: --
587: if p_validate then

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

587: if p_validate then
588: raise hr_api.validate_enabled;
589: end if;
590: --
591: hr_utility.set_location(' Leaving:'||l_proc, 70);
592: --
593: exception
594: --
595: when hr_api.validate_enabled then

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

629: l_proc varchar2(72) := g_package||'lck';
630: --
631: begin
632: --
633: hr_utility.set_location('Entering:'|| l_proc, 10);
634: --
635: ben_bng_shd.lck
636: (
637: p_benfts_grp_id => p_benfts_grp_id

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

637: p_benfts_grp_id => p_benfts_grp_id
638: ,p_object_version_number => p_object_version_number
639: );
640: --
641: hr_utility.set_location(' Leaving:'||l_proc, 70);
642: --
643: end lck;
644: --
645: end ben_Benefits_Group_api;