DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on WSH_ORG_CARRIER_SERVICES

Line 8249: wsh_org_carrier_services wsh_org

8245: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509' THEN
8246: SELECT count(*)
8247: INTO l_count
8248: FROM wsh_carrier_services wsh,
8249: wsh_org_carrier_services wsh_org
8250: WHERE wsh_org.organization_id = p_x_header_rec.ship_from_org_id
8251: AND wsh.carrier_service_id = wsh_org.carrier_service_id
8252: AND wsh.ship_method_code = p_x_header_rec.shipping_method_code
8253: AND wsh_org.enabled_flag = 'Y';