DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on WSH_CARRIERS

Line 139: FROM wsh_carriers wsh_ca,wsh_carrier_services wsh,

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