DBA Data[Home] [Help]

APPS.BEN_ELIG_MRTL_STS_PRTE_API dependencies on HR_UTILITY

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

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

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

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

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

246: p_base_table_reference_column => 'ELIG_MRTL_STS_FLAG',
247: p_reference_table => 'BEN_ELIG_MRTL_STS_PRTE_F',
248: p_reference_table_column => 'ELIGY_PRFL_ID');
249: --
250: hr_utility.set_location(l_proc, 60);
251: --
252: -- When in validation only mode raise the Validate_Enabled exception
253: --
254: if p_validate then

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

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

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

280: p_elig_mrtl_sts_prte_id := null;
281: p_effective_start_date := null;
282: p_effective_end_date := null;
283: p_object_version_number := null;
284: hr_utility.set_location(' Leaving:'||l_proc, 80);
285: --
286: when others then
287: --
288: -- A validation or unexpected error has occured

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

354: l_effective_end_date ben_elig_mrtl_sts_prte_f.effective_end_date%TYPE;
355: --
356: begin
357: --
358: hr_utility.set_location('Entering:'|| l_proc, 10);
359: --
360: -- Issue a savepoint if operating in validation only mode
361: --
362: savepoint update_elig_mrtl_sts_prte;

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

360: -- Issue a savepoint if operating in validation only mode
361: --
362: savepoint update_elig_mrtl_sts_prte;
363: --
364: hr_utility.set_location(l_proc, 20);
365: --
366: -- Process Logic
367: --
368: l_object_version_number := p_object_version_number;

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

533: -- End of API User Hook for the after hook of update_elig_mrtl_sts_prte
534: --
535: end;
536: --
537: hr_utility.set_location(l_proc, 60);
538: --
539: -- When in validation only mode raise the Validate_Enabled exception
540: --
541: if p_validate then

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

547: p_object_version_number := l_object_version_number;
548: p_effective_start_date := l_effective_start_date;
549: p_effective_end_date := l_effective_end_date;
550: --
551: hr_utility.set_location(' Leaving:'||l_proc, 70);
552: --
553: exception
554: --
555: when hr_api.validate_enabled then

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

562: -- Only set output warning arguments
563: -- (Any key or derived arguments must be set to null
564: -- when validation only mode is being used.)
565: --
566: hr_utility.set_location(' Leaving:'||l_proc, 80);
567: --
568: when others then
569: --
570: -- A validation or unexpected error has occured

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

598: l_effective_end_date ben_elig_mrtl_sts_prte_f.effective_end_date%TYPE;
599: --
600: begin
601: --
602: hr_utility.set_location('Entering:'|| l_proc, 10);
603: --
604: -- Issue a savepoint if operating in validation only mode
605: --
606: savepoint delete_elig_mrtl_sts_prte;

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

604: -- Issue a savepoint if operating in validation only mode
605: --
606: savepoint delete_elig_mrtl_sts_prte;
607: --
608: hr_utility.set_location(l_proc, 20);
609: --
610: -- Process Logic
611: --
612: l_object_version_number := p_object_version_number;

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

676: p_base_table_reference_column => 'ELIG_MRTL_STS_FLAG',
677: p_reference_table => 'BEN_ELIG_MRTL_STS_PRTE_F',
678: p_reference_table_column => 'ELIGY_PRFL_ID');
679: --
680: hr_utility.set_location(l_proc, 60);
681: --
682: -- When in validation only mode raise the Validate_Enabled exception
683: --
684: if p_validate then

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

684: if p_validate then
685: raise hr_api.validate_enabled;
686: end if;
687: --
688: hr_utility.set_location(' Leaving:'||l_proc, 70);
689: --
690: exception
691: --
692: when hr_api.validate_enabled then

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

737: l_validation_end_date date;
738: --
739: begin
740: --
741: hr_utility.set_location('Entering:'|| l_proc, 10);
742: --
743: ben_emp_shd.lck
744: (
745: p_elig_mrtl_sts_prte_id => p_elig_mrtl_sts_prte_id

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

749: ,p_effective_date => p_effective_date
750: ,p_datetrack_mode => p_datetrack_mode
751: );
752: --
753: hr_utility.set_location(' Leaving:'||l_proc, 70);
754: --
755: end lck;
756: --
757: end ben_elig_mrtl_sts_prte_api;