DBA Data[Home] [Help]

APPS.CSM_LOBS_PKG dependencies on DUAL

Line 236: FROM dual;

232: l_file_id := NULL;
233: --get the file id from the sequence diretly.As the client sent file id is not proper.
234: SELECT fnd_lobs_s.nextval
235: INTO l_file_id
236: FROM dual;
237: l_dodirty := TRUE;
238: END IF;
239:
240: CLOSE l_lobs_fileid_csr;