DBA Data[Home] [Help]

APPS.PAY_AU_PAYSLIP_ARCHIVE dependencies on PAY_AU_SOE_PKG

Line 62: ksingla 29-Dec-2004 115.23 3935483 Modified call to pay_au_soe_pkg.balance_totals to include one more parameter.

58: --------------------------- --------------------------------------------
59: avenkatk 18-Oct-2004 115.20 3891564 Modified call to pay_au_soe.balance_totals for earnings reporting enhancement.
60: srrajago 04-Nov-2004 115.21 3991308 Variable l_balance declaration modified from number(15,3) to number.
61: ksingla 20-Dec-2004 115.22 3935483 Modified call to balance_totals
62: ksingla 29-Dec-2004 115.23 3935483 Modified call to pay_au_soe_pkg.balance_totals to include one more parameter.
63: avenkatk 07-Dec-2004 115.24 4018490 Rounded the Hours component archived for Elements to 2 decimal places.
64: avenkatk 19-Apr-2005 115.25 4169557 Introduced call to populate Defined Balance ID's in intialization_code
65: abhargav 09-Jul-2005 115.26 4363057 Removed calls to pay_au_soe.balance_totals and replace it with pay_au_soe.final_balance_totals
66: ksingla 09-Jan-2006 120.2 4753806 Modified cursor csr_std_elements to sum up hours and payment .

Line 149: pay_au_soe_pkg.populate_defined_balances;

145: -- that will be used by each thread in multi-threading.
146: pay_apac_payslip_archive.initialization_code(p_payroll_action_id => p_payroll_action_id);
147:
148: /* Bug 4169557 - Introduced calls to populate defined balance ID's */
149: pay_au_soe_pkg.populate_defined_balances;
150:
151: hr_utility.set_location('Leaving '||l_procedure,1000);
152:
153: exception

Line 386: pay_au_soe_pkg.final_balance_totals

382: --
383: /* Bug 3891564 - Added four new parameters to the procedure call to return taxable income
384: and direct Payments */
385: /*Bug 4363057 - Removed call to balance_totals and added call to final_balance_totals*/
386: pay_au_soe_pkg.final_balance_totals
387: ( p_assignment_id => p_assignment_id
388: ,p_assignment_action_id => p_pre_assignment_action_id
389: ,p_effective_date => p_calculation_date
390: ,p_gross_this_pay => l_gross_this_pay