DBA Data[Home] [Help]

APPS.AR_ARXCHR_XMLP_PKG dependencies on HZ_ROLE_RESPONSIBILITY

Line 236: hz_role_responsibility role_res

232: from
233: hz_cust_account_roles acct_role,
234: hz_parties party,
235: hz_relationships rel,
236: hz_role_responsibility role_res
237: where
238: acct_role.cust_account_role_id = role_res.cust_account_role_id
239: and acct_role.party_id = rel.party_id
240: and acct_role.role_type = 'CONTACT'