DBA Data[Home] [Help]

APPS.ICX_POR_EXT_CLASS dependencies on DUAL

Line 734: from dual;

730: ELSE
731: xErrLoc := 330;
732: select icx_por_categoryid.nextval
733: into xRtCategoryId
734: from dual;
735: xErrLoc := 350;
736: IF ICX_POR_EXT_UTL.gDebugLevel >= ICX_POR_EXT_UTL.DEBUG_LEVEL THEN
737: ICX_POR_EXT_UTL.debug(ICX_POR_EXT_UTL.DEBUG_LEVEL,
738: 'Create a new category id:' || xRtCategoryId);

Line 751: from dual;

747: ELSIF (pType = TEMPLATE_HEADER_TYPE) THEN
748: xErrLoc := 360;
749: select icx_por_categoryid.nextval
750: into xRtCategoryId
751: from dual;
752: IF ICX_POR_EXT_UTL.gDebugLevel >= ICX_POR_EXT_UTL.DEBUG_LEVEL THEN
753: ICX_POR_EXT_UTL.debug(ICX_POR_EXT_UTL.DEBUG_LEVEL,
754: 'Create new category id:' || xRtCategoryId);
755: END IF;