DBA Data[Home] [Help]

APPS.ICX_REQ_CATEGORIES dependencies on ICX_REQ_CUSTOM

Line 688: icx_req_custom.reqs_default_lines(l_emergency,l_cart_id);

684: end loop;
685:
686: /* call customer default line routines */
687: if l_emergency is not NULL and l_emergency = 'YES' then
688: icx_req_custom.reqs_default_lines(l_emergency,l_cart_id);
689: else
690: icx_req_custom.reqs_default_lines('NO',
691: l_cart_id);
692: end if;

Line 690: icx_req_custom.reqs_default_lines('NO',

686: /* call customer default line routines */
687: if l_emergency is not NULL and l_emergency = 'YES' then
688: icx_req_custom.reqs_default_lines(l_emergency,l_cart_id);
689: else
690: icx_req_custom.reqs_default_lines('NO',
691: l_cart_id);
692: end if;
693:
694: total_page(l_cart_id,l_dest_org_id,l_rows_added,l_rows_updated,p_cat_name,