DBA Data[Home] [Help]

APPS.PV_OPPORTUNITY_VHUK dependencies on HZ_ORGANIZATION_PROFILES

Line 582: hz_organization_profiles hzop,

578: is
579: select hp.party_name
580: from hz_relationships porg,
581: hz_parties hp,
582: hz_organization_profiles hzop,
583: pv_partner_profiles pvpp
584: where porg.party_id = pc_partner_id
585: and porg.subject_table_name = 'HZ_PARTIES'
586: and porg.object_table_name = 'HZ_PARTIES'