DBA Data[Home] [Help]

APPS.GHR_MASS_CHANGES dependencies on GHR_PC_BASIC_PAY

Line 1079: l_retained_grade_rec := ghr_pc_basic_pay.get_retained_grade_details

1075:
1076: If p_remark_code = 'X44' then
1077: hr_utility.set_location(l_proc,15);
1078: -- if there are entries for insertion values then alter the description accordingly.
1079: l_retained_grade_rec := ghr_pc_basic_pay.get_retained_grade_details
1080: (p_person_id => p_pa_request_rec.person_id,
1081: p_effective_Date => trunc(nvl(p_pa_request_rec.effective_Date,sysdate))
1082: );
1083: -- handle the exception if this fails. ??!!!!!