DBA Data[Home] [Help]

APPS.WSH_TRANSACTIONS_UTIL dependencies on WSH_EXTERNAL_INTERFACE_SV

Line 245: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type(p_organization_id => p_organization_id,

241: wsh_debug_sv.log(l_module_name, 'p_organization_id',p_organization_id);
242: END IF;
243:
244:
245: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type(p_organization_id => p_organization_id,
246: x_return_status => x_return_status,
247: p_delivery_id => p_entity_id);
248:
249: IF l_debug_on THEN

Line 427: WSH_EXTERNAL_INTERFACE_SV.RAISE_EVENT(l_txns_history_rec,

423: IF (x_return_status = WSH_UTIL_CORE.G_RET_STS_WARNING) THEN
424: l_warning_count := l_warning_count + 1;
425: END IF;
426: END IF;
427: WSH_EXTERNAL_INTERFACE_SV.RAISE_EVENT(l_txns_history_rec,
428: NULL,
429: x_return_status);
430: IF l_debug_on THEN
431: wsh_debug_sv.log (l_module_name,'RAISE_EVENT x_return_status: ',x_return_status);

Line 479: WSH_EXTERNAL_INTERFACE_SV.RAISE_EVENT(l_txns_history_rec,

475: IF l_debug_on THEN
476: wsh_debug_sv.log (l_module_name,'Update_Dlvy_Status-> x_return_status: ',x_return_status);
477: END IF;
478:
479: WSH_EXTERNAL_INTERFACE_SV.RAISE_EVENT(l_txns_history_rec,
480: NULL,
481: x_return_status);
482: IF l_debug_on THEN
483: wsh_debug_sv.log (l_module_name,'RAISE_EVENT x_return_status: ',x_return_status);

Line 729: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type( p_organization_id => p_organization_id,

725: open del_cur;
726: fetch del_cur into l_delivery_id;
727: close del_cur;
728: select wsh_transaction_s.nextval into l_temp from dual;
729: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type( p_organization_id => p_organization_id,
730: x_return_status => x_return_status,
731: p_delivery_id => l_delivery_id
732: );
733: IF l_debug_on THEN

Line 743: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type( p_organization_id => p_organization_id,

739: x_event_key := l_wh_type || to_char(l_temp);
740: ELSIF l_event_code = 'BSRO' THEN --Fulfillment Batch XML Project
741: IF p_delivery_name IS NOT NULL THEN
742: select wsh_transaction_s.nextval into l_temp from dual;
743: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type( p_organization_id => p_organization_id,
744: x_return_status => x_return_status);
745: IF l_debug_on THEN
746: wsh_debug_sv.log (l_module_name,'Get_Warehouse_Type l_wh_type,x_return_status',l_wh_type||','||x_return_status );
747: END IF;

Line 759: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type(p_organization_id => p_organization_id,

755: --Fulfillment Batch XML Project
756: --Event key will be generated for new business event added for shipment Advice Inbound Procesing for Shipment Batches.
757: ELSIF l_event_code in ('BSAI') THEN
758: select wsh_transaction_s.nextval into l_temp from dual;
759: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type(p_organization_id => p_organization_id,
760: x_return_status => x_return_status,
761: p_delivery_id => l_delivery_id);
762: IF l_debug_on THEN
763: wsh_debug_sv.log (l_module_name,'Get_Warehouse_Type l_wh_type,x_return_status',l_wh_type||','||x_return_status );

Line 1158: WSH_EXTERNAL_INTERFACE_SV.Raise_Event (

1154:
1155: IF c_get_cancel_record%FOUND THEN --{
1156: l_cancel_history_rec.Event_Name := 'ORACLE.APPS.FTE.SSNO.CONFIRM';
1157:
1158: WSH_EXTERNAL_INTERFACE_SV.Raise_Event (
1159: l_cancel_history_rec,
1160: '99',
1161: l_Return_Status );
1162: wsh_util_core.api_post_call(

Line 2506: WSH_EXTERNAL_INTERFACE_SV.Raise_Event ( l_sr_hist_record, '99',

2502: -- Raise the event for the first workflow instance to finish.
2503:
2504: l_sr_hist_record.Event_Name := 'ORACLE.APPS.FTE.SSNO.CONFIRM';
2505:
2506: WSH_EXTERNAL_INTERFACE_SV.Raise_Event ( l_sr_hist_record, '99',
2507: l_Return_Status );
2508:
2509: IF l_debug_on THEN
2510: wsh_debug_sv.log (l_module_name, 'Return status after Raise_Event ', l_Return_Status);