DBA Data[Home] [Help]

APPS.MST_AGG_PKG dependencies on WSH_CARRIERS

Line 5851: wsh_carriers car

5847: select car.freight_code
5848: from hz_locations hzl,
5849: hz_party_sites hzs,
5850: hz_parties hzp,
5851: wsh_carriers car
5852: where hzl.location_id = p_location_id
5853: and hzl.location_id = hzs.location_id
5854: and hzs.party_id = hzp.party_id
5855: and hzp.party_id = car.carrier_id;

Line 5917: wsh_carriers car

5913: select car.freight_code
5914: from hz_locations hzl,
5915: hz_party_sites hzs,
5916: hz_parties hzp,
5917: wsh_carriers car
5918: where hzl.location_id = p_location_id
5919: and hzl.location_id = hzs.location_id
5920: and hzs.party_id = hzp.party_id
5921: and hzp.party_id = car.carrier_id;