DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on WSH_ORG_CARRIER_SERVICES

Line 8435: wsh_org_carrier_services wsh_org

8431: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509' THEN
8432: SELECT count(*)
8433: INTO l_count
8434: FROM wsh_carrier_services wsh,
8435: wsh_org_carrier_services wsh_org
8436: WHERE wsh_org.organization_id = p_x_header_rec.ship_from_org_id
8437: AND wsh.carrier_service_id = wsh_org.carrier_service_id
8438: AND wsh.ship_method_code = p_x_header_rec.shipping_method_code
8439: AND wsh_org.enabled_flag = 'Y';