DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on WSH_ORG_CARRIER_SERVICES

Line 138: wsh_org_carrier_services wsh_org

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