DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on HZ_RELATIONSHIPS

Line 359: ,hz_relationships hz

355: CURSOR getRelationId IS
356: select relation.party_id party_id
357: from hz_parties relation
358: ,hz_parties person
359: ,hz_relationships hz
360: where relation.party_id = hz.party_id
361: and person.party_id = hz.subject_id
362: and hz.subject_type = 'PERSON'
363: and hz.object_type = 'ORGANIZATION'