DBA Data[Home] [Help]

APPS.WSH_TRANSACTIONS_FORM_PKG dependencies on WF_ENGINE

Line 44: wf_engine.HandleError(

40: END IF;
41:
42: Savepoint l_wf_status;
43:
44: wf_engine.HandleError(
45: itemtype => p_item_type,
46: itemkey => p_event_key,
47: activity => l_activity,
48: command => 'SKIP',

Line 147: 'Calling wf_engine.handleError');

143: IF history_rec.document_type = 'SR' THEN --{
144: --
145: IF l_debug_on THEN
146: wsh_debug_sv.logmsg(l_module_name,
147: 'Calling wf_engine.handleError');
148: END IF;
149: --
150: wf_engine.handleError(
151: itemType => history_rec.item_type,

Line 150: wf_engine.handleError(

146: wsh_debug_sv.logmsg(l_module_name,
147: 'Calling wf_engine.handleError');
148: END IF;
149: --
150: wf_engine.handleError(
151: itemType => history_rec.item_type,
152: itemKey => history_rec.event_key,
153: activity => 'WSH_TPW_PROCESS_WF:POPULATE_BASE_TABLES',
154: command => 'RETRY',

Line 161: 'Calling wf_engine.handleError');

157: ELSE --}{
158: --
159: IF l_debug_on THEN
160: wsh_debug_sv.logmsg(l_module_name,
161: 'Calling wf_engine.handleError');
162: END IF;
163: --
164: wf_engine.handleError(
165: itemType => history_rec.item_type,

Line 164: wf_engine.handleError(

160: wsh_debug_sv.logmsg(l_module_name,
161: 'Calling wf_engine.handleError');
162: END IF;
163: --
164: wf_engine.handleError(
165: itemType => history_rec.item_type,
166: itemKey => history_rec.event_key,
167: activity => 'WSH_SUPPLIER_WF:WSH_PROCESS_DELIVERY',
168: command => 'RETRY',

Line 178: 'Calling wf_engine.completeActivity');

174: THEN --}{
175: --
176: IF l_debug_on THEN
177: wsh_debug_sv.logmsg(l_module_name,
178: 'Calling wf_engine.completeActivity');
179: END IF;
180: --
181: wf_engine.completeActivity (
182: itemtype => history_rec.item_type,

Line 181: wf_engine.completeActivity (

177: wsh_debug_sv.logmsg(l_module_name,
178: 'Calling wf_engine.completeActivity');
179: END IF;
180: --
181: wf_engine.completeActivity (
182: itemtype => history_rec.item_type,
183: itemkey => history_rec.event_key,
184: activity => 'WSH_SUPPLIER_WF:CONTINUE_SHIPMENT_ADVICE',
185: result => l_result_code);

Line 192: 'Calling wf_engine.itemStatus');

188:
189: --
190: IF l_debug_on THEN
191: wsh_debug_sv.logmsg(l_module_name,
192: 'Calling wf_engine.itemStatus');
193: END IF;
194: --
195: OPEN c_get_status(P_transaction_id);
196: FETCH c_get_status INTO l_trx_status;

Line 208: wf_engine.itemStatus(

204: IF l_trx_status <> 'SC' THEN --{
205: RAISE WSH_FAILED_PROCESS;
206: END IF;
207: /*
208: wf_engine.itemStatus(
209: itemType => history_rec.item_type,
210: itemKey => history_rec.event_key,
211: status => l_wf_status,
212: result => l_wf_result