DBA Data[Home] [Help]

APPS.PAY_MX_ISR_FORMAT37 dependencies on DUAL

Line 788: from dual;

784: dbg('Inserting action record');
785: dbg('Record ' || to_char(num) );
786: select pay_assignment_actions_s.nextval
787: into lockingactid
788: from dual;
789:
790: -- insert the action record.
791: hr_nonrun_asact.insact(lockingactid,assignid,pactid,chunk,greid);
792: