DBA Data[Home] [Help]

APPS.PAY_AU_TFN_MAGTAPE dependencies on DUAL

Line 249: FROM dual;

245: l_report_end_date date;
246:
247: CURSOR next_action_id IS
248: SELECT pay_assignment_actions_s.nextval
249: FROM dual;
250:
251: BEGIN
252:
253: hr_utility.set_location('Start of assignment_action_code',3);