DBA Data[Home] [Help]

APPS.BEN_ELTBL_CHC_CTFN_API dependencies on HR_UTILITY

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

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

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

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

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

249: -- End of API User Hook for the after hook of create_ELTBL_CHC_CTFN
250: --
251: end;
252: --
253: hr_utility.set_location(l_proc, 60);
254: --
255: -- When in validation only mode raise the Validate_Enabled exception
256: --
257: if p_validate then

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

262: --
263: p_elctbl_chc_ctfn_id := l_elctbl_chc_ctfn_id;
264: p_object_version_number := l_object_version_number;
265: --
266: hr_utility.set_location(' Leaving:'||l_proc, 70);
267: --
268: exception
269: --
270: when hr_api.validate_enabled then

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

279: -- when validation only mode is being used.)
280: --
281: p_elctbl_chc_ctfn_id := null;
282: p_object_version_number := null;
283: hr_utility.set_location(' Leaving:'||l_proc, 80);
284: --
285: when others then
286: --
287: -- A validation or unexpected error has occured

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

288: --
289: ROLLBACK TO create_ELTBL_CHC_CTFN;
290: p_elctbl_chc_ctfn_id := null;
291: p_object_version_number := null;
292: hr_utility.set_location(' Leaving:'||l_proc, 90);
293: raise;
294: --
295: end create_ELTBL_CHC_CTFN;
296: -- ----------------------------------------------------------------------------

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

352: l_object_version_number ben_elctbl_chc_ctfn.object_version_number%TYPE;
353: --
354: begin
355: --
356: hr_utility.set_location('Entering:'|| l_proc, 10);
357: --
358: -- Issue a savepoint if operating in validation only mode
359: --
360: savepoint update_ELTBL_CHC_CTFN;

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

358: -- Issue a savepoint if operating in validation only mode
359: --
360: savepoint update_ELTBL_CHC_CTFN;
361: --
362: hr_utility.set_location(l_proc, 20);
363: --
364: -- Process Logic
365: --
366: l_object_version_number := p_object_version_number;

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

539: -- End of API User Hook for the after hook of update_ELTBL_CHC_CTFN
540: --
541: end;
542: --
543: hr_utility.set_location(l_proc, 60);
544: --
545: -- When in validation only mode raise the Validate_Enabled exception
546: --
547: if p_validate then

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

551: -- Set all output arguments
552: --
553: p_object_version_number := l_object_version_number;
554: --
555: hr_utility.set_location(' Leaving:'||l_proc, 70);
556: --
557: exception
558: --
559: when hr_api.validate_enabled then

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

566: -- Only set output warning arguments
567: -- (Any key or derived arguments must be set to null
568: -- when validation only mode is being used.)
569: --
570: hr_utility.set_location(' Leaving:'||l_proc, 80);
571: --
572: when others then
573: --
574: -- A validation or unexpected error has occured

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

573: --
574: -- A validation or unexpected error has occured
575: --
576: ROLLBACK TO update_ELTBL_CHC_CTFN;
577: hr_utility.set_location(' Leaving:'||l_proc, 90);
578: raise;
579: --
580: end update_ELTBL_CHC_CTFN;
581: -- ----------------------------------------------------------------------------

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

595: l_object_version_number ben_elctbl_chc_ctfn.object_version_number%TYPE;
596: --
597: begin
598: --
599: hr_utility.set_location('Entering:'|| l_proc, 10);
600: --
601: -- Issue a savepoint if operating in validation only mode
602: --
603: savepoint delete_ELTBL_CHC_CTFN;

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

601: -- Issue a savepoint if operating in validation only mode
602: --
603: savepoint delete_ELTBL_CHC_CTFN;
604: --
605: hr_utility.set_location(l_proc, 20);
606: --
607: -- Process Logic
608: --
609: l_object_version_number := p_object_version_number;

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

657: -- End of API User Hook for the after hook of delete_ELTBL_CHC_CTFN
658: --
659: end;
660: --
661: hr_utility.set_location(l_proc, 60);
662: --
663: -- When in validation only mode raise the Validate_Enabled exception
664: --
665: if p_validate then

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

665: if p_validate then
666: raise hr_api.validate_enabled;
667: end if;
668: --
669: hr_utility.set_location(' Leaving:'||l_proc, 70);
670: --
671: exception
672: --
673: when hr_api.validate_enabled then

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

707: l_proc varchar2(72) := g_package||'lck';
708: --
709: begin
710: --
711: hr_utility.set_location('Entering:'|| l_proc, 10);
712: --
713: ben_ecc_shd.lck
714: (
715: p_elctbl_chc_ctfn_id => p_elctbl_chc_ctfn_id

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

715: p_elctbl_chc_ctfn_id => p_elctbl_chc_ctfn_id
716: ,p_object_version_number => p_object_version_number
717: );
718: --
719: hr_utility.set_location(' Leaving:'||l_proc, 70);
720: --
721: end lck;
722: --
723: end ben_ELTBL_CHC_CTFN_api;