DBA Data[Home] [Help]

APPS.WSH_SHIPPING_INFO dependencies on FND_API

Line 283: p_actual_arrival_date => FND_API.G_MISS_DATE,

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

Line 394: -- - FND_API.G_RET_STS_SUCCESS

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

Line 395: -- - FND_API.G_RET_STS_ERROR

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

Line 436: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

Line 465: x_return_status := FND_API.G_RET_STS_ERROR;

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

Line 477: x_return_status := FND_API.G_RET_STS_ERROR;

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

Line 488: x_return_status := FND_API.G_RET_STS_ERROR;

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