DBA Data[Home] [Help]

APPS.ICX_REQ_UPDATE_SAVED_CARTS dependencies on ICX_SHOPPING_CART_LINES

Line 362: delete from icx_shopping_cart_lines

358:
359: v_cart_id := params(1);
360:
361: /* Delete all cart lines */
362: delete from icx_shopping_cart_lines
363: Where cart_id = v_cart_id;
364:
365: /* Delete cart header */
366: delete from icx_shopping_carts