DBA Data[Home] [Help]

APPS.ICX_REQ_UPDATE_SAVED_CARTS dependencies on ICX_SHOPPING_CARTS

Line 366: delete from icx_shopping_carts

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
367: where cart_id = v_cart_id;
368:
369: delete icx_cart_line_distributions
370: where cart_id = v_cart_id;