DBA Data[Home] [Help]

APPS.IBE_CART_NOTIFY_UTIL dependencies on ASO_QUOTE_HEADERS_ALL

Line 70: FROM aso_quote_headers_all qh,

66: fl.MEANING SHIP_METHOD_CODE_MEANING,
67: qh.TOTAL_SHIPPING_CHARGE,
68: qh.TOTAL_TAX,
69: qh.TOTAL_QUOTE_PRICE
70: FROM aso_quote_headers_all qh,
71: aso_shipments s,
72: hz_party_sites ps,
73: hz_locations loc,
74: aso_i_parties_v ip,

Line 273: FROM aso_quote_headers_all qh,

269: m.shippable_item_flag,
270: m.inventory_item_id,
271: m.description
272:
273: FROM aso_quote_headers_all qh,
274: aso_quote_lines_all ql,
275: mtl_system_items_vl m
276: where qh.quote_header_id = ql.quote_header_id
277: and ql.inventory_item_id = m.inventory_item_id