DBA Data[Home] [Help]

APPS.PAY_AU_PAYMENT_SUMMARY dependencies on PAY_AU_TERMINATIONS

Line 3227: -- pay_au_terminations.etp_prepost_ratios to get

3223: -- The value of the Lump Sum C Payment balance will be fetched using
3224: -- hr_aubal.calc_all_balances. The value will be used as ETP Payment.
3225: --
3226: -- This value is multiplied by etp ratio obtained from
3227: -- pay_au_terminations.etp_prepost_ratios to get
3228: -- the value for X_PRE_JUL_83_COMPONENT and X_POST_JUN_83_TAXED.
3229: --
3230: -- Value for the other two archive items X_DAYS_PRE_JUL_83
3231: -- and X_DAYS_POST_JUL_83 are returned as an out parameter.

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

3258: --------------------------------------------------------------------------------+
3259: -- this procedure gets the ratios to calculate prejul83 balance and postjun83 balance
3260: --------------------------------------------------------------------------------+
3261: IF g_debug THEN
3262: hr_utility.set_location('calling pay_au_terminations.etp_prepost_ratios ',17);
3263: END if;
3264:
3265: l_result := pay_au_terminations.etp_prepost_ratios(
3266: p_assignment_id -- number in

Line 3265: l_result := pay_au_terminations.etp_prepost_ratios(

3261: IF g_debug THEN
3262: hr_utility.set_location('calling pay_au_terminations.etp_prepost_ratios ',17);
3263: END if;
3264:
3265: l_result := pay_au_terminations.etp_prepost_ratios(
3266: p_assignment_id -- number in
3267: ,p_date_start -- date in
3268: ,p_actual_termination_date -- date in
3269: ,'N' -- Bug#2819479 Flag to check whether this function called by Termination Form.

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

3494:
3495: exception
3496: when e_prepost_error then
3497: IF g_debug THEN
3498: hr_utility.set_location('error from pay_au_terminations.etp_prepost_ratios',20);
3499: END if;
3500: when others then
3501: IF g_debug THEN
3502: hr_utility.set_location('error in archive_prepost_details',21);