DBA Data[Home] [Help]

APPS.WSH_SHIPPING_INFO dependencies on FND_API

Line 284: p_actual_arrival_date => FND_API.G_MISS_DATE,

280: p_record_number => i,
281: p_delivery_status => l_trip_del.status,
282: p_trip_name => l_trip_del.name,
283: p_location_name => l_trip_del.pickup_loc,
284: p_actual_arrival_date => FND_API.G_MISS_DATE,
285: p_actual_departure_date => l_trip_del.pu_departure_date,
286: p_ship_method_code => l_trip_del.ship_method_code,
287: p_bill_of_lading => l_bill_of_lading,
288: p_carrier_name => l_trip_del.carrier_name, -- Bug 5697730

Line 395: -- - FND_API.G_RET_STS_SUCCESS

391: -- customer
392: -- x_tracking_details - Record of all the tracking
393: -- details for a shipment
394: -- x_return_status - Status of procedure call
395: -- - FND_API.G_RET_STS_SUCCESS
396: -- - FND_API.G_RET_STS_ERROR
397: -- Description: This procedure will provide tracking information
398: -- for a shipment
399: --

Line 396: -- - FND_API.G_RET_STS_ERROR

392: -- x_tracking_details - Record of all the tracking
393: -- details for a shipment
394: -- x_return_status - Status of procedure call
395: -- - FND_API.G_RET_STS_SUCCESS
396: -- - FND_API.G_RET_STS_ERROR
397: -- Description: This procedure will provide tracking information
398: -- for a shipment
399: --
400:

Line 437: x_return_status := FND_API.G_RET_STS_SUCCESS;

433: WSH_DEBUG_SV.log(l_module_name,'P_MODE',P_MODE);
434: END IF;
435: --
436: x_tracking_details.delete;
437: x_return_status := FND_API.G_RET_STS_SUCCESS;
438:
439: -- Validate parameters
440: IF p_delivery_name IS NULL THEN
441: FND_MESSAGE.Set_Name('WSH','WSH_NO_TRACKING_INFO_SPECIFIED');

Line 466: x_return_status := FND_API.G_RET_STS_ERROR;

462: EXCEPTION
463:
464: WHEN wsh_tracking_exception THEN
465:
466: x_return_status := FND_API.G_RET_STS_ERROR;
467: --
468: -- Debug Statements
469: --
470: IF l_debug_on THEN

Line 478: x_return_status := FND_API.G_RET_STS_ERROR;

474: --
475:
476: WHEN wsh_unexpected_error THEN
477:
478: x_return_status := FND_API.G_RET_STS_ERROR;
479: --
480: -- Debug Statements
481: --
482: IF l_debug_on THEN

Line 489: x_return_status := FND_API.G_RET_STS_ERROR;

485: END IF;
486: --
487: WHEN OTHERS THEN
488:
489: x_return_status := FND_API.G_RET_STS_ERROR;
490:
491: --
492: -- Debug Statements
493: --