DBA Data[Home] [Help]

APPS.BEN_PLAN_REGULATION_API dependencies on HR_UTILITY

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

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

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

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

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

253: -- End of API User Hook for the after hook of create_Plan_regulation
254: --
255: end;
256: --
257: hr_utility.set_location(l_proc, 60);
258: --
259: -- When in validation only mode raise the Validate_Enabled exception
260: --
261: if p_validate then

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

268: p_effective_end_date := l_effective_end_date;
269: p_effective_start_date := l_effective_start_date;
270: p_object_version_number := l_object_version_number;
271: --
272: hr_utility.set_location(' Leaving:'||l_proc, 70);
273: --
274: exception
275: --
276: when hr_api.validate_enabled then

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

287: p_pl_regn_id := null;
288: p_effective_end_date := null;
289: p_effective_start_date := null;
290: p_object_version_number := null;
291: hr_utility.set_location(' Leaving:'||l_proc, 80);
292: --
293: when others then
294: --
295: -- A validation or unexpected error has occured

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

365: l_effective_start_date ben_pl_regn_f.effective_start_date%TYPE;
366: --
367: begin
368: --
369: hr_utility.set_location('Entering:'|| l_proc, 10);
370: --
371: -- Issue a savepoint if operating in validation only mode
372: --
373: savepoint update_Plan_regulation;

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

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

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

556: -- End of API User Hook for the after hook of update_Plan_regulation
557: --
558: end;
559: --
560: hr_utility.set_location(l_proc, 60);
561: --
562: -- When in validation only mode raise the Validate_Enabled exception
563: --
564: if p_validate then

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

570: p_object_version_number := l_object_version_number;
571: p_effective_end_date := l_effective_end_date;
572: p_effective_start_date := l_effective_start_date;
573: --
574: hr_utility.set_location(' Leaving:'||l_proc, 70);
575: --
576: exception
577: --
578: when hr_api.validate_enabled then

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

587: -- Only set output warning arguments
588: -- (Any key or derived arguments must be set to null
589: -- when validation only mode is being used.)
590: --
591: hr_utility.set_location(' Leaving:'||l_proc, 80);
592: --
593: when others then
594: --
595: -- A validation or unexpected error has occured

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

623: l_effective_start_date ben_pl_regn_f.effective_start_date%TYPE;
624: --
625: begin
626: --
627: hr_utility.set_location('Entering:'|| l_proc, 10);
628: --
629: -- Issue a savepoint if operating in validation only mode
630: --
631: savepoint delete_Plan_regulation;

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

629: -- Issue a savepoint if operating in validation only mode
630: --
631: savepoint delete_Plan_regulation;
632: --
633: hr_utility.set_location(l_proc, 20);
634: --
635: -- Process Logic
636: --
637: l_object_version_number := p_object_version_number;

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

692: -- End of API User Hook for the after hook of delete_Plan_regulation
693: --
694: end;
695: --
696: hr_utility.set_location(l_proc, 60);
697: --
698: -- When in validation only mode raise the Validate_Enabled exception
699: --
700: if p_validate then

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

700: if p_validate then
701: raise hr_api.validate_enabled;
702: end if;
703: --
704: hr_utility.set_location(' Leaving:'||l_proc, 70);
705: --
706: exception
707: --
708: when hr_api.validate_enabled then

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

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

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

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