DBA Data[Home] [Help]

APPS.ICX_REQ_TEMPLATES dependencies on ICX_REQ_CUSTOM

Line 1434: icx_req_custom.reqs_default_lines('YES', l_cart_id);

1430: COMMIT;
1431:
1432: /* Call Custom defaults */
1433: if l_emergency is not NULL and l_emergency = 'YES' then
1434: icx_req_custom.reqs_default_lines('YES', l_cart_id);
1435: else
1436: icx_req_custom.reqs_default_lines('NO', l_cart_id);
1437: end if;
1438:

Line 1436: icx_req_custom.reqs_default_lines('NO', l_cart_id);

1432: /* Call Custom defaults */
1433: if l_emergency is not NULL and l_emergency = 'YES' then
1434: icx_req_custom.reqs_default_lines('YES', l_cart_id);
1435: else
1436: icx_req_custom.reqs_default_lines('NO', l_cart_id);
1437: end if;
1438:
1439: /* get the order total; do this after custom defaults as it clould
1440: modify the price or quantity */