DBA Data[Home] [Help]

APPS.BEN_PLAN_REGULATORY_BODY_API dependencies on HR_UTILITY

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

65: l_object_version_number ben_pl_regy_bod_f.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: if p_validate then

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

73: if p_validate then
74: savepoint create_Plan_Regulatory_body;
75: end if;
76: --
77: hr_utility.set_location(l_proc, 20);
78: --
79: -- Process Logic
80: --
81: begin

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

243: -- End of API User Hook for the after hook of create_Plan_Regulatory_body
244: --
245: end;
246: --
247: hr_utility.set_location(l_proc, 60);
248: --
249: -- When in validation only mode raise the Validate_Enabled exception
250: --
251: if p_validate then

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

258: p_effective_start_date := l_effective_start_date;
259: p_effective_end_date := l_effective_end_date;
260: p_object_version_number := l_object_version_number;
261: --
262: hr_utility.set_location(' Leaving:'||l_proc, 70);
263: --
264: exception
265: --
266: when hr_api.validate_enabled then

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

277: p_pl_regy_bod_id := null;
278: p_effective_start_date := null;
279: p_effective_end_date := null;
280: p_object_version_number := null;
281: hr_utility.set_location(' Leaving:'||l_proc, 80);
282: --
283: end create_Plan_Regulatory_body;
284: -- ----------------------------------------------------------------------------
285: -- |------------------------< update_Plan_Regulatory_body >--- ------------------|

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

341: l_effective_end_date ben_pl_regy_bod_f.effective_end_date%TYPE;
342: --
343: begin
344: --
345: hr_utility.set_location('Entering:'|| l_proc, 10);
346: --
347: -- Issue a savepoint if operating in validation only mode
348: --
349: if p_validate then

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

349: if p_validate then
350: savepoint update_Plan_Regulatory_body;
351: end if;
352: --
353: hr_utility.set_location(l_proc, 20);
354: --
355: -- Process Logic
356: --
357: 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_Plan_Regulatory_body
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: end update_Plan_Regulatory_body;
561: -- ----------------------------------------------------------------------------
562: -- |------------------------< delete_Plan_Regulatory_body >----------------------|

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

580: l_effective_end_date ben_pl_regy_bod_f.effective_end_date%TYPE;
581: --
582: begin
583: --
584: hr_utility.set_location('Entering:'|| l_proc, 10);
585: --
586: -- Issue a savepoint if operating in validation only mode
587: --
588: if p_validate then

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

588: if p_validate then
589: savepoint delete_Plan_Regulatory_body;
590: end if;
591: --
592: hr_utility.set_location(l_proc, 20);
593: --
594: -- Process Logic
595: --
596: l_object_version_number := p_object_version_number;

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

651: -- End of API User Hook for the after hook of delete_Plan_Regulatory_body
652: --
653: end;
654: --
655: hr_utility.set_location(l_proc, 60);
656: --
657: -- When in validation only mode raise the Validate_Enabled exception
658: --
659: if p_validate then

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

659: if p_validate then
660: raise hr_api.validate_enabled;
661: end if;
662: --
663: hr_utility.set_location(' Leaving:'||l_proc, 70);
664: --
665: exception
666: --
667: when hr_api.validate_enabled then

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

702: l_validation_end_date date;
703: --
704: begin
705: --
706: hr_utility.set_location('Entering:'|| l_proc, 10);
707: --
708: ben_prb_shd.lck
709: (
710: p_pl_regy_bod_id => p_pl_regy_bod_id

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

714: ,p_effective_date => p_effective_date
715: ,p_datetrack_mode => p_datetrack_mode
716: );
717: --
718: hr_utility.set_location(' Leaving:'||l_proc, 70);
719: --
720: end lck;
721: --
722: end ben_Plan_Regulatory_body_api;