DBA Data[Home] [Help]

APPS.ICX_CAT dependencies on ICX_PARAMETERS

Line 371: from ICX_PARAMETERS;

367: l_order_by := 'RELATIONSHIP_TYPE DESC, RELATED_CATEGORY_NAME ASC';
368:
369: -- Look up the number of rows to display
370: select QUERY_SET into l_query_size
371: from ICX_PARAMETERS;
372:
373: -- figure end row value to display
374: if p_end_row is null then
375: l_end_row := l_query_size;