DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on HZ_RELATIONSHIPS

Line 344: ,hz_relationships hz

340: CURSOR getRelationId IS
341: select relation.party_id party_id
342: from hz_parties relation
343: ,hz_parties person
344: ,hz_relationships hz
345: where relation.party_id = hz.party_id
346: and person.party_id = hz.subject_id
347: and hz.subject_type = 'PERSON'
348: and hz.object_type = 'ORGANIZATION'