DBA Data[Home] [Help]

APPS.WSH_LOCATIONS_PKG dependencies on WSH_CARRIERS

Line 1977: FROM wsh_carriers c

1973: AND ou.location_id = c_location_id;
1974:
1975: CURSOR check_party_carrier_supplier(l_party_id IN NUMBER) IS
1976: SELECT 3
1977: FROM wsh_carriers c
1978: WHERE c.carrier_id = l_party_id
1979: UNION ALL
1980: SELECT 4
1981: FROM hz_relationships r, po_vendors v