DBA Data[Home] [Help]

APPS.ICX_TEMPLATE_HEIRARCHY dependencies on STANDARD

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

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

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

549:
550: end if;
551:
552:
553: -- if API call did not succeed, then print errors with standard error page
554: if l_return_status <> 'S' then
555:
556: icx_admin_sig.error_screen(null,null,l_msg_count,l_msg_data);
557:

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

600: p_related_template => l_icx_related_template
601: );
602:
603:
604: -- if API call did not succeed, then print errors with standard error page
605: if l_return_status <> 'S' then
606:
607: icx_admin_sig.error_screen(null,null,l_msg_count,l_msg_data);
608: