DBA Data[Home] [Help]

APPS.ICX_REQ_UPDATE_SAVED_CARTS dependencies on ICX_CART_LINE_DISTRIBUTIONS

Line 369: delete icx_cart_line_distributions

365: /* Delete cart header */
366: delete from icx_shopping_carts
367: where cart_id = v_cart_id;
368:
369: delete icx_cart_line_distributions
370: where cart_id = v_cart_id;
371:
372: delete icx_cart_distributions
373: where cart_id = v_cart_id;