DBA Data[Home] [Help]

APPS.PQP_EXPPREPROC_PKG dependencies on DUAL

Line 274: from dual;

270: --
271: hr_utility.set_location('procpyr',3);
272: select pay_assignment_actions_s.nextval
273: into lockingactid
274: from dual;
275: --
276: -- insert the action record.
277: hr_nonrun_asact.insact(lockingactid,assignid,pactid,chunk,greid);
278: --

Line 297: from dual;

293: --
294: hr_utility.set_location('procpyr',3);
295: select pay_assignment_actions_s.nextval
296: into lockingactid
297: from dual;
298: --
299: -- insert the action record.
300: hr_nonrun_asact.insact(lockingactid,assignid,pactid,chunk,greid);
301: --