DBA Data[Home] [Help]

APPS.PAY_AU_TFN_MAGTAPE dependencies on DUAL

Line 259: FROM dual;

255: l_report_end_date date;
256:
257: CURSOR next_action_id IS
258: SELECT pay_assignment_actions_s.nextval
259: FROM dual;
260:
261: BEGIN
262:
263: hr_utility.set_location('Start of assignment_action_code',3);