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 1859: x:=pay_au_paye_ff.get_retro_period(rec_ret_entry_ids.element_entry_id,

1855: IF g_debug THEN
1856: hr_utility.set_location('Calling Get Retro Periods',2);
1857: END if;
1858:
1859: x:=pay_au_paye_ff.get_retro_period(rec_ret_entry_ids.element_entry_id,
1860: rec_ret_entry_ids.date_earned,
1861: p_registered_employer, /*Bug 4418107*/
1862: retro_start,
1863: retro_end);

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

1920: IF g_debug THEN
1921: hr_utility.set_location('Calling Get Retro Time Span',2);
1922: END if;
1923:
1924: x:= pay_au_paye_ff.get_retro_time_span(rec_ret_entry_ids.element_entry_id,
1925: rec_ret_entry_ids.date_earned,
1926: rec_ret_entry_ids.tax_unit_id,
1927: retro_start,
1928: retro_end,