DBA Data[Home] [Help]

APPS.BEN_ELIG_LOA_RSN_PRTE_API dependencies on HR_UTILITY

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

66: l_object_version_number ben_elig_loa_rsn_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_LOA_RSN_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_LOA_RSN_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_LOA_RSN_FLAG',
255: p_reference_table => 'BEN_ELIG_LOA_RSN_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_loa_rsn_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 364: hr_utility.set_location('Entering:'|| l_proc, 10);

360: l_effective_end_date ben_elig_loa_rsn_prte_f.effective_end_date%TYPE;
361: --
362: begin
363: --
364: hr_utility.set_location('Entering:'|| l_proc, 10);
365: --
366: -- Issue a savepoint if operating in validation only mode
367: --
368: savepoint update_ELIG_LOA_RSN_PRTE;

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

366: -- Issue a savepoint if operating in validation only mode
367: --
368: savepoint update_ELIG_LOA_RSN_PRTE;
369: --
370: hr_utility.set_location(l_proc, 20);
371: --
372: -- Process Logic
373: --
374: l_object_version_number := p_object_version_number;

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

545: -- End of API User Hook for the after hook of update_ELIG_LOA_RSN_PRTE
546: --
547: end;
548: --
549: hr_utility.set_location(l_proc, 60);
550: --
551: -- When in validation only mode raise the Validate_Enabled exception
552: --
553: if p_validate then

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

559: p_object_version_number := l_object_version_number;
560: p_effective_start_date := l_effective_start_date;
561: p_effective_end_date := l_effective_end_date;
562: --
563: hr_utility.set_location(' Leaving:'||l_proc, 70);
564: --
565: exception
566: --
567: when hr_api.validate_enabled then

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

574: -- Only set output warning arguments
575: -- (Any key or derived arguments must be set to null
576: -- when validation only mode is being used.)
577: --
578: hr_utility.set_location(' Leaving:'||l_proc, 80);
579: --
580: when others then
581: --
582: -- A validation or unexpected error has occured

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

607: l_effective_end_date ben_elig_loa_rsn_prte_f.effective_end_date%TYPE;
608: --
609: begin
610: --
611: hr_utility.set_location('Entering:'|| l_proc, 10);
612: --
613: -- Issue a savepoint if operating in validation only mode
614: --
615: savepoint delete_ELIG_LOA_RSN_PRTE;

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

613: -- Issue a savepoint if operating in validation only mode
614: --
615: savepoint delete_ELIG_LOA_RSN_PRTE;
616: --
617: hr_utility.set_location(l_proc, 20);
618: --
619: -- Process Logic
620: --
621: l_object_version_number := p_object_version_number;

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

685: p_base_table_reference_column => 'ELIG_LOA_RSN_FLAG',
686: p_reference_table => 'BEN_ELIG_LOA_RSN_PRTE_F',
687: p_reference_table_column => 'ELIGY_PRFL_ID');
688: --
689: hr_utility.set_location(l_proc, 60);
690: --
691: -- When in validation only mode raise the Validate_Enabled exception
692: --
693: if p_validate then

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

693: if p_validate then
694: raise hr_api.validate_enabled;
695: end if;
696: --
697: hr_utility.set_location(' Leaving:'||l_proc, 70);
698: --
699: exception
700: --
701: when hr_api.validate_enabled then

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

743: l_validation_end_date date;
744: --
745: begin
746: --
747: hr_utility.set_location('Entering:'|| l_proc, 10);
748: --
749: ben_elr_shd.lck
750: (
751: p_elig_loa_rsn_prte_id => p_elig_loa_rsn_prte_id

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

755: ,p_effective_date => p_effective_date
756: ,p_datetrack_mode => p_datetrack_mode
757: );
758: --
759: hr_utility.set_location(' Leaving:'||l_proc, 70);
760: --
761: end lck;
762: --
763: end ben_ELIG_LOA_RSN_PRTE_api;