DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_PUB dependencies on WSH_UTIL_VALIDATE

Line 192: wsh_util_validate.validate_delivery_name(

188: IF (p_delivery_info.name <> FND_API.G_MISS_CHAR) THEN
189: p_delivery_info.delivery_id := NULL;
190: END IF;
191:
192: wsh_util_validate.validate_delivery_name(
193: p_delivery_info.delivery_id,
194: p_delivery_info.name,
195: x_return_status);
196:

Line 211: wsh_util_validate.validate_org(

207: IF (p_delivery_info.organization_code <> FND_API.G_MISS_CHAR) THEN
208: p_delivery_info.organization_id := NULL;
209: END IF;
210:
211: wsh_util_validate.validate_org(
212: p_delivery_info.organization_id,
213: p_delivery_info.organization_code,
214: x_return_status);
215:

Line 232: wsh_util_validate.validate_loading_order(

228: IF (p_delivery_info.loading_order_desc <> FND_API.G_MISS_CHAR) THEN
229: p_delivery_info.loading_order_flag := NULL;
230: END IF;
231:
232: wsh_util_validate.validate_loading_order(
233: p_delivery_info.loading_order_flag,
234: p_delivery_info.loading_order_desc,
235: x_return_status);
236:

Line 248: wsh_util_validate.validate_location(

244: IF (p_delivery_info.initial_pickup_location_code <> FND_API.G_MISS_CHAR) THEN
245: p_delivery_info.initial_pickup_location_id := NULL;
246: END IF;
247:
248: wsh_util_validate.validate_location(
249: p_delivery_info.initial_pickup_location_id,
250: p_delivery_info.initial_pickup_location_code,
251: x_return_status);
252:

Line 264: wsh_util_validate.validate_location(

260: IF (p_delivery_info.ultimate_dropoff_location_code <> FND_API.G_MISS_CHAR) THEN
261: p_delivery_info.ultimate_dropoff_location_id := NULL;
262: END IF;
263:
264: wsh_util_validate.validate_location(
265: p_delivery_info.ultimate_dropoff_location_id,
266: p_delivery_info.ultimate_dropoff_location_code,
267: x_return_status);
268:

Line 280: wsh_util_validate.validate_location(

276: IF (p_delivery_info.intmed_ship_to_location_code <> FND_API.G_MISS_CHAR) THEN
277: p_delivery_info.intmed_ship_to_location_id := NULL;
278: END IF;
279:
280: wsh_util_validate.validate_location(
281: p_delivery_info.intmed_ship_to_location_id,
282: p_delivery_info.intmed_ship_to_location_code,
283: x_return_status);
284:

Line 296: wsh_util_validate.validate_location(

292: IF (p_delivery_info.pooled_ship_to_location_code <> FND_API.G_MISS_CHAR) THEN
293: p_delivery_info.pooled_ship_to_location_id := NULL;
294: END IF;
295:
296: wsh_util_validate.validate_location(
297: p_delivery_info.pooled_ship_to_location_id,
298: p_delivery_info.pooled_ship_to_location_code,
299: x_return_status);
300:

Line 312: wsh_util_validate.validate_customer(

308: IF (p_delivery_info.customer_number <> FND_API.G_MISS_CHAR) THEN
309: p_delivery_info.customer_id := NULL;
310: END IF;
311:
312: wsh_util_validate.validate_customer(
313: p_delivery_info.customer_id,
314: p_delivery_info.customer_number,
315: x_return_status);
316:

Line 330: wsh_util_validate.validate_ship_method(

326: IF (p_delivery_info.ship_method_code <> FND_API.G_MISS_CHAR) THEN
327: p_delivery_info.ship_method_name := NULL;
328: END IF;
329:
330: wsh_util_validate.validate_ship_method(
331: p_delivery_info.ship_method_code,
332: p_delivery_info.ship_method_name,
333: x_return_status);
334:

Line 346: wsh_util_validate.validate_freight_terms(

342: IF (p_delivery_info.freight_terms_name <> FND_API.G_MISS_CHAR) THEN
343: p_delivery_info.freight_terms_name := NULL;
344: END IF;
345:
346: wsh_util_validate.validate_freight_terms(
347: p_delivery_info.freight_terms_code,
348: p_delivery_info.freight_terms_name,
349: x_return_status);
350:

Line 362: wsh_util_validate.validate_fob(

358: IF (p_delivery_info.fob_name <> FND_API.G_MISS_CHAR) THEN
359: p_delivery_info.fob_code := NULL;
360: END IF;
361:
362: wsh_util_validate.validate_fob(
363: p_delivery_info.fob_code,
364: p_delivery_info.fob_name,
365: x_return_status);
366:

Line 378: wsh_util_validate.validate_location(

374: IF (p_delivery_info.fob_location_code <> FND_API.G_MISS_CHAR) THEN
375: p_delivery_info.fob_location_id := NULL;
376: END IF;
377:
378: wsh_util_validate.validate_location(
379: p_delivery_info.fob_location_id,
380: p_delivery_info.fob_location_code,
381: x_return_status);
382:

Line 394: wsh_util_validate.validate_uom(

390: IF (p_delivery_info.weight_uom_desc <> FND_API.G_MISS_CHAR) THEN
391: p_delivery_info.weight_uom_code := NULL;
392: END IF;
393:
394: wsh_util_validate.validate_uom(
395: 'WEIGHT',
396: p_delivery_info.organization_id,
397: p_delivery_info.weight_uom_code,
398: p_delivery_info.weight_uom_desc,

Line 412: wsh_util_validate.validate_uom(

408: IF (p_delivery_info.volume_uom_desc <> FND_API.G_MISS_CHAR) THEN
409: p_delivery_info.volume_uom_code := NULL;
410: END IF;
411:
412: wsh_util_validate.validate_uom(
413: 'VOLUME',
414: p_delivery_info.organization_id,
415: p_delivery_info.volume_uom_code,
416: p_delivery_info.volume_uom_desc,

Line 431: WSH_UTIL_VALIDATE.validate_currency(

427: p_delivery_info.currency_code := NULL;
428: END IF;
429:
430: -- OTM R12, glog project changes, to use name value notation
431: WSH_UTIL_VALIDATE.validate_currency(
432: p_currency_code => p_delivery_info.currency_code,
433: p_currency_name => p_delivery_info.currency_name,
434: p_amount => NULL,
435: x_return_status => x_return_status,

Line 777: wsh_util_validate.validate_delivery_name(

773: x_num_warnings => l_num_warnings);
774: --
775: IF (p_action_code = 'UPDATE') THEN
776: --
777: wsh_util_validate.validate_delivery_name(
778: p_delivery_id => l_rec_attr_tab(1).delivery_id,
779: p_delivery_name => l_rec_attr_tab(1).name,
780: x_return_status => l_return_status);
781: --

Line 990: wsh_util_validate.validate_delivery_name(

986: IF FND_API.to_Boolean(p_init_msg_list) THEN
987: FND_MSG_PUB.initialize;
988: END IF;
989:
990: wsh_util_validate.validate_delivery_name(
991: p_delivery_id => l_delivery_id,
992: p_delivery_name => p_delivery_name,
993: x_return_status => l_return_status);
994: --

Line 1222: WSH_UTIL_VALIDATE.Validate_Org(

1218: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
1219: l_count := 0;
1220:
1221: -- Validation of Organization_Code
1222: WSH_UTIL_VALIDATE.Validate_Org(
1223: l_organization_id ,
1224: p_organization_code,
1225: x_return_status );
1226: IF l_debug_on THEN

Line 1243: WSH_UTIL_VALIDATE.Validate_Delivery_Name(

1239: FOR i in 1..l_delivery_count LOOP
1240:
1241: l_delivery_name := p_delivery_name(i);
1242: l_delivery_id := NULL;
1243: WSH_UTIL_VALIDATE.Validate_Delivery_Name(
1244: l_delivery_id ,
1245: l_delivery_name,
1246: x_return_status);
1247: IF l_debug_on THEN