DBA Data[Home] [Help]

APPS.ICX_CAT dependencies on STANDARD

Line 415: -- more than the standard query size and also display

411: j := j + 1;
412:
413: -- If this is the first iteration of the loop then
414: -- display next/previous set buttons if list of values returns
415: -- more than the standard query size and also display
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

Line 626: -- if API call did not succeed, then print errors with standard error page

622:
623: end if;
624:
625:
626: -- if API call did not succeed, then print errors with standard error page
627: if l_return_status <> 'S' then
628:
629: icx_admin_sig.error_screen(null,null,l_msg_count,l_msg_data);
630:

Line 684: -- if API call did not succeed, then print errors with standard error page

680: p_related_category_id => icx_related_category_id
681: );
682:
683:
684: -- if API call did not succeed, then print errors with standard error page
685: if l_return_status <> 'S' then
686:
687: icx_admin_sig.error_screen(null,null,l_msg_count,l_msg_data);
688: