DBA Data[Home] [Help]

APPS.BEN_PLAN_BENEFICIARY_CTFN_API dependencies on HR_UTILITY

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

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

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

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

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

249: -- End of API User Hook for the after hook of create_Plan_Beneficiary_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 268: hr_utility.set_location(' Leaving:'||l_proc, 70);

264: p_effective_start_date := l_effective_start_date;
265: p_effective_end_date := l_effective_end_date;
266: p_object_version_number := l_object_version_number;
267: --
268: hr_utility.set_location(' Leaving:'||l_proc, 70);
269: --
270: exception
271: --
272: when hr_api.validate_enabled then

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

283: p_pl_bnf_ctfn_id := null;
284: p_effective_start_date := null;
285: p_effective_end_date := 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 300: hr_utility.set_location(' Leaving:'||l_proc, 80);

296: p_pl_bnf_ctfn_id := null;
297: p_effective_start_date := null;
298: p_effective_end_date := null;
299: p_object_version_number := null;
300: hr_utility.set_location(' Leaving:'||l_proc, 80);
301: --
302: --
303: end create_Plan_Beneficiary_Ctfn;
304: -- ----------------------------------------------------------------------------

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

363: l_effective_end_date ben_pl_bnf_ctfn_f.effective_end_date%TYPE;
364: --
365: begin
366: --
367: hr_utility.set_location('Entering:'|| l_proc, 10);
368: --
369: -- Issue a savepoint if operating in validation only mode
370: --
371: savepoint update_Plan_Beneficiary_Ctfn;

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

369: -- Issue a savepoint if operating in validation only mode
370: --
371: savepoint update_Plan_Beneficiary_Ctfn;
372: --
373: hr_utility.set_location(l_proc, 20);
374: --
375: -- Process Logic
376: --
377: l_object_version_number := p_object_version_number;

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

551: -- End of API User Hook for the after hook of update_Plan_Beneficiary_Ctfn
552: --
553: end;
554: --
555: hr_utility.set_location(l_proc, 60);
556: --
557: -- When in validation only mode raise the Validate_Enabled exception
558: --
559: if p_validate then

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

565: p_object_version_number := l_object_version_number;
566: p_effective_start_date := l_effective_start_date;
567: p_effective_end_date := l_effective_end_date;
568: --
569: hr_utility.set_location(' Leaving:'||l_proc, 70);
570: --
571: exception
572: --
573: when hr_api.validate_enabled then

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

580: -- Only set output warning arguments
581: -- (Any key or derived arguments must be set to null
582: -- when validation only mode is being used.)
583: --
584: hr_utility.set_location(' Leaving:'||l_proc, 80);
585: --
586: when others then
587: --
588: -- A validation or unexpected error has occured

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

592: --
593: p_effective_start_date := null;
594: p_effective_end_date := null;
595: p_object_version_number := l_object_version_number;
596: hr_utility.set_location(' Leaving:'||l_proc, 80);
597: --
598: --
599: end update_Plan_Beneficiary_Ctfn;
600: -- ----------------------------------------------------------------------------

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

619: l_effective_end_date ben_pl_bnf_ctfn_f.effective_end_date%TYPE;
620: --
621: begin
622: --
623: hr_utility.set_location('Entering:'|| l_proc, 10);
624: --
625: -- Issue a savepoint if operating in validation only mode
626: --
627: savepoint delete_Plan_Beneficiary_Ctfn;

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

625: -- Issue a savepoint if operating in validation only mode
626: --
627: savepoint delete_Plan_Beneficiary_Ctfn;
628: --
629: hr_utility.set_location(l_proc, 20);
630: --
631: -- Process Logic
632: --
633: l_object_version_number := p_object_version_number;

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

688: -- End of API User Hook for the after hook of delete_Plan_Beneficiary_Ctfn
689: --
690: end;
691: --
692: hr_utility.set_location(l_proc, 60);
693: --
694: -- When in validation only mode raise the Validate_Enabled exception
695: --
696: if p_validate then

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

696: if p_validate then
697: raise hr_api.validate_enabled;
698: end if;
699: --
700: hr_utility.set_location(' Leaving:'||l_proc, 70);
701: --
702: exception
703: --
704: when hr_api.validate_enabled then

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

723: --
724: p_effective_start_date := null;
725: p_effective_end_date := null;
726: p_object_version_number := l_object_version_number;
727: hr_utility.set_location(' Leaving:'||l_proc, 80);
728: --
729: raise;
730: --
731: end delete_Plan_Beneficiary_Ctfn;

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

752: l_validation_end_date date;
753: --
754: begin
755: --
756: hr_utility.set_location('Entering:'|| l_proc, 10);
757: --
758: ben_pcx_shd.lck
759: (
760: p_pl_bnf_ctfn_id => p_pl_bnf_ctfn_id

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

764: ,p_effective_date => p_effective_date
765: ,p_datetrack_mode => p_datetrack_mode
766: );
767: --
768: hr_utility.set_location(' Leaving:'||l_proc, 70);
769: --
770: end lck;
771: --
772: end ben_Plan_Beneficiary_Ctfn_api;