DBA Data[Home] [Help]

APPS.BEN_APLCN_TO_BENEFIT_POOL_API dependencies on HR_UTILITY

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

61: l_object_version_number ben_aplcn_to_bnft_pool_f.object_version_number%TYPE;
62: --
63: begin
64: --
65: hr_utility.set_location('Entering:'|| l_proc, 10);
66: --
67: -- Issue a savepoint if operating in validation only mode
68: --
69: savepoint create_Aplcn_To_Benefit_Pool;

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

67: -- Issue a savepoint if operating in validation only mode
68: --
69: savepoint create_Aplcn_To_Benefit_Pool;
70: --
71: hr_utility.set_location(l_proc, 20);
72: --
73: -- Process Logic
74: --
75: begin

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

225: -- End of API User Hook for the after hook of create_Aplcn_To_Benefit_Pool
226: --
227: end;
228: --
229: hr_utility.set_location(l_proc, 60);
230: --
231: -- When in validation only mode raise the Validate_Enabled exception
232: --
233: if p_validate then

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

240: p_effective_start_date := l_effective_start_date;
241: p_effective_end_date := l_effective_end_date;
242: p_object_version_number := l_object_version_number;
243: --
244: hr_utility.set_location(' Leaving:'||l_proc, 70);
245: --
246: exception
247: --
248: when hr_api.validate_enabled then

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

259: p_aplcn_to_bnft_pool_id := null;
260: p_effective_start_date := null;
261: p_effective_end_date := null;
262: p_object_version_number := null;
263: hr_utility.set_location(' Leaving:'||l_proc, 80);
264: --
265: when others then
266: --
267: -- A validation or unexpected error has occured

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

326: l_effective_end_date ben_aplcn_to_bnft_pool_f.effective_end_date%TYPE;
327: --
328: begin
329: --
330: hr_utility.set_location('Entering:'|| l_proc, 10);
331: --
332: -- Issue a savepoint if operating in validation only mode
333: --
334: savepoint update_Aplcn_To_Benefit_Pool;

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

332: -- Issue a savepoint if operating in validation only mode
333: --
334: savepoint update_Aplcn_To_Benefit_Pool;
335: --
336: hr_utility.set_location(l_proc, 20);
337: --
338: -- Process Logic
339: --
340: l_object_version_number := p_object_version_number;

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

496: -- End of API User Hook for the after hook of update_Aplcn_To_Benefit_Pool
497: --
498: end;
499: --
500: hr_utility.set_location(l_proc, 60);
501: --
502: -- When in validation only mode raise the Validate_Enabled exception
503: --
504: if p_validate then

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

510: p_object_version_number := l_object_version_number;
511: p_effective_start_date := l_effective_start_date;
512: p_effective_end_date := l_effective_end_date;
513: --
514: hr_utility.set_location(' Leaving:'||l_proc, 70);
515: --
516: exception
517: --
518: when hr_api.validate_enabled then

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

525: -- Only set output warning arguments
526: -- (Any key or derived arguments must be set to null
527: -- when validation only mode is being used.)
528: --
529: hr_utility.set_location(' Leaving:'||l_proc, 80);
530: --
531: when others then
532: --
533: -- A validation or unexpected error has occured

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

558: l_effective_end_date ben_aplcn_to_bnft_pool_f.effective_end_date%TYPE;
559: --
560: begin
561: --
562: hr_utility.set_location('Entering:'|| l_proc, 10);
563: --
564: -- Issue a savepoint if operating in validation only mode
565: --
566: savepoint delete_Aplcn_To_Benefit_Pool;

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

564: -- Issue a savepoint if operating in validation only mode
565: --
566: savepoint delete_Aplcn_To_Benefit_Pool;
567: --
568: hr_utility.set_location(l_proc, 20);
569: --
570: -- Process Logic
571: --
572: l_object_version_number := p_object_version_number;

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

627: -- End of API User Hook for the after hook of delete_Aplcn_To_Benefit_Pool
628: --
629: end;
630: --
631: hr_utility.set_location(l_proc, 60);
632: --
633: -- When in validation only mode raise the Validate_Enabled exception
634: --
635: if p_validate then

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

635: if p_validate then
636: raise hr_api.validate_enabled;
637: end if;
638: --
639: hr_utility.set_location(' Leaving:'||l_proc, 70);
640: --
641: exception
642: --
643: when hr_api.validate_enabled then

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

685: l_validation_end_date date;
686: --
687: begin
688: --
689: hr_utility.set_location('Entering:'|| l_proc, 10);
690: --
691: ben_abp_shd.lck
692: (
693: p_aplcn_to_bnft_pool_id => p_aplcn_to_bnft_pool_id

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

697: ,p_effective_date => p_effective_date
698: ,p_datetrack_mode => p_datetrack_mode
699: );
700: --
701: hr_utility.set_location(' Leaving:'||l_proc, 70);
702: --
703: end lck;
704: --
705: end ben_Aplcn_To_Benefit_Pool_api;