DBA Data[Home] [Help]

APPS.PER_FR_DISABILITY_UPG_PKG dependencies on HR_UTILITY

Line 82: hr_utility.set_location('Entered '||l_proc,5);

78: l_proc varchar2(72) := g_package||'.transfer_data';
79: --
80: begin
81: --
82: hr_utility.set_location('Entered '||l_proc,5);
83:
84: OPEN csr_disabled_entries(p_business_group_id);
85: FETCH csr_disabled_entries INTO l_disabled;
86:

Line 186: hr_utility.set_location('about to update',5);

182: p_object_version_number => l_object_version_number);
183:
184: /* End Date the Disability if different to end date of person */
185: IF l_disabilities_end_date<>l_person_end_date then
186: hr_utility.set_location('about to update',5);
187: --
188: PER_DISABILITY_API.delete_disability(p_disability_id => l_disability_id,
189: p_effective_date => l_disabilities_end_date,
190: p_datetrack_mode => 'DELETE',

Line 250: hr_utility.set_location('Entered '||l_proc,5);

246: l_proc varchar2(72) := g_package||'.run_upgrade';
247: --
248: begin
249: --
250: hr_utility.set_location('Entered '||l_proc,5);
251: l_status := per_fr_upgrade_data_pkg.check_lookups(p_fr_lookup_type => 'FR_COTOREP_CODE'
252: ,p_core_lookup_type => 'DISABILITY_CATEGORY');
253:
254: l_error_status := l_status;