DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on WSH_ORG_CARRIER_SERVICES

Line 2729: wsh_org_carrier_services wsh_org

2725: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509' THEN
2726: SELECT count(*)
2727: INTO l_count
2728: FROM wsh_carrier_services wsh,
2729: wsh_org_carrier_services wsh_org
2730: WHERE wsh_org.organization_id = p_line_rec.ship_from_org_id(l_index)
2731: AND wsh.carrier_service_id = wsh_org.carrier_service_id
2732: AND wsh.ship_method_code = p_line_rec.shipping_method_code(l_index)
2733: AND wsh_org.enabled_flag = 'Y';