DBA Data[Home] [Help]

APPS.ICX_POR_EXTRACTOR dependencies on DUAL

Line 108: from dual;

104: -- get a dummy batch job, which is used for rebuild index
105: IF gRequestId = -1 THEN
106: select icx_por_batch_jobs_s.nextval
107: into gRequestId
108: from dual;
109: END IF;
110: gJobNum := gRequestId;
111:
112: ICX_POR_EXT_UTL.gDebugLevel := pDebugLevel;