DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on WSH_ORG_CARRIER_SERVICES

Line 16410: wsh_org_carrier_services wsh_org

16406: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509' THEN
16407: SELECT count(*)
16408: INTO l_count
16409: FROM wsh_carrier_services wsh,
16410: wsh_org_carrier_services wsh_org
16411: WHERE wsh_org.organization_id = p_x_line_rec.ship_from_org_id
16412: AND wsh.carrier_service_id = wsh_org.carrier_service_id
16413: AND wsh.ship_method_code = p_x_line_rec.shipping_method_code
16414: AND wsh_org.enabled_flag = 'Y';