DBA Data[Home] [Help]

APPS.BEN_PIL_ELCTBL_CHC_POPL_API dependencies on HR_UTILITY

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

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

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

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

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

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

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

406: --
407: p_pil_elctbl_chc_popl_id := l_pil_elctbl_chc_popl_id;
408: p_object_version_number := l_object_version_number;
409: --
410: hr_utility.set_location(' Leaving:'||l_proc, 70);
411: --
412: exception
413: --
414: when hr_api.validate_enabled then

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

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

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

532: l_object_version_number ben_pil_elctbl_chc_popl.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 update_Pil_Elctbl_chc_Popl;

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

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

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

827: -- End of API User Hook for the after hook of update_Pil_Elctbl_chc_Popl
828: --
829: end;
830: --
831: hr_utility.set_location(l_proc, 60);
832: --
833: -- When in validation only mode raise the Validate_Enabled exception
834: --
835: if p_validate then

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

839: -- Set all output arguments
840: --
841: p_object_version_number := l_object_version_number;
842: --
843: hr_utility.set_location(' Leaving:'||l_proc, 70);
844: --
845: exception
846: --
847: when hr_api.validate_enabled then

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

854: -- Only set output warning arguments
855: -- (Any key or derived arguments must be set to null
856: -- when validation only mode is being used.)
857: --
858: hr_utility.set_location(' Leaving:'||l_proc, 80);
859: --
860: when others then
861: --
862: -- A validation or unexpected error has occured

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

884: l_object_version_number ben_pil_elctbl_chc_popl.object_version_number%TYPE;
885: --
886: begin
887: --
888: hr_utility.set_location('Entering:'|| l_proc, 10);
889: --
890: -- Issue a savepoint if operating in validation only mode
891: --
892: savepoint delete_Pil_Elctbl_chc_Popl;

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

890: -- Issue a savepoint if operating in validation only mode
891: --
892: savepoint delete_Pil_Elctbl_chc_Popl;
893: --
894: hr_utility.set_location(l_proc, 20);
895: --
896: -- Process Logic
897: --
898: l_object_version_number := p_object_version_number;

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

946: -- End of API User Hook for the after hook of delete_Pil_Elctbl_chc_Popl
947: --
948: end;
949: --
950: hr_utility.set_location(l_proc, 60);
951: --
952: -- When in validation only mode raise the Validate_Enabled exception
953: --
954: if p_validate then

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

954: if p_validate then
955: raise hr_api.validate_enabled;
956: end if;
957: --
958: hr_utility.set_location(' Leaving:'||l_proc, 70);
959: --
960: exception
961: --
962: when hr_api.validate_enabled then

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

998: l_proc varchar2(72) := g_package||'lck';
999: --
1000: begin
1001: --
1002: hr_utility.set_location('Entering:'|| l_proc, 10);
1003: --
1004: ben_pel_shd.lck
1005: (
1006: p_pil_elctbl_chc_popl_id => p_pil_elctbl_chc_popl_id

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

1006: p_pil_elctbl_chc_popl_id => p_pil_elctbl_chc_popl_id
1007: ,p_object_version_number => p_object_version_number
1008: );
1009: --
1010: hr_utility.set_location(' Leaving:'||l_proc, 70);
1011: --
1012: end lck;
1013: --
1014: end ben_Pil_Elctbl_chc_Popl_api;