DBA Data[Home] [Help]

APPS.PAY_EOSY_AC_PKG dependencies on DUAL

Line 270: FROM dual;

266: --Get the assignment_action_id for creating one for each selected asact_id
267:
268: SELECT pay_assignment_actions_s.nextval
269: INTO lockingactid
270: FROM dual;
271:
272:
273: -- insert the action record.
274: hr_utility.set_location(l_package||':stperson:'||stperson,50);