DBA Data[Home] [Help]

APPS.PAY_AU_RECON_SUMMARY dependencies on PAY_AU_TERMINATIONS

Line 1621: hr_utility.set_location('calling pay_au_terminations.etp_prepost_ratios ',15);

1617: --------------------------------------------------------------------------------+
1618: -- this procedure gets the ratios to calculate prejul83 balance and postjun83 balance
1619: --------------------------------------------------------------------------------+
1620: if g_debug then
1621: hr_utility.set_location('calling pay_au_terminations.etp_prepost_ratios ',15);
1622: END if;
1623:
1624: l_result :=pay_au_terminations.etp_prepost_ratios(
1625: p_assignment_id -- number in

Line 1624: l_result :=pay_au_terminations.etp_prepost_ratios(

1620: if g_debug then
1621: hr_utility.set_location('calling pay_au_terminations.etp_prepost_ratios ',15);
1622: END if;
1623:
1624: l_result :=pay_au_terminations.etp_prepost_ratios(
1625: p_assignment_id -- number in
1626: ,l_date_start -- date in
1627: ,l_actual_termination_date -- date in
1628: ,'N' -- Bug#2819479 Flag to check whether this function called by Termination Form.

Line 1697: hr_utility.set_location('error from pay_au_terminations.etp_prepost_ratios',20);

1693:
1694: exception
1695: when e_prepost_error then
1696: if g_debug then
1697: hr_utility.set_location('error from pay_au_terminations.etp_prepost_ratios',20);
1698: END if;
1699: when others then
1700: if g_debug then
1701: hr_utility.set_location('error in function_prepost_details',21);