DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_AUDIT_PVT dependencies on HZ_RELATIONSHIPS

Line 3371: ,hz_relationships hr

3367:
3368: Cursor Get_B2B_User IS
3369: SELECT hp.party_name
3370: from hz_parties hp
3371: ,hz_relationships hr
3372: ,fnd_user fu
3373: WHERE hr.party_id = fu.customer_id
3374: AND hr.subject_id = hp.party_id
3375: AND hr.relationship_code in ('EMPLOYEE_OF', 'CONTACT_OF')