DBA Data[Home] [Help]

APPS.ICX_TEMPLATE_HEIRARCHY dependencies on ICX_PARAMETERS

Line 315: from ICX_PARAMETERS;

311: l_order_by := 'RELATIONSHIP_TYPE DESC, RELATED_EXPRESS_NAME ASC';
312:
313: -- Look up the number of rows to display
314: select QUERY_SET into l_query_size
315: from ICX_PARAMETERS;
316:
317: -- figure end row value to display
318: if p_end_row is null then
319: l_end_row := l_query_size;