DBA Data[Home] [Help]

APPS.ICX_POR_SCHEMA_UPGRADE dependencies on DBMS_SQL

Line 187: l_category_ids dbms_sql.number_table;

183: ** for that category. Descriptors for that category is assigned
184: ** section tags.
185: **/
186: PROCEDURE assign_section_tag_and_map IS
187: l_category_ids dbms_sql.number_table;
188: i PLS_INTEGER := 1;
189: TYPE CursorType IS REF CURSOR;
190: get_categories CursorType;
191: