DBA Data[Home] [Help]

APPS.IBE_ADDRESS_V2PVT dependencies on HZ_RELATIONSHIPS

Line 1366: select subject_id from hz_relationships

1362: )
1363: );
1364:
1365: cursor c_getOrgPartyId(l_party_id number) IS
1366: select subject_id from hz_relationships
1367: where party_id = l_party_id and subject_type = 'ORGANIZATION';
1368:
1369: BEGIN
1370: