DBA Data[Home] [Help]

APPS.CZ_IMP_IM_KRS dependencies on CZ_ITEM_MASTERS_S

Line 235: SELECT CZ_ITEM_MASTERS_S.NEXTVAL INTO nNextValue FROM DUAL;

231: nInsertCount:=nInsertCount+1;
232: nAllocateCounter:=nAllocateCounter+1;
233: IF(nAllocateCounter=nAllocateBlock)THEN
234: nAllocateCounter:=0;
235: SELECT CZ_ITEM_MASTERS_S.NEXTVAL INTO nNextValue FROM DUAL;
236: END IF;
237:
238: END IF;
239: END;