DBA Data[Home] [Help]

APPS.PAY_AU_TERM_REP dependencies on HR_AUBAL

Line 27: ** 25-Apr-2005 abhargav 115.14 Bug#4322599 - For ETP Tax modified the package hr_aubal call,

23: ** 04-DEC-2002 Ragovind 115.10 Added NOCOPY for the functions etp_payment_information,etp_prepayment_information
24: ** 15-May-2003 Ragovind 115.11 Bug#2819479 - ETP Pre/Post Enhancement.
25: ** 23-JUL-2003 Nanuradh 115.12 Bug#2984390 - Added an extra parameter to the function call etp_prepost_ratios - ETP Pre/post Enhancement
26: ** 22-Apr-2005 ksingla 115.13 Bug#4177679 -Added an extra parameter to the function call etp_prepost_ratios .
27: ** 25-Apr-2005 abhargav 115.14 Bug#4322599 - For ETP Tax modified the package hr_aubal call,
28: ** now calling the package in action mode rather then date mode
29: ** 21-Nov-2007 tbakashi 115.15 Bug#6470561 - STATUTORY UPDATE: MUTIPLE ETP IMPACT ON TERMINATION REPORT
30: ** ============== Formula Fuctions ====================
31: ** Package contains Reporting Details for the Termination

Line 487: /* P_ETP_TAX := hr_aubal.calc_asg_ptd_date

483: open get_date_earned;
484: fetch get_date_earned into l_end_date;
485: close get_date_earned;
486:
487: /* P_ETP_TAX := hr_aubal.calc_asg_ptd_date
488: (P_Assignment_id
489: ,Lv_balance_type_id
490: ,l_end_date
491: ); */

Line 493: Modified the call for hr_aubal package by calling it in action mode rather then date mode */

489: ,Lv_balance_type_id
490: ,l_end_date
491: ); */
492: /* Bug# 4322599
493: Modified the call for hr_aubal package by calling it in action mode rather then date mode */
494: /* 6470561 */ P_ETP_TAX := hr_aubal.calc_asg_ptd_action
495: (P_Assignment_Action_id
496: ,Lv_balance_type_id_1
497: ,l_end_date)

Line 494: /* 6470561 */ P_ETP_TAX := hr_aubal.calc_asg_ptd_action

490: ,l_end_date
491: ); */
492: /* Bug# 4322599
493: Modified the call for hr_aubal package by calling it in action mode rather then date mode */
494: /* 6470561 */ P_ETP_TAX := hr_aubal.calc_asg_ptd_action
495: (P_Assignment_Action_id
496: ,Lv_balance_type_id_1
497: ,l_end_date)
498: +

Line 499: hr_aubal.calc_asg_ptd_action

495: (P_Assignment_Action_id
496: ,Lv_balance_type_id_1
497: ,l_end_date)
498: +
499: hr_aubal.calc_asg_ptd_action
500: (P_Assignment_Action_id
501: ,Lv_balance_type_id_2
502: ,l_end_date);
503: End;

Line 549: p_invalidity_component := hr_aubal.calc_asg_ptd_action

545: open get_date_earned;
546: fetch get_date_earned into l_end_date;
547: close get_date_earned;
548:
549: p_invalidity_component := hr_aubal.calc_asg_ptd_action
550: (P_Assignment_Action_id
551: ,Lv_balance_type_id_1
552: ,l_end_date)
553: +

Line 554: hr_aubal.calc_asg_ptd_action

550: (P_Assignment_Action_id
551: ,Lv_balance_type_id_1
552: ,l_end_date)
553: +
554: hr_aubal.calc_asg_ptd_action
555: (P_Assignment_Action_id
556: ,Lv_balance_type_id_2
557: ,l_end_date);
558: End;

Line 633: lv_invalidity_component := hr_aubal.calc_asg_ptd_action

629: close get_date_earned;
630:
631:
632:
633: lv_invalidity_component := hr_aubal.calc_asg_ptd_action
634: (P_Assignment_Action_id
635: ,Lv_balance_type_id_1
636: ,l_end_date)
637: +

Line 638: hr_aubal.calc_asg_ptd_action

634: (P_Assignment_Action_id
635: ,Lv_balance_type_id_1
636: ,l_end_date)
637: +
638: hr_aubal.calc_asg_ptd_action
639: (P_Assignment_Action_id
640: ,Lv_balance_type_id_2
641: ,l_end_date);
642: