DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on WSH_CARRIERS

Line 137: FROM wsh_carriers wsh_ca,wsh_carrier_services wsh,

133: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509' THEN
134:
135: SELECT freight_code
136: INTO l_freight_code
137: FROM wsh_carriers wsh_ca,wsh_carrier_services wsh,
138: wsh_org_carrier_services wsh_org
139: WHERE wsh_org.organization_id = p_line_rec.ship_from_org_id
140: AND wsh.carrier_service_id = wsh_org.carrier_service_id
141: AND wsh_ca.carrier_id = wsh.carrier_id