DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on WSH_CARRIER_SERVICES

Line 156: FROM wsh_carrier_services wsh,

152: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509' THEN
153:
154: SELECT count(*)
155: INTO l_count
156: FROM wsh_carrier_services wsh,
157: wsh_org_carrier_services wsh_org
158: WHERE wsh_org.organization_id = p_ship_from_org_id
159: AND wsh.carrier_service_id = wsh_org.carrier_service_id
160: AND wsh.ship_method_code = p_new_ship_method