DBA Data[Home] [Help]

APPS.IBE_ORD_ONECLICK_PVT dependencies on HZ_CONTACT_POINTS

Line 68: from HZ_CONTACT_POINTS

64: cust_account_id = c_acct_id;
65:
66: Cursor c_email_addr (owner_id NUMBER)
67: IS select email_address
68: from HZ_CONTACT_POINTS
69: where
70: contact_point_type = 'EMAIL' and
71: owner_table_name = 'HZ_PARTIES' and
72: status = 'A' and