DBA Data[Home] [Help]

APPS.HZ_COMMON_PUB dependencies on HZ_RELATIONSHIPS

Line 451: hz_relationships c

447: cursor c is
448: select b.person_first_name||' '||b.person_last_name
449: from hz_cust_account_roles a,
450: hz_parties b,
451: hz_relationships c
452: where a.cust_account_role_id = v_contact_id
453: and c.party_id =a.party_id
454: and c.subject_id = b.party_id
455: and c.subject_table_name = 'HZ_PARTIES'