DBA Data[Home] [Help]

APPS.WSH_AUTO_MANIFEST dependencies on WSH_TRANSACTIONS_UTIL

Line 528: l_calling_api := 'Calling WSH_TRANSACTIONS_UTIL.Send_Shipment_Request';

524: END IF; --}
525:
526:
527: IF (l_delivery_status = 'SUCCESS' ) THEN --{
528: l_calling_api := 'Calling WSH_TRANSACTIONS_UTIL.Send_Shipment_Request';
529:
530: WSH_TRANSACTIONS_UTIL.Send_Document (
531: p_entity_id => l_entity_ids(1) ,
532: p_entity_type => 'DLVY',

Line 530: WSH_TRANSACTIONS_UTIL.Send_Document (

526:
527: IF (l_delivery_status = 'SUCCESS' ) THEN --{
528: l_calling_api := 'Calling WSH_TRANSACTIONS_UTIL.Send_Shipment_Request';
529:
530: WSH_TRANSACTIONS_UTIL.Send_Document (
531: p_entity_id => l_entity_ids(1) ,
532: p_entity_type => 'DLVY',
533: p_action_type => 'A' ,
534: p_document_type => p_doctype ,

Line 539: wsh_debug_sv.log (l_module_name,'WSH_TRANSACTIONS_UTIL.Send_Document Return Status',l_return_status);

535: p_organization_id => l_cur_rec.organization_id,
536: x_return_status => l_return_status);
537:
538: IF l_debug_on THEN
539: wsh_debug_sv.log (l_module_name,'WSH_TRANSACTIONS_UTIL.Send_Document Return Status',l_return_status);
540: END IF;
541:
542: IF ( l_return_status not in (WSH_UTIL_CORE.G_RET_STS_SUCCESS,WSH_UTIL_CORE.G_RET_STS_WARNING )) THEN --{
543: l_delivery_status := 'ERROR';