DBA Data[Home] [Help]

APPS.IBE_CART_NOTIFY_UTIL dependencies on ASO_I_PARTIES_V

Line 74: aso_i_parties_v ip,

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,
75: wsh_carrier_ship_methods csm,
76: fnd_lookup_values_vl fl
77: WHERE qh.quote_header_id = s.quote_header_id
78: and s.ship_to_party_site_id = ps.party_site_id(+)

Line 104: aso_i_parties_v ap,

100: h.contact_point_purpose,
101: h.contact_point_type
102:
103: FROM hz_contact_points h,
104: aso_i_parties_v ap,
105: fnd_user fnd
106: where fnd.user_id = FND_GLOBAL.USER_ID
107: and owner_table_name = 'HZ_PARTIES'
108: and owner_table_id = fnd.customer_id