DBA Data[Home] [Help]

APPS.PAY_AU_RECON_SUMMARY dependencies on DUAL

Line 205: Very similar to pay_au_payment_summary.adjust_retro_allowances excpet for an individual assignment

201:
202: /**************
203: bug 7571001 : new function - adjust_retro_group_allowances
204: This is called from get_total_allowances function for group level calculation to adjust allowance
205: Very similar to pay_au_payment_summary.adjust_retro_allowances excpet for an individual assignment
206: **************/
207:
208: function adjust_retro_group_allowances(t_allowance_balance IN OUT NOCOPY pay_au_payment_summary.t_allowance_balance%type
209: ,p_year_start in DATE

Line 2967: from dual;

2963: where payroll_action_id =c_payroll_Action_id;
2964:
2965: cursor next_action_id is
2966: select pay_assignment_actions_s.nextval
2967: from dual;
2968:
2969: cursor c_asgids(p_assignment_id varchar2,
2970: p_business_group_id hr_organization_units.organization_id%type,
2971: p_legal_employer varchar2,