DBA Data[Home] [Help]

APPS.PAY_AU_PAYMENT_SUMMARY dependencies on PAY_AU_PAYE_FF

Line 178: *** 20 Jul 05 abhkumar 115.153 Bug#4418107 Modified call to pay_au_paye_ff.get_retro_period in adjust_retro_allowances

174: *** 24 May 05 abhargav 115.152 Bug#4363057 Changes due to Retro Tax enhancement.
175: *** 24 May 05 abhargav 115.152 Bug#4387183 Modified file to to archive employee details for FBT employees.
176: Included the fix for Bug# 4375020
177: and included action_type 'V' in cursor csr_get_dates
178: *** 20 Jul 05 abhkumar 115.153 Bug#4418107 Modified call to pay_au_paye_ff.get_retro_period in adjust_retro_allowances
179: *** 08-AUG-05 hnainani 115.154 Bug#3660322 Added Quotes around Extra Information Query (-999) to not erro out for Character values
180: *** 02-OCT-05 abhkumar 115.156 Bug#4653934 Modified assignment action code to pick those employees who do have payroll attached
181: at start of the financial year but not at the end of financial year.
182: *** 15-Nov-05 avenkatk 115.157 Bug#4738470 Change cursor for Maximum assignment_action_id.

Line 2858: x:=pay_au_paye_ff.get_retro_period(rec_ret_entry_ids.element_entry_id,

2854: IF g_debug THEN
2855: hr_utility.set_location('Calling Get Retro Periods',2);
2856: END if;
2857:
2858: x:=pay_au_paye_ff.get_retro_period(rec_ret_entry_ids.element_entry_id,
2859: rec_ret_entry_ids.date_earned,
2860: p_registered_employer, /*Bug 4418107*/
2861: retro_start,
2862: retro_end);

Line 2923: x:= pay_au_paye_ff.get_retro_time_span(rec_ret_entry_ids.element_entry_id,

2919: IF g_debug THEN
2920: hr_utility.set_location('Calling Get Retro Time Span',2);
2921: END if;
2922:
2923: x:= pay_au_paye_ff.get_retro_time_span(rec_ret_entry_ids.element_entry_id,
2924: rec_ret_entry_ids.date_earned,
2925: rec_ret_entry_ids.tax_unit_id,
2926: retro_start,
2927: retro_end,

Line 9725: x:=pay_au_paye_ff.get_retro_period(rec_ret_entry_ids.element_entry_id,

9721:
9722:
9723: for rec_ret_entry_ids in csr_get_retro_entry loop
9724:
9725: x:=pay_au_paye_ff.get_retro_period(rec_ret_entry_ids.element_entry_id,
9726: rec_ret_entry_ids.date_earned,
9727: p_tax_unit_id,
9728: retro_start,
9729: retro_end);