DBA Data[Home] [Help]

APPS.CZ_BOM_SYNCH dependencies on DUAL

Line 1856: SELECT cz_xfr_run_infos_s.NEXTVAL INTO p_run_id FROM DUAL;

1852:
1853: --Take care of the run_id.
1854:
1855: IF(p_run_id IS NULL)THEN
1856: SELECT cz_xfr_run_infos_s.NEXTVAL INTO p_run_id FROM DUAL;
1857: END IF;
1858:
1859: --Read the version of the software and log the header message.
1860: --We do not want to stop just because an error occurs at this point, so we use the