DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on HZ_RELATIONSHIPS

Line 3381: ,hz_relationships hr

3377:
3378: Cursor Get_B2B_User IS
3379: SELECT hp.party_name
3380: from hz_parties hp
3381: ,hz_relationships hr
3382: ,fnd_user fu
3383: WHERE hr.party_id = fu.customer_id
3384: AND hr.subject_id = hp.party_id
3385: AND hr.relationship_code in ('EMPLOYEE_OF', 'CONTACT_OF')