DBA Data[Home] [Help]

APPS.PAY_AU_RECON_SUMMARY dependencies on PAY_AU_TERMINATIONS

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

968: --------------------------------------------------------------------------------+
969: -- this procedure gets the ratios to calculate prejul83 balance and postjun83 balance
970: --------------------------------------------------------------------------------+
971: if g_debug then
972: hr_utility.set_location('calling pay_au_terminations.etp_prepost_ratios ',15);
973: END if;
974:
975: l_result :=pay_au_terminations.etp_prepost_ratios(
976: p_assignment_id -- number in

Line 975: l_result :=pay_au_terminations.etp_prepost_ratios(

971: if g_debug then
972: hr_utility.set_location('calling pay_au_terminations.etp_prepost_ratios ',15);
973: END if;
974:
975: l_result :=pay_au_terminations.etp_prepost_ratios(
976: p_assignment_id -- number in
977: ,l_date_start -- date in
978: ,l_actual_termination_date -- date in
979: ,'N' -- Bug#2819479 Flag to check whether this function called by Termination Form.

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

1021:
1022: exception
1023: when e_prepost_error then
1024: if g_debug then
1025: hr_utility.set_location('error from pay_au_terminations.etp_prepost_ratios',20);
1026: END if;
1027: when others then
1028: if g_debug then
1029: hr_utility.set_location('error in function_prepost_details',21);