DBA Data[Home] [Help]

APPS.ICX_POR_SCHEMA_UPLOAD dependencies on ICX_POR_CATEGORYID

Line 396: select icx_por_categoryid.nextval

392:
393: BEGIN
394: xErrLoc := 100;
395:
396: select icx_por_categoryid.nextval
397: into p_category_id
398: from DUAL;
399:
400: xErrLoc := 200;