DBA Data[Home] [Help]

APPS.WSH_TRANSACTIONS_UTIL dependencies on WF_ENGINE

Line 1445: l_user_id := wf_engine.GetItemAttrNumber(

1441:
1442: IF(funcmode = 'RUN') THEN
1443: Resultout := 'COMPLETE';
1444: ELSIF(funcmode = 'SET_CTX') THEN
1445: l_user_id := wf_engine.GetItemAttrNumber(
1446: 'WSHSUPI',
1447: Item_key,
1448: 'USER_ID');
1449: l_resp_appl_id := wf_engine.GetItemAttrNumber(

Line 1449: l_resp_appl_id := wf_engine.GetItemAttrNumber(

1445: l_user_id := wf_engine.GetItemAttrNumber(
1446: 'WSHSUPI',
1447: Item_key,
1448: 'USER_ID');
1449: l_resp_appl_id := wf_engine.GetItemAttrNumber(
1450: 'WSHSUPI',
1451: Item_key,
1452: 'APPLICATION_ID');
1453:

Line 1454: l_resp_id := wf_engine.GetItemAttrNumber(

1450: 'WSHSUPI',
1451: Item_key,
1452: 'APPLICATION_ID');
1453:
1454: l_resp_id := wf_engine.GetItemAttrNumber(
1455: 'WSHSUPI',
1456: Item_key,
1457: 'RESPONSIBILITY_ID');
1458:

Line 1661: wsh_debug_sv.logmsg(l_module_name, 'calling program WF_ENGINE.ItemStatus',WSH_DEBUG_SV.C_PROC_LEVEL);

1657: CLOSE c_get_event_key;
1658:
1659: IF l_debug_on THEN
1660: wsh_debug_sv.log(l_module_name, 'l_event_key',l_event_key);
1661: wsh_debug_sv.logmsg(l_module_name, 'calling program WF_ENGINE.ItemStatus',WSH_DEBUG_SV.C_PROC_LEVEL);
1662: END IF;
1663: WF_ENGINE.ItemStatus(
1664: itemtype => 'WSHSUPI',
1665: itemkey => l_event_key,

Line 1663: WF_ENGINE.ItemStatus(

1659: IF l_debug_on THEN
1660: wsh_debug_sv.log(l_module_name, 'l_event_key',l_event_key);
1661: wsh_debug_sv.logmsg(l_module_name, 'calling program WF_ENGINE.ItemStatus',WSH_DEBUG_SV.C_PROC_LEVEL);
1662: END IF;
1663: WF_ENGINE.ItemStatus(
1664: itemtype => 'WSHSUPI',
1665: itemkey => l_event_key,
1666: status => l_wf_status,
1667: result => l_result

Line 2126: wsh_debug_sv.logmsg(l_module_name, 'Calling wf_engine.setItemAttribute');

2122: CLOSE c_get_del_status;
2123:
2124: IF l_status IN ('CO','IT','CL','SA') THEN --{
2125: IF l_debug_on THEN
2126: wsh_debug_sv.logmsg(l_module_name, 'Calling wf_engine.setItemAttribute');
2127: END IF;
2128: wf_engine.setItemAttrText
2129: (
2130: itemType => item_type,

Line 2128: wf_engine.setItemAttrText

2124: IF l_status IN ('CO','IT','CL','SA') THEN --{
2125: IF l_debug_on THEN
2126: wsh_debug_sv.logmsg(l_module_name, 'Calling wf_engine.setItemAttribute');
2127: END IF;
2128: wf_engine.setItemAttrText
2129: (
2130: itemType => item_type,
2131: itemKey => item_key,
2132: aname => 'PARAMETER6',

Line 2179: l_cbod_status := wf_engine.GetItemAttrText(

2175: wsh_debug_sv.log(l_module_name,'l_del_interface_id',
2176: l_del_interface_id);
2177: END IF;
2178:
2179: l_cbod_status := wf_engine.GetItemAttrText(
2180: 'WSHSUPI',
2181: Item_key,
2182: 'PARAMETER6');
2183: IF l_debug_on THEN

Line 2237: wf_engine.handleError(

2233: ELSE --}{ rejection
2234: IF l_sa_exist THEN --{
2235: IF l_transaction_status = 'ER' THEN --{
2236:
2237: wf_engine.handleError(
2238: itemType => l_sr_hist_record.item_type,
2239: itemKey => l_sr_hist_record.event_key,
2240: activity => 'WSH_SUPPLIER_WF:WSH_PROCESS_DELIVERY',
2241: command => 'RETRY',

Line 2247: wf_engine.completeActivity (

2243: );
2244:
2245: ELSIF l_transaction_status = 'AP' THEN --}{
2246:
2247: wf_engine.completeActivity (
2248: itemtype => l_sr_hist_record.item_type,
2249: itemkey => l_sr_hist_record.event_key,
2250: activity => 'WSH_SUPPLIER_WF:CONTINUE_SHIPMENT_ADVICE',
2251: result => l_result_code);