DBA Data[Home] [Help]

APPS.IBE_CART_NOTIFY_UTIL dependencies on HZ_CONTACT_POINTS

Line 103: FROM hz_contact_points h,

99: h.phone_line_type ,
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'