DBA Data[Home] [Help]

APPS.PER_FR_WORK_ACC_UPG_PKG dependencies on HR_UTILITY

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

79: l_run_status number :=0; /* Status of the whole run */
80:
81: BEGIN
82:
83: hr_utility.set_location('Entered '||l_proc,5);
84:
85: OPEN csr_work_accidents(p_business_group_id);
86: FETCH csr_work_accidents INTO l_work_acci;
87:

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

209: l_status number :=0;
210: l_error_status number :=0;
211: l_proc varchar2(72) := g_package||'.run_upgrade';
212: begin
213: hr_utility.set_location('Entered ' || l_proc,5);
214: l_status := per_fr_upgrade_data_pkg.check_lookups(p_fr_lookup_type => 'FR_WORK_ACCIDENT_RESULT'
215: ,p_core_lookup_type => 'INCIDENT_TYPE');
216:
217: l_error_status := l_status;