DBA Data[Home] [Help]

APPS.CSM_LOBS_PKG dependencies on DUAL

Line 247: FROM dual;

243: l_file_id := NULL;
244: --get the file id from the sequence diretly.As the client sent file id is not proper.
245: SELECT fnd_lobs_s.nextval
246: INTO l_file_id
247: FROM dual;
248: l_dodirty := TRUE;
249: END IF;
250:
251: CLOSE l_lobs_fileid_csr;