DBA Data[Home] [Help]

APPS.WSH_PROCESS_INTERFACED_PKG dependencies on WSH_UTIL_VALIDATE

Line 1160: WSH_UTIL_VALIDATE.Validate_Org (

1156: wsh_debug_sv.log (l_module_name, 'IntMed ShipTo', delivery_rec.intmed_ship_to_location_code);
1157: wsh_debug_sv.log (l_module_name, 'Customer Name', delivery_rec.customer_name);
1158: END IF;
1159:
1160: WSH_UTIL_VALIDATE.Validate_Org (
1161: l_org_id,
1162: delivery_rec.organization_code,
1163: x_return_status);
1164:

Line 1278: wsh_util_validate.validate_customer (l_customer_id,delivery_rec.customer_number,x_return_status);

1274: END IF;
1275: END IF;
1276:
1277: /*
1278: wsh_util_validate.validate_customer (l_customer_id,delivery_rec.customer_number,x_return_status);
1279:
1280: IF l_debug_on THEN
1281: wsh_debug_sv.log (l_module_name,'Status after Validate Customer ',x_return_status);
1282: END IF;

Line 1292: WSH_UTIL_VALIDATE.Validate_Location(

1288: l_d_temp_status := 'INVALID';
1289: END IF;
1290: */
1291:
1292: WSH_UTIL_VALIDATE.Validate_Location(
1293: l_initial_pickup_location_id,
1294: delivery_rec.initial_pickup_location_code,
1295: x_return_status);
1296:

Line 1376: WSH_UTIL_VALIDATE.Validate_Org(

1372: FOR delivery_detail_rec IN delivery_detail_cur
1373: LOOP
1374:
1375: -- Validation for Org
1376: WSH_UTIL_VALIDATE.Validate_Org(
1377: l_det_org_id,
1378: delivery_detail_rec.organization_code,
1379: x_return_status);
1380:

Line 1436: WSH_UTIL_VALIDATE. Validate_Item(L_Customer_item_ID,

1432: L_DD_Temp_Status := 'INVALID';
1433: End If;
1434:
1435: /*
1436: WSH_UTIL_VALIDATE. Validate_Item(L_Customer_item_ID,
1437: Delivery_Detail_Rec.Customer_Item_Number,
1438: L_Det_org_ID,
1439: L_Seg_Array,
1440: X_Return_Status);

Line 1449: WSH_UTIL_VALIDATE.Validate_Location(

1445: L_DD_Temp_Status := 'INVALID';
1446: End If; */
1447:
1448: -- Validation for Ship From
1449: WSH_UTIL_VALIDATE.Validate_Location(
1450: l_ship_from_location_id,
1451: delivery_detail_rec.ship_from_location_code,
1452: x_return_status);
1453:

Line 1554: wsh_util_validate.validate_customer(l_det_customer_id,

1550: END IF; --} matches if p_document_type <> SA
1551: END IF;
1552:
1553: /*
1554: wsh_util_validate.validate_customer(l_det_customer_id,
1555: delivery_detail_rec.customer_number,
1556: x_return_status);
1557:
1558: IF (x_return_status <> wsh_util_core.g_ret_sts_success)