DBA Data[Home] [Help]

APPS.WSH_AUTO_MANIFEST dependencies on WSH_TRANSACTIONS_UTIL

Line 664: l_calling_api := 'Calling WSH_TRANSACTIONS_UTIL.Send_Document';

660: END IF; --}
661:
662:
663: IF (l_delivery_status = 'SUCCESS' ) THEN --{
664: l_calling_api := 'Calling WSH_TRANSACTIONS_UTIL.Send_Document';
665:
666: WSH_TRANSACTIONS_UTIL.Send_Document (
667: p_entity_id => l_entity_ids(1) ,
668: p_entity_type => 'DLVY',

Line 666: WSH_TRANSACTIONS_UTIL.Send_Document (

662:
663: IF (l_delivery_status = 'SUCCESS' ) THEN --{
664: l_calling_api := 'Calling WSH_TRANSACTIONS_UTIL.Send_Document';
665:
666: WSH_TRANSACTIONS_UTIL.Send_Document (
667: p_entity_id => l_entity_ids(1) ,
668: p_entity_type => 'DLVY',
669: p_action_type => 'A' ,
670: p_document_type => p_doctype ,

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

671: p_organization_id => l_cur_rec.organization_id,
672: x_return_status => l_return_status);
673:
674: IF l_debug_on THEN
675: wsh_debug_sv.log (l_module_name,'WSH_TRANSACTIONS_UTIL.Send_Document Return Status',l_return_status);
676: END IF;
677:
678: IF ( l_return_status not in (WSH_UTIL_CORE.G_RET_STS_SUCCESS,WSH_UTIL_CORE.G_RET_STS_WARNING )) THEN --{
679: l_delivery_status := 'ERROR';