DBA Data[Home] [Help]

APPS.HZ_CONTACT_POINT_V2PUB dependencies on HZ_RELATIONSHIPS

Line 7048: HZ_RELATIONSHIPS rel,HZ_CUST_ACCT_SITES_ALL ac

7044: ----(Party level relationship's contact point )
7045: CURSOR c_pl_rel_cp(p_party_id NUMBER) IS
7046: SELECT distinct ac.CUST_ACCT_SITE_ID
7047: FROM HZ_PARTIES p, HZ_CUST_ACCOUNT_ROLES ar,
7048: HZ_RELATIONSHIPS rel,HZ_CUST_ACCT_SITES_ALL ac
7049: WHERE rel.party_id=p_party_id
7050: AND ar.ROLE_TYPE = 'CONTACT'
7051: AND rel.party_id=ar.party_id
7052: AND rel.subject_id=p.party_id

Line 7060: HZ_RELATIONSHIPS rel,HZ_CUST_ACCT_SITES_ALL ac

7056: -----(Site Level relationship's contact point )
7057: CURSOR c_sl_rel_cp(p_party_id NUMBER) IS
7058: SELECT distinct ac.CUST_ACCT_SITE_ID
7059: FROM HZ_PARTIES p, HZ_CUST_ACCOUNT_ROLES ar,
7060: HZ_RELATIONSHIPS rel,HZ_CUST_ACCT_SITES_ALL ac
7061: WHERE rel.party_id=p_party_id
7062: AND ar.ROLE_TYPE = 'CONTACT'
7063: AND ar.party_id = rel.party_id
7064: AND p.party_id = rel.subject_id