DBA Data[Home] [Help]

APPS.CAC_SYNC_TASK dependencies on DUAL

Line 439: FROM DUAL;

435: LOOP
436: -- Fix Bug# 2387015 to avoid using contacts sequence number
437: SELECT jta_sync_task_mapping_s.nextval
438: INTO x_results (i).syncid
439: FROM DUAL;
440: x_results (i).resultid := cac_sync_task_common.g_sync_success; --success, no message will be displayed to user
441: END LOOP;
442: END create_ids;
443: