DBA Data[Home] [Help]

APPS.BEN_ELIG_PRBTN_PERD_PRTE_API dependencies on HR_UTILITY

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

66: l_object_version_number ben_ELIG_PRBTN_PERD_PRTE_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_ELIG_PRBTN_PERD_PRTE;

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

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

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

254: p_base_table_reference_column => 'ELIG_PRBTN_PERD_FLAG',
255: p_reference_table => 'BEN_ELIG_PRBTN_PERD_PRTE_F',
256: p_reference_table_column => 'ELIGY_PRFL_ID');
257: --
258: hr_utility.set_location(l_proc, 60);
259: --
260: -- When in validation only mode raise the Validate_Enabled exception
261: --
262: if p_validate then

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

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

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

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

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

367: l_effective_end_date ben_ELIG_PRBTN_PERD_PRTE_f.effective_end_date%TYPE;
368: --
369: begin
370: --
371: hr_utility.set_location('Entering:'|| l_proc, 10);
372: --
373: -- Issue a savepoint if operating in validation only mode
374: --
375: savepoint update_ELIG_PRBTN_PERD_PRTE;

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

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

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

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

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

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

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

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

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

624: l_effective_end_date ben_ELIG_PRBTN_PERD_PRTE_f.effective_end_date%TYPE;
625: --
626: begin
627: --
628: hr_utility.set_location('Entering:'|| l_proc, 10);
629: --
630: -- Issue a savepoint if operating in validation only mode
631: --
632: savepoint delete_ELIG_PRBTN_PERD_PRTE;

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

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

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

702: p_base_table_reference_column => 'ELIG_PRBTN_PERD_FLAG',
703: p_reference_table => 'BEN_ELIG_PRBTN_PERD_PRTE_F',
704: p_reference_table_column => 'ELIGY_PRFL_ID');
705: --
706: hr_utility.set_location(l_proc, 60);
707: --
708: -- When in validation only mode raise the Validate_Enabled exception
709: --
710: if p_validate then

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

710: if p_validate then
711: raise hr_api.validate_enabled;
712: end if;
713: --
714: hr_utility.set_location(' Leaving:'||l_proc, 70);
715: --
716: exception
717: --
718: when hr_api.validate_enabled then

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

765: l_validation_end_date date;
766: --
767: begin
768: --
769: hr_utility.set_location('Entering:'|| l_proc, 10);
770: --
771: ben_epn_shd.lck
772: (
773: p_ELIG_PRBTN_PERD_PRTE_id => p_ELIG_PRBTN_PERD_PRTE_id

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

777: ,p_effective_date => p_effective_date
778: ,p_datetrack_mode => p_datetrack_mode
779: );
780: --
781: hr_utility.set_location(' Leaving:'||l_proc, 70);
782: --
783: end lck;
784: --
785: end ben_ELIG_PRBTN_PERD_PRTE_api;