DBA Data[Home] [Help]

APPS.PAY_CC_PROCESS_UTILS dependencies on DUAL

Line 110: FROM dual;

106:
107: if (l_last_run_date < asgrec.creation_date) then
108: SELECT pay_assignment_actions_s.nextval
109: INTO l_lockingactid
110: FROM dual;
111: -- insert the action record.
112: hr_nonrun_asact.insact(l_lockingactid,asgrec.assignment_id,p_pactid,p_chunk, null);
113: end if;
114: end loop;

Line 397: from dual;

393: -- get current date and time , this can be set in pay_recorded requests
394: -- when assignment action has been processed.
395: select sysdate
396: into l_run_date
397: from dual;
398:
399: -- hr_utility.trace('>>> p_assactid '||p_assactid);
400: -- hr_utility.set_location(l_proc, 20);
401: