DBA Data[Home] [Help]

APPS.PAY_ZA_UIF_ARCHIVE_PKG dependencies on PAY_BALANCE_PKG

Line 234: pay_balance_pkg.set_context

230: hr_utility.set_location(g_package||'get_balance',20);
231:
232: -- Set the Payroll Action ID context to the last Payroll Action
233: -- that the assignment were processed in
234: pay_balance_pkg.set_context
235: (
236: 'PAYROLL_ACTION_ID',
237: l_latest_asg_action
238: );

Line 269: l_balance_value := pay_balance_pkg.get_value

265: --the balances values (dimension = _ASG_TAX_MTD ) are set to 0 and the employee is shown on the
266: --reported on the UIF File
267: if l_latest_asg_action is NOT NULL then
268:
269: l_balance_value := pay_balance_pkg.get_value
270: (
271: p_defined_balance_id => l_defined_bal_id,
272: p_assignment_action_id => l_latest_asg_action
273: );