DBA Data[Home] [Help]

APPS.GHR_MASS_CHANGES dependencies on GHR_PAY_CALC

Line 391: l_user_table_id := ghr_pay_calc.get_user_table_id(

387: If p_mass_action_type = 'MASS_SALARY_CHG' then
388: -- Pradeep added EE to the following if list for the Bug 3604377
389: if l_pa_request_rec.to_pay_plan in ('ES','EP','FE','IE','EE') then
390:
391: l_user_table_id := ghr_pay_calc.get_user_table_id(
392: p_position_id => l_pa_request_rec.to_position_id
393: ,p_effective_date => l_pa_request_rec.effective_date
394: );
395:

Line 1054: l_retained_grade_rec ghr_pay_calc.retained_Grade_rec_type;

1050: l_remark_code_information2 ghr_pa_remarks.remark_code_information2%type;
1051: l_remark_code_information3 ghr_pa_remarks.remark_code_information3%type;
1052: l_remark_code_information4 ghr_pa_remarks.remark_code_information4%type;
1053: l_remark_code_information5 ghr_pa_remarks.remark_code_information5%type;
1054: l_retained_grade_rec ghr_pay_calc.retained_Grade_rec_type;
1055: l_pa_remark_id ghr_pa_remarks.pa_remark_id%type;
1056: l_object_version_number ghr_pa_remarks.object_version_number%type;
1057:
1058: begin