DBA Data[Home] [Help]

APPS.BEN_ELIG_NO_OTHR_CVG_PRTE_API dependencies on HR_UTILITY

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

61: l_object_version_number ben_elig_no_othr_cvg_prte_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_ELIG_NO_OTHR_CVG_PRTE;

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

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

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

234: p_base_table_reference_column => 'ELIG_NO_OTHR_CVG_FLAG',
235: p_reference_table => 'BEN_ELIG_NO_OTHR_CVG_PRTE_F',
236: p_reference_table_column => 'ELIGY_PRFL_ID');
237: --
238: hr_utility.set_location(l_proc, 60);
239: --
240: -- When in validation only mode raise the Validate_Enabled exception
241: --
242: if p_validate then

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

249: p_effective_start_date := l_effective_start_date;
250: p_effective_end_date := l_effective_end_date;
251: p_object_version_number := l_object_version_number;
252: --
253: hr_utility.set_location(' Leaving:'||l_proc, 70);
254: --
255: exception
256: --
257: when hr_api.validate_enabled then

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

268: p_elig_no_othr_cvg_prte_id := null;
269: p_effective_start_date := null;
270: p_effective_end_date := null;
271: p_object_version_number := null;
272: hr_utility.set_location(' Leaving:'||l_proc, 80);
273: --
274: when others then
275: --
276: -- A validation or unexpected error has occured

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

339: l_effective_end_date ben_elig_no_othr_cvg_prte_f.effective_end_date%TYPE;
340: --
341: begin
342: --
343: hr_utility.set_location('Entering:'|| l_proc, 10);
344: --
345: -- Issue a savepoint if operating in validation only mode
346: --
347: savepoint update_ELIG_NO_OTHR_CVG_PRTE;

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

345: -- Issue a savepoint if operating in validation only mode
346: --
347: savepoint update_ELIG_NO_OTHR_CVG_PRTE;
348: --
349: hr_utility.set_location(l_proc, 20);
350: --
351: -- Process Logic
352: --
353: l_object_version_number := p_object_version_number;

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

509: -- End of API User Hook for the after hook of update_ELIG_NO_OTHR_CVG_PRTE
510: --
511: end;
512: --
513: hr_utility.set_location(l_proc, 60);
514: --
515: -- When in validation only mode raise the Validate_Enabled exception
516: --
517: if p_validate then

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

523: p_object_version_number := l_object_version_number;
524: p_effective_start_date := l_effective_start_date;
525: p_effective_end_date := l_effective_end_date;
526: --
527: hr_utility.set_location(' Leaving:'||l_proc, 70);
528: --
529: exception
530: --
531: when hr_api.validate_enabled then

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

538: -- Only set output warning arguments
539: -- (Any key or derived arguments must be set to null
540: -- when validation only mode is being used.)
541: --
542: hr_utility.set_location(' Leaving:'||l_proc, 80);
543: --
544: when others then
545: --
546: -- A validation or unexpected error has occured

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

574: l_effective_end_date ben_elig_no_othr_cvg_prte_f.effective_end_date%TYPE;
575: --
576: begin
577: --
578: hr_utility.set_location('Entering:'|| l_proc, 10);
579: --
580: -- Issue a savepoint if operating in validation only mode
581: --
582: savepoint delete_ELIG_NO_OTHR_CVG_PRTE;

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

580: -- Issue a savepoint if operating in validation only mode
581: --
582: savepoint delete_ELIG_NO_OTHR_CVG_PRTE;
583: --
584: hr_utility.set_location(l_proc, 20);
585: --
586: -- Process Logic
587: --
588: l_object_version_number := p_object_version_number;

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

652: p_base_table_reference_column => 'ELIG_NO_OTHR_CVG_FLAG',
653: p_reference_table => 'BEN_ELIG_NO_OTHR_CVG_PRTE_F',
654: p_reference_table_column => 'ELIGY_PRFL_ID');
655: --
656: hr_utility.set_location(l_proc, 60);
657: --
658: -- When in validation only mode raise the Validate_Enabled exception
659: --
660: if p_validate then

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

660: if p_validate then
661: raise hr_api.validate_enabled;
662: end if;
663: --
664: hr_utility.set_location(' Leaving:'||l_proc, 70);
665: --
666: exception
667: --
668: when hr_api.validate_enabled then

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

713: l_validation_end_date date;
714: --
715: begin
716: --
717: hr_utility.set_location('Entering:'|| l_proc, 10);
718: --
719: ben_eno_shd.lck
720: (
721: p_elig_no_othr_cvg_prte_id => p_elig_no_othr_cvg_prte_id

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

725: ,p_effective_date => p_effective_date
726: ,p_datetrack_mode => p_datetrack_mode
727: );
728: --
729: hr_utility.set_location(' Leaving:'||l_proc, 70);
730: --
731: end lck;
732: --
733: end ben_ELIG_NO_OTHR_CVG_PRTE_api;