DBA Data[Home] [Help]

APPS.OE_XML_PROCESS_UTIL dependencies on HZ_CUST_ACCOUNT_ROLES

Line 293: hz_cust_account_roles c

289:
290: Select a.person_first_name, a.person_last_name
291: Into x_first_name, x_last_name
292: From hz_parties a, hz_relationships b,
293: hz_cust_account_roles c
294: Where c.cust_account_role_id = p_contact_id
295: And c.party_id = b.party_id
296: And b.subject_id = a.party_id
297: And b.subject_table_name = 'HZ_PARTIES'