DBA Data[Home] [Help]

APPS.ICX_REQ_SUBMIT dependencies on ICX_CART_DISTRIBUTIONS

Line 1212: update icx_cart_distributions

1208: where CART_ID = v_cart_id
1209: and SHOPPER_ID = v_shopper_id;
1210:
1211:
1212: update icx_cart_distributions
1213: SET LAST_UPDATE_DATE = sysdate,
1214: CHARGE_ACCOUNT_SEGMENT1 = decode(icx_charge_acct_seg1,
1215: FND_API.G_MISS_CHAR, CHARGE_ACCOUNT_SEGMENT1,
1216: icx_charge_acct_seg1),

Line 2311: delete icx_cart_distributions

2307:
2308: delete icx_shopping_cart_lines
2309: where cart_id = v_cart_id;
2310:
2311: delete icx_cart_distributions
2312: where cart_id = v_cart_id;
2313:
2314:
2315: end if;