DBA Data[Home] [Help]

APPS.PAY_ZA_PAYSLIP_ARCHIVE dependencies on PAY_BALANCE_PKG

Line 1199: pay_balance_pkg.set_context

1195:
1196: -- Set the Payroll Action ID context to the Payroll Action of the current Prepayment
1197: -- Note: It takes the last value it gets set to
1198: -- FIX must be an error
1199: pay_balance_pkg.set_context
1200: (
1201: 'PAYROLL_ACTION_ID',
1202: rec_payroll_info.payroll_action_id
1203: );

Line 1421: l_balance_value := pay_balance_pkg.get_value

1417: hr_utility.set_location('p_balance = ' || p_balance, 20);
1418: hr_utility.set_location('p_dimension = ' || p_dimension, 20);
1419: hr_utility.set_location('p_defined_bal_id = ' || p_defined_bal_id, 20);
1420:
1421: l_balance_value := pay_balance_pkg.get_value
1422: (
1423: p_defined_balance_id => p_defined_bal_id,
1424: p_assignment_action_id => p_source_id
1425: );

Line 1886: pay_balance_pkg.set_context

1882: --
1883: -- Set the Payroll Action ID context to the Payroll Action of the current Prepayment
1884: -- Note: It takes the last value it gets set to
1885: -- FIX must be an error
1886: pay_balance_pkg.set_context
1887: (
1888: 'PAYROLL_ACTION_ID',
1889: rec_payroll_info.payroll_action_id
1890: );