DBA Data[Home] [Help]

APPS.BEN_GOOD_SVC_TYPE_API dependencies on HR_UTILITY

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

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

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

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

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

221: -- End of API User Hook for the after hook of create_GOOD_SVC_TYPE
222: --
223: end;
224: --
225: hr_utility.set_location(l_proc, 60);
226: --
227: -- When in validation only mode raise the Validate_Enabled exception
228: --
229: if p_validate then

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

234: --
235: p_gd_or_svc_typ_id := l_gd_or_svc_typ_id;
236: p_object_version_number := l_object_version_number;
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 70);
239: --
240: exception
241: --
242: when hr_api.validate_enabled then

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

251: -- when validation only mode is being used.)
252: --
253: p_gd_or_svc_typ_id := null;
254: p_object_version_number := null;
255: hr_utility.set_location(' Leaving:'||l_proc, 80);
256: --
257: when others then
258: --
259: -- A validation or unexpected error has occured

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

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

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

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

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

480: -- End of API User Hook for the after hook of update_GOOD_SVC_TYPE
481: --
482: end;
483: --
484: hr_utility.set_location(l_proc, 60);
485: --
486: -- When in validation only mode raise the Validate_Enabled exception
487: --
488: if p_validate then

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

492: -- Set all output arguments
493: --
494: p_object_version_number := l_object_version_number;
495: --
496: hr_utility.set_location(' Leaving:'||l_proc, 70);
497: --
498: exception
499: --
500: when hr_api.validate_enabled then

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

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

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

536: l_object_version_number ben_gd_or_svc_typ.object_version_number%TYPE;
537: --
538: begin
539: --
540: hr_utility.set_location('Entering:'|| l_proc, 10);
541: --
542: -- Issue a savepoint if operating in validation only mode
543: --
544: savepoint delete_GOOD_SVC_TYPE;

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

542: -- Issue a savepoint if operating in validation only mode
543: --
544: savepoint delete_GOOD_SVC_TYPE;
545: --
546: hr_utility.set_location(l_proc, 20);
547: --
548: -- Process Logic
549: --
550: l_object_version_number := p_object_version_number;

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

598: -- End of API User Hook for the after hook of delete_GOOD_SVC_TYPE
599: --
600: end;
601: --
602: hr_utility.set_location(l_proc, 60);
603: --
604: -- When in validation only mode raise the Validate_Enabled exception
605: --
606: if p_validate then

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

606: if p_validate then
607: raise hr_api.validate_enabled;
608: end if;
609: --
610: hr_utility.set_location(' Leaving:'||l_proc, 70);
611: --
612: exception
613: --
614: when hr_api.validate_enabled then

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

650: l_proc varchar2(72) := g_package||'lck';
651: --
652: begin
653: --
654: hr_utility.set_location('Entering:'|| l_proc, 10);
655: --
656: ben_gos_shd.lck
657: (
658: p_gd_or_svc_typ_id => p_gd_or_svc_typ_id

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

658: p_gd_or_svc_typ_id => p_gd_or_svc_typ_id
659: ,p_object_version_number => p_object_version_number
660: );
661: --
662: hr_utility.set_location(' Leaving:'||l_proc, 70);
663: --
664: end lck;
665: --
666: end ben_GOOD_SVC_TYPE_api;