DBA Data[Home] [Help]

APPS.HZ_CONTACT_POINT_V2PUB dependencies on HZ_RELATIONSHIPS

Line 7204: HZ_RELATIONSHIPS rel,HZ_CUST_ACCT_SITES_ALL ac

7200: ----(Party level relationship's contact point )
7201: CURSOR c_pl_rel_cp(p_party_id NUMBER) IS
7202: SELECT distinct ac.CUST_ACCT_SITE_ID
7203: FROM HZ_PARTIES p, HZ_CUST_ACCOUNT_ROLES ar,
7204: HZ_RELATIONSHIPS rel,HZ_CUST_ACCT_SITES_ALL ac
7205: WHERE rel.party_id=p_party_id
7206: AND ar.ROLE_TYPE = 'CONTACT'
7207: AND rel.party_id=ar.party_id
7208: AND rel.subject_id=p.party_id

Line 7216: HZ_RELATIONSHIPS rel,HZ_CUST_ACCT_SITES_ALL ac

7212: -----(Site Level relationship's contact point )
7213: CURSOR c_sl_rel_cp(p_party_id NUMBER) IS
7214: SELECT distinct ac.CUST_ACCT_SITE_ID
7215: FROM HZ_PARTIES p, HZ_CUST_ACCOUNT_ROLES ar,
7216: HZ_RELATIONSHIPS rel,HZ_CUST_ACCT_SITES_ALL ac
7217: WHERE rel.party_id=p_party_id
7218: AND ar.ROLE_TYPE = 'CONTACT'
7219: AND ar.party_id = rel.party_id
7220: AND p.party_id = rel.subject_id