DBA Data[Home] [Help]

APPS.BEN_PLAN_GOODS_SERV_CERT_API dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

279: p_pl_gd_r_svc_ctfn_id := null;
280: p_effective_start_date := null;
281: p_effective_end_date := 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 295: hr_utility.set_location(' Leaving:'||l_proc, 80);

291: p_pl_gd_r_svc_ctfn_id := null;
292: p_effective_start_date := null;
293: p_effective_end_date := null;
294: p_object_version_number := null;
295: hr_utility.set_location(' Leaving:'||l_proc, 80);
296: --
297: raise;
298: --
299: end create_plan_goods_serv_cert;

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

358: l_effective_end_date ben_pl_gd_r_svc_ctfn_f.effective_end_date%TYPE;
359: --
360: begin
361: --
362: hr_utility.set_location('Entering:'|| l_proc, 10);
363: --
364: -- Issue a savepoint if operating in validation only mode
365: --
366: savepoint update_plan_goods_serv_cert;

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

364: -- Issue a savepoint if operating in validation only mode
365: --
366: savepoint update_plan_goods_serv_cert;
367: --
368: hr_utility.set_location(l_proc, 20);
369: --
370: -- Process Logic
371: --
372: l_object_version_number := p_object_version_number;

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

543: -- End of API User Hook for the after hook of update_plan_goods_serv_cert
544: --
545: end;
546: --
547: hr_utility.set_location(l_proc, 60);
548: --
549: -- When in validation only mode raise the Validate_Enabled exception
550: --
551: if p_validate then

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

557: p_object_version_number := l_object_version_number;
558: p_effective_start_date := l_effective_start_date;
559: p_effective_end_date := l_effective_end_date;
560: --
561: hr_utility.set_location(' Leaving:'||l_proc, 70);
562: --
563: exception
564: --
565: when hr_api.validate_enabled then

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

572: -- Only set output warning arguments
573: -- (Any key or derived arguments must be set to null
574: -- when validation only mode is being used.)
575: --
576: hr_utility.set_location(' Leaving:'||l_proc, 80);
577: --
578: when others then
579: --
580: -- A validation or unexpected error has occured

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

583: --
584: p_effective_start_date := null;
585: p_effective_end_date := null;
586: p_object_version_number := l_object_version_number;
587: hr_utility.set_location(' Leaving:'||l_proc, 80);
588: --
589: raise;
590: --
591: end update_plan_goods_serv_cert;

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

611: l_effective_end_date ben_pl_gd_r_svc_ctfn_f.effective_end_date%TYPE;
612: --
613: begin
614: --
615: hr_utility.set_location('Entering:'|| l_proc, 10);
616: --
617: -- Issue a savepoint if operating in validation only mode
618: --
619: savepoint delete_plan_goods_serv_cert;

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

617: -- Issue a savepoint if operating in validation only mode
618: --
619: savepoint delete_plan_goods_serv_cert;
620: --
621: hr_utility.set_location(l_proc, 20);
622: --
623: -- Process Logic
624: --
625: l_object_version_number := p_object_version_number;

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

680: -- End of API User Hook for the after hook of delete_plan_goods_serv_cert
681: --
682: end;
683: --
684: hr_utility.set_location(l_proc, 60);
685: --
686: -- When in validation only mode raise the Validate_Enabled exception
687: --
688: if p_validate then

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

688: if p_validate then
689: raise hr_api.validate_enabled;
690: end if;
691: --
692: hr_utility.set_location(' Leaving:'||l_proc, 70);
693: --
694: exception
695: --
696: when hr_api.validate_enabled then

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

715: --
716: p_effective_start_date := null;
717: p_effective_end_date := null;
718: p_object_version_number := l_object_version_number;
719: hr_utility.set_location(' Leaving:'||l_proc, 80);
720: --
721: raise;
722: --
723: end delete_plan_goods_serv_cert;

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

744: l_validation_end_date date;
745: --
746: begin
747: --
748: hr_utility.set_location('Entering:'|| l_proc, 10);
749: --
750: ben_pct_shd.lck
751: (
752: p_pl_gd_r_svc_ctfn_id => p_pl_gd_r_svc_ctfn_id

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

756: ,p_effective_date => p_effective_date
757: ,p_datetrack_mode => p_datetrack_mode
758: );
759: --
760: hr_utility.set_location(' Leaving:'||l_proc, 70);
761: --
762: end lck;
763: --
764: end ben_plan_goods_serv_cert_api;