DBA Data[Home] [Help]

APPS.BEN_PIL_ELCTBL_CHC_POPL_API dependencies on HR_UTILITY

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

100: l_object_version_number ben_pil_elctbl_chc_popl.object_version_number%TYPE;
101: --
102: begin
103: --
104: hr_utility.set_location('Entering:'|| l_proc, 10);
105: --
106: -- Issue a savepoint if operating in validation only mode
107: --
108: savepoint create_Pil_Elctbl_chc_Popl;

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

106: -- Issue a savepoint if operating in validation only mode
107: --
108: savepoint create_Pil_Elctbl_chc_Popl;
109: --
110: hr_utility.set_location(l_proc, 20);
111: --
112: -- Process Logic
113: --
114: begin

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

389: -- End of API User Hook for the after hook of create_Pil_Elctbl_chc_Popl
390: --
391: end;
392: --
393: hr_utility.set_location(l_proc, 60);
394: --
395: -- When in validation only mode raise the Validate_Enabled exception
396: --
397: if p_validate then

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

402: --
403: p_pil_elctbl_chc_popl_id := l_pil_elctbl_chc_popl_id;
404: p_object_version_number := l_object_version_number;
405: --
406: hr_utility.set_location(' Leaving:'||l_proc, 70);
407: --
408: exception
409: --
410: when hr_api.validate_enabled then

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

419: -- when validation only mode is being used.)
420: --
421: p_pil_elctbl_chc_popl_id := null;
422: p_object_version_number := null;
423: hr_utility.set_location(' Leaving:'||l_proc, 80);
424: --
425: when others then
426: --
427: -- A validation or unexpected error has occured

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

527: l_object_version_number ben_pil_elctbl_chc_popl.object_version_number%TYPE;
528: --
529: begin
530: --
531: hr_utility.set_location('Entering:'|| l_proc, 10);
532: --
533: -- Issue a savepoint if operating in validation only mode
534: --
535: savepoint update_Pil_Elctbl_chc_Popl;

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

533: -- Issue a savepoint if operating in validation only mode
534: --
535: savepoint update_Pil_Elctbl_chc_Popl;
536: --
537: hr_utility.set_location(l_proc, 20);
538: --
539: -- Process Logic
540: --
541: l_object_version_number := p_object_version_number;

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

819: -- End of API User Hook for the after hook of update_Pil_Elctbl_chc_Popl
820: --
821: end;
822: --
823: hr_utility.set_location(l_proc, 60);
824: --
825: -- When in validation only mode raise the Validate_Enabled exception
826: --
827: if p_validate then

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

831: -- Set all output arguments
832: --
833: p_object_version_number := l_object_version_number;
834: --
835: hr_utility.set_location(' Leaving:'||l_proc, 70);
836: --
837: exception
838: --
839: when hr_api.validate_enabled then

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

846: -- Only set output warning arguments
847: -- (Any key or derived arguments must be set to null
848: -- when validation only mode is being used.)
849: --
850: hr_utility.set_location(' Leaving:'||l_proc, 80);
851: --
852: when others then
853: --
854: -- A validation or unexpected error has occured

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

876: l_object_version_number ben_pil_elctbl_chc_popl.object_version_number%TYPE;
877: --
878: begin
879: --
880: hr_utility.set_location('Entering:'|| l_proc, 10);
881: --
882: -- Issue a savepoint if operating in validation only mode
883: --
884: savepoint delete_Pil_Elctbl_chc_Popl;

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

882: -- Issue a savepoint if operating in validation only mode
883: --
884: savepoint delete_Pil_Elctbl_chc_Popl;
885: --
886: hr_utility.set_location(l_proc, 20);
887: --
888: -- Process Logic
889: --
890: l_object_version_number := p_object_version_number;

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

938: -- End of API User Hook for the after hook of delete_Pil_Elctbl_chc_Popl
939: --
940: end;
941: --
942: hr_utility.set_location(l_proc, 60);
943: --
944: -- When in validation only mode raise the Validate_Enabled exception
945: --
946: if p_validate then

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

946: if p_validate then
947: raise hr_api.validate_enabled;
948: end if;
949: --
950: hr_utility.set_location(' Leaving:'||l_proc, 70);
951: --
952: exception
953: --
954: when hr_api.validate_enabled then

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

990: l_proc varchar2(72) := g_package||'lck';
991: --
992: begin
993: --
994: hr_utility.set_location('Entering:'|| l_proc, 10);
995: --
996: ben_pel_shd.lck
997: (
998: p_pil_elctbl_chc_popl_id => p_pil_elctbl_chc_popl_id

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

998: p_pil_elctbl_chc_popl_id => p_pil_elctbl_chc_popl_id
999: ,p_object_version_number => p_object_version_number
1000: );
1001: --
1002: hr_utility.set_location(' Leaving:'||l_proc, 70);
1003: --
1004: end lck;
1005: --
1006: end ben_Pil_Elctbl_chc_Popl_api;