DBA Data[Home] [Help]

APPS.PAY_AU_PAYMENT_SUMMARY dependencies on PAY_AU_TERMINATIONS

Line 5524: -- pay_au_terminations.etp_prepost_ratios to get

5520: -- The value of the Lump Sum C Payment balance will be fetched using
5521: -- hr_aubal.calc_all_balances. The value will be used as ETP Payment.
5522: --
5523: -- This value is multiplied by etp ratio obtained from
5524: -- pay_au_terminations.etp_prepost_ratios to get
5525: -- the value for X_PRE_JUL_83_COMPONENT and X_POST_JUN_83_TAXED.
5526: --
5527: -- Value for the other two archive items X_DAYS_PRE_JUL_83
5528: -- and X_DAYS_POST_JUL_83 are returned as an out parameter.

Line 5559: hr_utility.set_location('calling pay_au_terminations.etp_prepost_ratios ',17);

5555: --------------------------------------------------------------------------------+
5556: -- this procedure gets the ratios to calculate prejul83 balance and postjun83 balance
5557: --------------------------------------------------------------------------------+
5558: IF g_debug THEN
5559: hr_utility.set_location('calling pay_au_terminations.etp_prepost_ratios ',17);
5560: END if;
5561:
5562: l_result := pay_au_terminations.etp_prepost_ratios(
5563: p_assignment_id -- number in

Line 5562: l_result := pay_au_terminations.etp_prepost_ratios(

5558: IF g_debug THEN
5559: hr_utility.set_location('calling pay_au_terminations.etp_prepost_ratios ',17);
5560: END if;
5561:
5562: l_result := pay_au_terminations.etp_prepost_ratios(
5563: p_assignment_id -- number in
5564: ,p_date_start -- date in
5565: ,p_actual_termination_date -- date in
5566: ,'N' -- Bug#2819479 Flag to check whether this function called by Termination Form.

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

5952:
5953: exception
5954: when e_prepost_error then
5955: IF g_debug THEN
5956: hr_utility.set_location('error from pay_au_terminations.etp_prepost_ratios',20);
5957: END if;
5958: when others then
5959: IF g_debug THEN
5960: hr_utility.set_location('error in archive_prepost_details',21);

Line 6898: hr_utility.set_location('calling pay_au_terminations.etp_prepost_ratios ',51);

6894:
6895:
6896:
6897: IF g_debug THEN
6898: hr_utility.set_location('calling pay_au_terminations.etp_prepost_ratios ',51);
6899: END if;
6900:
6901: l_result := pay_au_terminations.etp_prepost_ratios(
6902: p_assignment_id -- number in

Line 6901: l_result := pay_au_terminations.etp_prepost_ratios(

6897: IF g_debug THEN
6898: hr_utility.set_location('calling pay_au_terminations.etp_prepost_ratios ',51);
6899: END if;
6900:
6901: l_result := pay_au_terminations.etp_prepost_ratios(
6902: p_assignment_id -- number in
6903: ,p_date_start -- date in
6904: ,p_actual_termination_date -- date in
6905: ,'N' -- Bug#2819479 Flag to check whether this function called by Termination Form.