DBA Data[Home] [Help]

APPS.ICX_POR_EXT_ITEM dependencies on ICX_POR_ITEMID

Line 3376: SELECT icx_por_itemid.nextval

3372: (gCurrentPrice.supplier IS NULL OR
3373: gCurrentPrice.supplier_part_num = TO_CHAR(NULL_NUMBER)))
3374: THEN
3375: xErrLoc := 620;
3376: SELECT icx_por_itemid.nextval
3377: INTO xRtItemId
3378: FROM dual;
3379: IF ICX_POR_EXT_UTL.gDebugLevel >= ICX_POR_EXT_UTL.DEBUG_LEVEL THEN
3380: ICX_POR_EXT_UTL.debug(ICX_POR_EXT_UTL.DEBUG_LEVEL,

Line 3452: SELECT icx_por_itemid.nextval

3448: 'Item record not found');
3449: END IF;
3450:
3451: xErrLoc := 620;
3452: SELECT icx_por_itemid.nextval
3453: INTO xRtItemId
3454: FROM dual;
3455: IF ICX_POR_EXT_UTL.gDebugLevel >= ICX_POR_EXT_UTL.DEBUG_LEVEL THEN
3456: ICX_POR_EXT_UTL.debug(ICX_POR_EXT_UTL.DEBUG_LEVEL,