DBA Data[Home] [Help]

APPS.BEN_PL_PRMRY_CARE_PRVDR_API dependencies on HR_UTILITY

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

66: l_object_version_number ben_pl_pcp.object_version_number%TYPE;
67: --
68: begin
69: --
70: hr_utility.set_location('Entering:'|| l_proc, 10);
71: --
72: -- Issue a savepoint if operating in validation only mode
73: --
74: savepoint create_pl_prmry_care_prvdr;

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

72: -- Issue a savepoint if operating in validation only mode
73: --
74: savepoint create_pl_prmry_care_prvdr;
75: --
76: hr_utility.set_location(l_proc, 20);
77: --
78: -- Process Logic
79: --
80: begin

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

253: -- End of API User Hook for the after hook of create_pl_prmry_care_prvdr
254: --
255: end;
256: --
257: hr_utility.set_location(l_proc, 60);
258: --
259: -- When in validation only mode raise the Validate_Enabled exception
260: --
261: if p_validate then

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

266: --
267: p_pl_pcp_id := l_pl_pcp_id;
268: p_object_version_number := l_object_version_number;
269: --
270: hr_utility.set_location(' Leaving:'||l_proc, 70);
271: --
272: exception
273: --
274: when hr_api.validate_enabled then

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

283: -- when validation only mode is being used.)
284: --
285: p_pl_pcp_id := null;
286: p_object_version_number := null;
287: hr_utility.set_location(' Leaving:'||l_proc, 80);
288: --
289: when others then
290: --
291: -- A validation or unexpected error has occured

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

292: --
293: ROLLBACK TO create_pl_prmry_care_prvdr;
294: p_pl_pcp_id := null;
295: p_object_version_number := null;
296: hr_utility.set_location(' Leaving:'||l_proc, 90);
297: raise;
298: --
299: end create_pl_prmry_care_prvdr;
300: -- ----------------------------------------------------------------------------

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

357: l_object_version_number ben_pl_pcp.object_version_number%TYPE;
358: --
359: begin
360: --
361: hr_utility.set_location('Entering:'|| l_proc, 10);
362: --
363: -- Issue a savepoint if operating in validation only mode
364: --
365: savepoint update_pl_prmry_care_prvdr;

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

363: -- Issue a savepoint if operating in validation only mode
364: --
365: savepoint update_pl_prmry_care_prvdr;
366: --
367: hr_utility.set_location(l_proc, 20);
368: --
369: -- Process Logic
370: --
371: l_object_version_number := p_object_version_number;

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

547: -- End of API User Hook for the after hook of update_pl_prmry_care_prvdr
548: --
549: end;
550: --
551: hr_utility.set_location(l_proc, 60);
552: --
553: -- When in validation only mode raise the Validate_Enabled exception
554: --
555: if p_validate then

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

559: -- Set all output arguments
560: --
561: p_object_version_number := l_object_version_number;
562: --
563: hr_utility.set_location(' Leaving:'||l_proc, 70);
564: --
565: exception
566: --
567: when hr_api.validate_enabled then

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

574: -- Only set output warning arguments
575: -- (Any key or derived arguments must be set to null
576: -- when validation only mode is being used.)
577: --
578: hr_utility.set_location(' Leaving:'||l_proc, 80);
579: --
580: when others then
581: --
582: -- A validation or unexpected error has occured

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

581: --
582: -- A validation or unexpected error has occured
583: --
584: ROLLBACK TO update_pl_prmry_care_prvdr;
585: hr_utility.set_location(' Leaving:'||l_proc, 90);
586: raise;
587: --
588: end update_pl_prmry_care_prvdr;
589: -- ----------------------------------------------------------------------------

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

603: l_object_version_number ben_pl_pcp.object_version_number%TYPE;
604: --
605: begin
606: --
607: hr_utility.set_location('Entering:'|| l_proc, 10);
608: --
609: -- Issue a savepoint if operating in validation only mode
610: --
611: savepoint delete_pl_prmry_care_prvdr;

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

609: -- Issue a savepoint if operating in validation only mode
610: --
611: savepoint delete_pl_prmry_care_prvdr;
612: --
613: hr_utility.set_location(l_proc, 20);
614: --
615: -- Process Logic
616: --
617: l_object_version_number := p_object_version_number;

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

684: -- End of API User Hook for the after hook of delete_pl_prmry_care_prvdr
685: --
686: end;
687: --
688: hr_utility.set_location(l_proc, 60);
689: --
690: -- When in validation only mode raise the Validate_Enabled exception
691: --
692: if p_validate then

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

692: if p_validate then
693: raise hr_api.validate_enabled;
694: end if;
695: --
696: hr_utility.set_location(' Leaving:'||l_proc, 70);
697: --
698: exception
699: --
700: when hr_api.validate_enabled then

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

713: --
714: -- A validation or unexpected error has occured
715: --
716: ROLLBACK TO delete_pl_prmry_care_prvdr;
717: hr_utility.set_location(' Leaving:'||l_proc, 90);
718: raise;
719: --
720: end delete_pl_prmry_care_prvdr;
721: --

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

735: l_proc varchar2(72) := g_package||'lck';
736: --
737: begin
738: --
739: hr_utility.set_location('Entering:'|| l_proc, 10);
740: --
741: ben_pcp_shd.lck
742: (
743: p_pl_pcp_id => p_pl_pcp_id

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

743: p_pl_pcp_id => p_pl_pcp_id
744: ,p_object_version_number => p_object_version_number
745: );
746: --
747: hr_utility.set_location(' Leaving:'||l_proc, 70);
748: --
749: end lck;
750: --
751: end ben_pl_prmry_care_prvdr_api;