DBA Data[Home] [Help]

APPS.WSH_FTE_CONSTRAINT_FRAMEWORK dependencies on HZ_RELATIONSHIPS

Line 1287: hz_relationships rel,

1283: CURSOR c_get_supplier(c_location_id IN NUMBER) IS
1284: SELECT hz.party_id
1285: FROM hz_parties hz,
1286: po_vendors po,
1287: hz_relationships rel,
1288: hz_party_sites hps,
1289: wsh_locations wl
1290: WHERE wl.wsh_location_id = c_location_id
1291: AND wl.location_source_code = 'HZ'