DBA Data[Home] [Help]

APPS.PER_SPS_DEL dependencies on PQH_GSP_SYNC_COMPENSATION_OBJ

Line 188: -- Call pqh_gsp_sync_compensation_obj.delete_oipl_for_step

184: Begin
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --
187: --
188: -- Call pqh_gsp_sync_compensation_obj.delete_oipl_for_step
189: --
190: --
191: open csr_get_grade_id;
192: fetch csr_get_grade_id into l_grade_id,l_spinal_point_id;

Line 198: l_return := pqh_gsp_sync_compensation_obj.delete_oipl_for_step

194: close csr_get_grade_id;
195: hr_utility.set_location(l_proc, 40);
196: else
197: close csr_get_grade_id;
198: l_return := pqh_gsp_sync_compensation_obj.delete_oipl_for_step
199: (p_grade_id => l_grade_id
200: ,p_spinal_point_id => l_spinal_point_id
201: ,p_step_id => p_rec.step_id
202: ,p_effective_date => p_effective_date

Line 206: hr_utility.trace('pqh_gsp_sync_compensation_obj.delete_oipl_for_step : '

202: ,p_effective_date => p_effective_date
203: ,p_datetrack_mode => p_datetrack_mode
204: );
205: --
206: hr_utility.trace('pqh_gsp_sync_compensation_obj.delete_oipl_for_step : '
207: || l_return);
208: if l_return <> 'SUCCESS' Then
209: l_message := fnd_message.get;
210: hr_utility.trace('error message : ' || l_message);