DBA Data[Home] [Help]

APPS.PER_GRADE_SPINES_PKG dependencies on PQH_GSP_SYNC_COMPENSATION_OBJ

Line 440: l_return := pqh_gsp_sync_compensation_obj.create_option_for_point

436: close csr_get_names;
437: hr_utility.set_location(l_proc, 30);
438: else
439: /* Comment out for BUG3179239
440: l_return := pqh_gsp_sync_compensation_obj.create_option_for_point
441: (p_spinal_point_id => p_spinal_point_id
442: ,p_pay_scale_name => l_pay_scale_name
443: ,p_spinal_point_name => l_spinal_point_name
444: );

Line 446: hr_utility.trace('pqh_gsp_sync_compensation_obj.create_option_for_point : '

442: ,p_pay_scale_name => l_pay_scale_name
443: ,p_spinal_point_name => l_spinal_point_name
444: );
445: --
446: hr_utility.trace('pqh_gsp_sync_compensation_obj.create_option_for_point : '
447: || l_return);
448: --
449: if l_return <> 'SUCCESS' Then
450: l_message := fnd_message.get;

Line 463: l_return := pqh_gsp_sync_compensation_obj.create_oipl_for_step

459: fnd_message.raise_error;
460: End if;
461: */ -- End of BUG3179239
462:
463: l_return := pqh_gsp_sync_compensation_obj.create_oipl_for_step
464: (p_grade_id => l_grade_id
465: ,p_spinal_point_id => p_spinal_point_id
466: ,p_step_id => p_step_id
467: ,p_effective_date => p_effective_date

Line 471: hr_utility.trace('pqh_gsp_sync_compensation_obj.oipl_for_step : '

467: ,p_effective_date => p_effective_date
468: ,p_datetrack_mode => 'INSERT'
469: );
470: --
471: hr_utility.trace('pqh_gsp_sync_compensation_obj.oipl_for_step : '
472: || l_return);
473: --
474: if l_return <> 'SUCCESS' Then
475: l_message := fnd_message.get;