DBA Data[Home] [Help]

APPS.HR_PPVOL dependencies on PAY_PAYROLL_ACTIONS

Line 464: select pay_payroll_actions_s.nextval

460: parameters varchar2) return number is
461: action_id number(16);
462: begin
463: --
464: select pay_payroll_actions_s.nextval
465: into action_id
466: from dual;
467: --
468: -- Now do the insert

Line 470: insert into pay_payroll_actions(

466: from dual;
467: --
468: -- Now do the insert
469: --
470: insert into pay_payroll_actions(
471: payroll_action_id,
472: action_type,
473: business_group_id,
474: consolidation_set_id,