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 722: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type( p_organization_id => p_organization_id,

718: open del_cur;
719: fetch del_cur into l_delivery_id;
720: close del_cur;
721: select wsh_transaction_s.nextval into l_temp from dual;
722: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type( p_organization_id => p_organization_id,
723: x_return_status => x_return_status,
724: p_delivery_id => l_delivery_id
725: );
726: IF l_debug_on THEN

Line 1110: WSH_EXTERNAL_INTERFACE_SV.Raise_Event (

1106:
1107: IF c_get_cancel_record%FOUND THEN --{
1108: l_cancel_history_rec.Event_Name := 'ORACLE.APPS.FTE.SSNO.CONFIRM';
1109:
1110: WSH_EXTERNAL_INTERFACE_SV.Raise_Event (
1111: l_cancel_history_rec,
1112: '99',
1113: l_Return_Status );
1114: wsh_util_core.api_post_call(

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

2217: -- Raise the event for the first workflow instance to finish.
2218:
2219: l_sr_hist_record.Event_Name := 'ORACLE.APPS.FTE.SSNO.CONFIRM';
2220:
2221: WSH_EXTERNAL_INTERFACE_SV.Raise_Event ( l_sr_hist_record, '99',
2222: l_Return_Status );
2223:
2224: IF l_debug_on THEN
2225: wsh_debug_sv.log (l_module_name, 'Return status after Raise_Event ', l_Return_Status);