DBA Data[Home] [Help]

APPS.PAY_ZA_PAYSLIP_ARCHIVE dependencies on PAY_BALANCE_PKG

Line 1334: pay_balance_pkg.set_context

1330:
1331: -- Set the Payroll Action ID context to the Payroll Action of the current Prepayment
1332: -- Note: It takes the last value it gets set to
1333: -- FIX must be an error
1334: pay_balance_pkg.set_context
1335: (
1336: 'PAYROLL_ACTION_ID',
1337: rec_payroll_info.payroll_action_id
1338: );

Line 1556: l_balance_value := pay_balance_pkg.get_value

1552: hr_utility.set_location('p_balance = ' || p_balance, 20);
1553: hr_utility.set_location('p_dimension = ' || p_dimension, 20);
1554: hr_utility.set_location('p_defined_bal_id = ' || p_defined_bal_id, 20);
1555:
1556: l_balance_value := pay_balance_pkg.get_value
1557: (
1558: p_defined_balance_id => p_defined_bal_id,
1559: p_assignment_action_id => p_source_id
1560: );

Line 2141: pay_balance_pkg.set_context

2137: --
2138: -- Set the Payroll Action ID context to the Payroll Action of the current Prepayment
2139: -- Note: It takes the last value it gets set to
2140: -- FIX must be an error
2141: pay_balance_pkg.set_context
2142: (
2143: 'PAYROLL_ACTION_ID',
2144: rec_payroll_info.payroll_action_id
2145: );