DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on WSH_ORG_CARRIER_SERVICES

Line 182: wsh_org_carrier_services wsh_org

178:
179: SELECT count(*)
180: INTO l_count
181: FROM wsh_carrier_services wsh,
182: wsh_org_carrier_services wsh_org
183: WHERE wsh_org.organization_id = p_ship_from_org_id
184: AND wsh.carrier_service_id = wsh_org.carrier_service_id
185: AND wsh.ship_method_code = p_new_ship_method
186: AND wsh_org.enabled_flag = 'Y';