DBA Data[Home] [Help]

APPS.ICX_REQ_NAVIGATION dependencies on ICX_SHOPPING_CARTS_V

Line 1013: from icx_shopping_carts_v

1009: ------------------------------------------------------------
1010:
1011: cursor DETERMINE_CART(v_cart_id number, v_shopper_id number) is
1012: select count(-1)
1013: from icx_shopping_carts_v
1014: where cart_id = v_cart_id
1015: and shopper_id = v_shopper_id;
1016:
1017: --change by alex for attachment