DBA Data[Home] [Help]

APPS.ICX_POR_EXT_CLASS dependencies on ICX_POR_CATEGORYID

Line 732: select icx_por_categoryid.nextval

728: 'Found category id with other language:' || xRtCategoryId);
729: END IF;
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

Line 749: select icx_por_categoryid.nextval

745: gLastRtCategoryId := xRtCategoryId;
746: END IF;
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,