DBA Data[Home] [Help]

APPS.HZ_COMMON_PUB dependencies on HZ_CUST_ACCOUNT_ROLES

Line 449: from hz_cust_account_roles a,

445: v_return hz_parties.party_name%type;
446:
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