DBA Data[Home] [Help]

APPS.CZ_BOM_SYNCH dependencies on DUAL

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

1841:
1842: --Take care of the run_id.
1843:
1844: IF(p_run_id IS NULL)THEN
1845: SELECT cz_xfr_run_infos_s.NEXTVAL INTO p_run_id FROM DUAL;
1846: END IF;
1847:
1848: --Read the version of the software and log the header message.
1849: --We do not want to stop just because an error occurs at this point, so we use the