DBA Data[Home] [Help]

APPS.ICX_TEMPLATE_HEIRARCHY dependencies on ICX_ON_UTILITIES2

Line 365: icx_on_utilities2.displaySetIcons (

361: -- the table header
362: if j = 1 then
363: if (l_total_rows > l_query_size) and not
364: (p_start_row = 1 and l_end_row = l_total_rows) then
365: icx_on_utilities2.displaySetIcons (
366: P_LANGUAGE_CODE => l_language,
367: P_PACKPROC => 'JS',
368: P_START_ROW => p_start_row,
369: P_STOP_ROW => l_end_row,

Line 447: icx_on_utilities2.displaySetIcons (

443:
444: -- print button set if appropriate
445: if (l_total_rows > l_query_size) and not
446: (p_start_row = 1 and l_end_row = l_total_rows) then
447: icx_on_utilities2.displaySetIcons (
448: P_LANGUAGE_CODE => l_language,
449: P_PACKPROC => 'JS',
450: P_START_ROW => p_start_row,
451: P_STOP_ROW => l_end_row,