DBA Data[Home] [Help]

APPS.ICX_REQ_UPDATE_SAVED_CARTS dependencies on ICX_CART_DISTRIBUTIONS

Line 372: delete icx_cart_distributions

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;
374:
375: ICX_REQ_UPDATE_SAVED_CARTS.displaySavedCarts(p_start_row => params(2),
376: p_end_row => params(3),