DBA Data[Home] [Help]

APPS.HZ_PARTY_V2PUB dependencies on HZ_CUST_ACCOUNT_ROLES

Line 8932: FROM HZ_PARTIES p, HZ_CUST_ACCOUNT_ROLES ar,

8928: IS
8929: ---(Party level relationship )
8930: CURSOR c_party_cust_acct_sites(p_party_id NUMBER) IS
8931: SELECT distinct ac.CUST_ACCT_SITE_ID
8932: FROM HZ_PARTIES p, HZ_CUST_ACCOUNT_ROLES ar,
8933: HZ_RELATIONSHIPS rel,HZ_CUST_ACCT_SITES_ALL ac
8934: WHERE rel.subject_id=p_party_id
8935: AND ar.ROLE_TYPE = 'CONTACT'
8936: AND rel.party_id=ar.party_id

Line 8944: FROM HZ_PARTIES p, HZ_CUST_ACCOUNT_ROLES ar,

8940:
8941: ----(Site Level relationship)
8942: CURSOR c_site_cust_acct_sites(p_party_id NUMBER) IS
8943: SELECT distinct ac.CUST_ACCT_SITE_ID
8944: FROM HZ_PARTIES p, HZ_CUST_ACCOUNT_ROLES ar,
8945: HZ_RELATIONSHIPS rel,HZ_CUST_ACCT_SITES_ALL ac
8946: WHERE rel.subject_id=p_party_id
8947: AND ar.ROLE_TYPE = 'CONTACT'
8948: AND ar.party_id = rel.party_id