DBA Data[Home] [Help]

APPS.ICX_CAT dependencies on ICX_ON_UTILITIES2

Line 420: icx_on_utilities2.displaySetIcons (

416: -- the table header
417: if j = 1 then
418: if (l_total_rows > l_query_size) and not
419: (p_start_row = 1 and l_end_row = l_total_rows) then
420: icx_on_utilities2.displaySetIcons (
421: P_LANGUAGE_CODE => l_language,
422: P_PACKPROC => 'JS',
423: P_START_ROW => p_start_row,
424: P_STOP_ROW => l_end_row,

Line 512: icx_on_utilities2.displaySetIcons (

508:
509: -- print button set if appropriate
510: if (l_total_rows > l_query_size) and not
511: (p_start_row = 1 and l_end_row = l_total_rows) then
512: icx_on_utilities2.displaySetIcons (
513: P_LANGUAGE_CODE => l_language,
514: P_PACKPROC => 'JS',
515: P_START_ROW => p_start_row,
516: P_STOP_ROW => l_end_row,