DBA Data[Home] [Help]

APPS.PQH_GSP_UTILITY dependencies on PQH_GSP_HR_TO_STAGE

Line 3954: l_crrate_icon := pqh_gsp_hr_to_stage.is_crrate_there(p_plip_cer_id => p_copy_entity_result_id,

3950: if g_debug then
3951: hr_utility.set_location('Entering '||l_proc,5);
3952: end if;
3953: if ((p_rate_hgrid_node = 'CPP') and (l_get_which_rates = 'GRADE')) then
3954: l_crrate_icon := pqh_gsp_hr_to_stage.is_crrate_there(p_plip_cer_id => p_copy_entity_result_id,
3955: p_copy_entity_txn_id => p_copy_entity_txn_id,
3956: p_effective_date => l_effective_date);
3957: elsif ((p_rate_hgrid_node = 'COP') and ((l_get_which_rates = 'POINT') or (l_get_which_rates = 'STEP'))) then
3958: l_crrate_icon := pqh_gsp_hr_to_stage.is_crrate_there(p_oipl_cer_id => p_copy_entity_result_id,

Line 3958: l_crrate_icon := pqh_gsp_hr_to_stage.is_crrate_there(p_oipl_cer_id => p_copy_entity_result_id,

3954: l_crrate_icon := pqh_gsp_hr_to_stage.is_crrate_there(p_plip_cer_id => p_copy_entity_result_id,
3955: p_copy_entity_txn_id => p_copy_entity_txn_id,
3956: p_effective_date => l_effective_date);
3957: elsif ((p_rate_hgrid_node = 'COP') and ((l_get_which_rates = 'POINT') or (l_get_which_rates = 'STEP'))) then
3958: l_crrate_icon := pqh_gsp_hr_to_stage.is_crrate_there(p_oipl_cer_id => p_copy_entity_result_id,
3959: p_copy_entity_txn_id => p_copy_entity_txn_id,
3960: p_effective_date => l_effective_date);
3961: else
3962: l_crrate_icon := 'XYZ';

Line 5074: pqh_gsp_hr_to_stage.update_frps_point_rate(p_point_cer_id => p_point_cer_id,

5070: p_effective_date =>p_effective_date,
5071: p_copy_entity_txn_id => p_copy_entity_txn_id);
5072: END IF;
5073:
5074: pqh_gsp_hr_to_stage.update_frps_point_rate(p_point_cer_id => p_point_cer_id,
5075: p_copy_entity_txn_id => p_copy_entity_txn_id,
5076: p_business_group_id => p_business_group_id,
5077: p_point_value => l_salary_rate,
5078: p_effective_date => p_effective_date);