DBA Data[Home] [Help]

APPS.WSH_PROCESS_INTERFACED_PKG dependencies on WSH_UTIL_VALIDATE

Line 1295: WSH_UTIL_VALIDATE.Validate_Org (

1291: wsh_debug_sv.log (l_module_name, 'IntMed ShipTo', delivery_rec.intmed_ship_to_location_code);
1292: wsh_debug_sv.log (l_module_name, 'Customer Name', delivery_rec.customer_name);
1293: END IF;
1294:
1295: WSH_UTIL_VALIDATE.Validate_Org (
1296: l_org_id,
1297: delivery_rec.organization_code,
1298: x_return_status);
1299:

Line 1348: WSH_UTIL_VALIDATE.Validate_Location(

1344: --}
1345: END IF;
1346:
1347: -- TPW - Distributed changes
1348: WSH_UTIL_VALIDATE.Validate_Location(
1349: l_initial_pickup_location_id,
1350: delivery_rec.initial_pickup_location_code,
1351: x_return_status);
1352:

Line 1653: WSH_UTIL_VALIDATE.Validate_Org(

1649: l_locator_id := null;
1650: l_loc_temp_status := ' ';
1651:
1652: -- Validation for Org
1653: WSH_UTIL_VALIDATE.Validate_Org(
1654: l_det_org_id,
1655: delivery_detail_rec.organization_code,
1656: x_return_status);
1657:

Line 1713: WSH_UTIL_VALIDATE. Validate_Item(L_Customer_item_ID,

1709: L_DD_Temp_Status := 'INVALID';
1710: End If;
1711:
1712: /*
1713: WSH_UTIL_VALIDATE. Validate_Item(L_Customer_item_ID,
1714: Delivery_Detail_Rec.Customer_Item_Number,
1715: L_Det_org_ID,
1716: L_Seg_Array,
1717: X_Return_Status);

Line 1728: WSH_UTIL_VALIDATE.Validate_Locator_Code (

1724:
1725: IF nvl(l_warehouse_type, '!') in ('TW2') THEN -- {
1726: -- Validation for Locator Id
1727: If (Delivery_Detail_Rec.locator_id is null) and (Delivery_Detail_Rec.Locator_code is not null) THEN
1728: WSH_UTIL_VALIDATE.Validate_Locator_Code (
1729: p_locator_code => Delivery_Detail_Rec.Locator_code,
1730: p_organization_id =>L_Det_org_ID,
1731: x_locator_id => l_locator_id,
1732: x_return_status =>X_Return_Status);

Line 1751: WSH_UTIL_VALIDATE.Validate_Location(

1747:
1748: ELSE
1749:
1750: -- Validation for Ship From
1751: WSH_UTIL_VALIDATE.Validate_Location(
1752: l_ship_from_location_id,
1753: delivery_detail_rec.ship_from_location_code,
1754: x_return_status);
1755:

Line 1856: wsh_util_validate.validate_customer(l_det_customer_id,

1852: END IF; --} matches if p_document_type <> SA
1853: END IF;
1854:
1855: /*
1856: wsh_util_validate.validate_customer(l_det_customer_id,
1857: delivery_detail_rec.customer_number,
1858: x_return_status);
1859:
1860: IF (x_return_status <> wsh_util_core.g_ret_sts_success)