DBA Data[Home] [Help]

APPS.PQH_GSP_HR_TO_STAGE dependencies on PQH_GSP_RATES

Line 3154: pqh_gsp_rates.create_grade_hrrate

3150: l_grade_id := get_grade_for_plan(p_plan_id => l_plan_id,
3151: p_effective_date => p_effective_date);
3152: hr_utility.set_location('grade is '||l_grade_id,40);
3153: if l_grade_id is not null and p_abr_id is not null then
3154: pqh_gsp_rates.create_grade_hrrate
3155: (p_copy_entity_txn_id => p_copy_entity_txn_id,
3156: p_effective_date => p_effective_date,
3157: p_abr_id => p_abr_id,
3158: p_abr_cer_id => p_abr_cer_id,

Line 3172: pqh_gsp_rates.create_point_hrrate

3168: l_point_id := get_point_for_opt(p_option_id => l_option_id,
3169: p_effective_date => p_effective_date);
3170: hr_utility.set_location('point is '||l_point_id,60);
3171: if l_point_id is not null and p_abr_id is not null then
3172: pqh_gsp_rates.create_point_hrrate
3173: (p_copy_entity_txn_id => p_copy_entity_txn_id,
3174: p_effective_date => p_effective_date,
3175: p_abr_id => p_abr_id,
3176: p_abr_cer_id => p_abr_cer_id,

Line 5821: pqh_gsp_rates.update_point_hrrate(p_copy_entity_txn_id => p_copy_entity_txn_id,

5817: p_business_group_id => p_business_group_id,
5818: p_point_value => p_point_value,
5819: p_effective_date => p_effective_date);
5820: else
5821: pqh_gsp_rates.update_point_hrrate(p_copy_entity_txn_id => p_copy_entity_txn_id,
5822: p_rt_effective_date => p_effective_date,
5823: p_gl_effective_date => p_effective_date,
5824: p_business_group_id => p_business_group_id,
5825: p_hrrate_cer_id => l_hrr_cer_id,