DBA Data[Home] [Help]

APPS.BEN_CNTNU_PRTN_CTFN_TYP_API dependencies on HR_UTILITY

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

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

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

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

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

237: -- End of API User Hook for the after hook of create_CNTNU_PRTN_CTFN_TYP
238: --
239: end;
240: --
241: hr_utility.set_location(l_proc, 60);
242: --
243: -- When in validation only mode raise the Validate_Enabled exception
244: --
245: if p_validate then

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

252: p_effective_start_date := l_effective_start_date;
253: p_effective_end_date := l_effective_end_date;
254: p_object_version_number := l_object_version_number;
255: --
256: hr_utility.set_location(' Leaving:'||l_proc, 70);
257: --
258: exception
259: --
260: when hr_api.validate_enabled then

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

271: p_cntnu_prtn_ctfn_typ_id := null;
272: p_effective_start_date := null;
273: p_effective_end_date := null;
274: p_object_version_number := null;
275: hr_utility.set_location(' Leaving:'||l_proc, 80);
276: --
277: when others then
278: --
279: -- A validation or unexpected error has occured

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

346: l_effective_end_date ben_cntnu_prtn_ctfn_typ_f.effective_end_date%TYPE;
347: --
348: begin
349: --
350: hr_utility.set_location('Entering:'|| l_proc, 10);
351: --
352: -- Issue a savepoint if operating in validation only mode
353: --
354: savepoint update_CNTNU_PRTN_CTFN_TYP;

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

352: -- Issue a savepoint if operating in validation only mode
353: --
354: savepoint update_CNTNU_PRTN_CTFN_TYP;
355: --
356: hr_utility.set_location(l_proc, 20);
357: --
358: -- Process Logic
359: --
360: l_object_version_number := p_object_version_number;

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

525: -- End of API User Hook for the after hook of update_CNTNU_PRTN_CTFN_TYP
526: --
527: end;
528: --
529: hr_utility.set_location(l_proc, 60);
530: --
531: -- When in validation only mode raise the Validate_Enabled exception
532: --
533: if p_validate then

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

539: p_object_version_number := l_object_version_number;
540: p_effective_start_date := l_effective_start_date;
541: p_effective_end_date := l_effective_end_date;
542: --
543: hr_utility.set_location(' Leaving:'||l_proc, 70);
544: --
545: exception
546: --
547: when hr_api.validate_enabled then

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

554: -- Only set output warning arguments
555: -- (Any key or derived arguments must be set to null
556: -- when validation only mode is being used.)
557: --
558: hr_utility.set_location(' Leaving:'||l_proc, 80);
559: --
560: when others then
561: --
562: -- A validation or unexpected error has occured

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

591: l_effective_end_date ben_cntnu_prtn_ctfn_typ_f.effective_end_date%TYPE;
592: --
593: begin
594: --
595: hr_utility.set_location('Entering:'|| l_proc, 10);
596: --
597: -- Issue a savepoint if operating in validation only mode
598: --
599: savepoint delete_CNTNU_PRTN_CTFN_TYP;

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

597: -- Issue a savepoint if operating in validation only mode
598: --
599: savepoint delete_CNTNU_PRTN_CTFN_TYP;
600: --
601: hr_utility.set_location(l_proc, 20);
602: --
603: -- Process Logic
604: --
605: l_object_version_number := p_object_version_number;

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

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

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

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

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

722: l_validation_end_date date;
723: --
724: begin
725: --
726: hr_utility.set_location('Entering:'|| l_proc, 10);
727: --
728: ben_cpc_shd.lck
729: (
730: p_cntnu_prtn_ctfn_typ_id => p_cntnu_prtn_ctfn_typ_id

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

734: ,p_effective_date => p_effective_date
735: ,p_datetrack_mode => p_datetrack_mode
736: );
737: --
738: hr_utility.set_location(' Leaving:'||l_proc, 70);
739: --
740: end lck;
741: --
742: end ben_CNTNU_PRTN_CTFN_TYP_api;