DBA Data[Home] [Help]

APPS.ICX_CAT_SCHEMA_UPLOAD_PVT dependencies on ICX_POR_CATEGORYID

Line 530: -- xxx why is the sequence icx_por_categoryid

526: BEGIN
527:
528: l_err_loc := 100;
529:
530: -- xxx why is the sequence icx_por_categoryid
531: SELECT icx_por_categoryid.nextval
532: INTO x_category_id
533: FROM dual;
534:

Line 531: SELECT icx_por_categoryid.nextval

527:
528: l_err_loc := 100;
529:
530: -- xxx why is the sequence icx_por_categoryid
531: SELECT icx_por_categoryid.nextval
532: INTO x_category_id
533: FROM dual;
534:
535: l_err_loc := 200;