DBA Data[Home] [Help]

APPS.PAY_ZA_UIF_ARCHIVE_PKG dependencies on PAY_BALANCE_PKG

Line 235: pay_balance_pkg.set_context

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

Line 270: l_balance_value := pay_balance_pkg.get_value

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