DBA Data[Home] [Help]

APPS.ICX_CAT_SCHEMA_UPLOAD_PVT dependencies on ICX_POR_DESCRIPTORID

Line 1733: SELECT icx_por_descriptorid.nextval

1729: l_err_loc := 190;
1730:
1731: -- now get the descriptor id from the sequence
1732: -- xxx change to icx_cat_attributes_s
1733: SELECT icx_por_descriptorid.nextval
1734: INTO x_descriptor_id
1735: FROM dual;
1736:
1737: l_err_loc := 200;