DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on WSH_ORG_CARRIER_SERVICES

Line 17982: wsh_org_carrier_services wsh_org

17978: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509' THEN
17979: SELECT count(*)
17980: INTO l_count
17981: FROM wsh_carrier_services wsh,
17982: wsh_org_carrier_services wsh_org
17983: WHERE wsh_org.organization_id = p_x_line_rec.ship_from_org_id
17984: AND wsh.carrier_service_id = wsh_org.carrier_service_id
17985: AND wsh.ship_method_code = p_x_line_rec.shipping_method_code
17986: AND wsh_org.enabled_flag = 'Y';