DBA Data[Home] [Help]

APPS.BEN_ENRLD_ANTHR_PTIP_RT_API dependencies on HR_UTILITY

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

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

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

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

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

250: p_base_table_reference_column => 'RT_ENRLD_PTIP_FLAG',
251: p_reference_table => 'BEN_ENRLD_ANTHR_PTIP_RT_F',
252: p_reference_table_column => 'VRBL_RT_PRFL_ID');
253: --
254: hr_utility.set_location(l_proc, 60);
255: --
256: -- When in validation only mode raise the Validate_Enabled exception
257: --
258: if p_validate then

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

265: p_effective_start_date := l_effective_start_date;
266: p_effective_end_date := l_effective_end_date;
267: p_object_version_number := l_object_version_number;
268: --
269: hr_utility.set_location(' Leaving:'||l_proc, 70);
270: --
271: exception
272: --
273: when hr_api.validate_enabled then

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

284: p_enrld_anthr_ptip_rt_id := null;
285: p_effective_start_date := null;
286: p_effective_end_date := null;
287: p_object_version_number := null;
288: hr_utility.set_location(' Leaving:'||l_proc, 80);
289: --
290: when others then
291: --
292: -- A validation or unexpected error has occured

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

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

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

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

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

541: -- End of API User Hook for the after hook of update_ENRLD_ANTHR_PTIP_RT
542: --
543: end;
544: --
545: hr_utility.set_location(l_proc, 60);
546: --
547: -- When in validation only mode raise the Validate_Enabled exception
548: --
549: if p_validate then

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

555: p_object_version_number := l_object_version_number;
556: p_effective_start_date := l_effective_start_date;
557: p_effective_end_date := l_effective_end_date;
558: --
559: hr_utility.set_location(' Leaving:'||l_proc, 70);
560: --
561: exception
562: --
563: when hr_api.validate_enabled then

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

572: -- when validation only mode is being used.)
573: --
574: p_effective_start_date := null;
575: p_effective_end_date := null;
576: hr_utility.set_location(' Leaving:'||l_proc, 80);
577: --
578: when others then
579: --
580: -- A validation or unexpected error has occured

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

607: l_effective_end_date ben_enrld_anthr_ptip_rt_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_ENRLD_ANTHR_PTIP_RT;

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

613: -- Issue a savepoint if operating in validation only mode
614: --
615: savepoint delete_ENRLD_ANTHR_PTIP_RT;
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 => 'RT_ENRLD_PTIP_FLAG',
686: p_reference_table => 'BEN_ENRLD_ANTHR_PTIP_RT_F',
687: p_reference_table_column => 'VRBL_RT_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 749: hr_utility.set_location('Entering:'|| l_proc, 10);

745: l_validation_end_date date;
746: --
747: begin
748: --
749: hr_utility.set_location('Entering:'|| l_proc, 10);
750: --
751: ben_ent_shd.lck
752: (
753: p_enrld_anthr_ptip_rt_id => p_enrld_anthr_ptip_rt_id

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

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