DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on WSH_ORG_CARRIER_SERVICES

Line 140: wsh_org_carrier_services wsh_org

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
144: AND wsh.ship_method_code = p_line_rec.shipping_method_code