DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on WSH_CARRIER_SERVICES

Line 2673: FROM wsh_carrier_services wsh,

2669:
2670: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509' THEN
2671: SELECT count(*)
2672: INTO l_count
2673: FROM wsh_carrier_services wsh,
2674: wsh_org_carrier_services wsh_org
2675: WHERE wsh_org.organization_id = p_line_rec.ship_from_org_id(l_index)
2676: AND wsh.carrier_service_id = wsh_org.carrier_service_id
2677: AND wsh.ship_method_code = p_line_rec.shipping_method_code(l_index)