DBA Data[Home] [Help]

APPS.PQP_EXPREPLOD_PKG dependencies on HR_GBBAL

Line 267: --l_ret_value:=hr_gbbal.calc_all_balances (p_paydate, p_assignment_id,p_defined_balance_id);

263: OR p_comp_type= 'PANP' OR p_comp_type= 'PANT'
264: OR p_comp_type= 'PC' OR p_comp_type= 'PP'
265: OR p_comp_type= 'QC' OR p_comp_type= 'YC') THEN
266: hr_utility.trace('Enter GB Legislation');
267: --l_ret_value:=hr_gbbal.calc_all_balances (p_paydate, p_assignment_id,p_defined_balance_id);
268: l_ret_value:=pay_balance_pkg.get_value(p_defined_balance_id,p_assignment_id,p_paydate );
269: --Commented out as we are using a wrapper after the bug was fixed for PTD dim.
270: -- l_ret_value:=hr_dirbal.get_balance(p_assignment_id,p_defined_balance_id,p_paydate );
271: hr_utility.trace('Leaving GB Legislation');

Line 277: l_ret_value:=hr_gbbal.calc_all_balances (p_paydate, p_assignment_id,p_defined_balance_id);

273: --MAN,MP,QAN,QP,YP
274: ELSIF p_legislation_code='GB' AND ( p_comp_type='MAN' OR p_comp_type= 'MP'
275: OR p_comp_type= 'QAN' OR p_comp_type= 'QP'
276: OR p_comp_type= 'YP') THEN
277: l_ret_value:=hr_gbbal.calc_all_balances (p_paydate, p_assignment_id,p_defined_balance_id);
278:
279: ELSIF p_legislation_code='US' OR p_legislation_code='CA' OR p_legislation_code='AU' OR p_legislation_code='IN' THEN
280:
281: