DBA Data[Home] [Help]

APPS.ICX_UTIL dependencies on ICX_PARAMETERS

Line 1446: from ICX_PARAMETERS;

1442:
1443: -- Look up the number of rows to display
1444: select QUERY_SET, MAX_ROWS
1445: into l_query_size, l_max_rows
1446: from ICX_PARAMETERS;
1447:
1448: -- figure end row value to display */
1449: if p_end_row is null then
1450: end_row := l_query_size;

Line 1681: from ICX_PARAMETERS;

1677: if x = 1 or x = 2 then
1678:
1679: -- Look up the number of rows to display
1680: select QUERY_SET into l_query_size
1681: from ICX_PARAMETERS;
1682:
1683:
1684: -- get number of total rows returned by lov to be used to
1685: -- determine if we need to display the next/previous buttons