DBA Data[Home] [Help]

APPS.JTF_FM_PROCESS_REQUEST_WF dependencies on WF_CORE

Line 273: wf_core.context('JTFFMWF','Submit_fulfillment_request',itemtype, itemkey, to_char(actid), funcmode);

269: end if;
270: exception
271: when others then
272: --
273: wf_core.context('JTFFMWF','Submit_fulfillment_request',itemtype, itemkey, to_char(actid), funcmode);
274: raise;
275: end submit_fulfillment_request;
276: PROCEDURE Check_request_result (itemtype in VARCHAR2,
277: itemkey in VARCHAR2,

Line 310: wf_core.context('JTFFMWF','Schedule Callback',itemtype, itemkey, to_char(actid), funcmode);

306: end if ;
307: exception
308: when others then
309: --
310: wf_core.context('JTFFMWF','Schedule Callback',itemtype, itemkey, to_char(actid), funcmode);
311: raise;
312: end schedule_Callback;
313: ----------------------------
314: PROCEDURE check_if_Callback_required (itemtype in VARCHAR2,

Line 328: wf_core.context('JTFFMWF','Check if callback required',itemtype, itemkey, to_char(actid), funcmode);

324: end if ;
325: exception
326: when others then
327: --
328: wf_core.context('JTFFMWF','Check if callback required',itemtype, itemkey, to_char(actid), funcmode);
329: raise;
330: end check_if_callback_required;
331: --------------------------
332: PROCEDURE verify_external (itemtype in VARCHAR2,

Line 346: wf_core.context('JTFFMWF','verify external',itemtype, itemkey, to_char(actid), funcmode);

342: end if ;
343: exception
344: when others then
345: --
346: wf_core.context('JTFFMWF','verify external',itemtype, itemkey, to_char(actid), funcmode);
347: raise;
348: end verify_external;
349: --------------------------------
350: PROCEDURE verification_failed (itemtype in VARCHAR2,

Line 364: wf_core.context('JTFFMWF','verification failed',itemtype, itemkey, to_char(actid), funcmode);

360: end if ;
361: exception
362: when others then
363: --
364: wf_core.context('JTFFMWF','verification failed',itemtype, itemkey, to_char(actid), funcmode);
365: raise;
366: end verification_failed;
367: end jtf_fm_process_request_wf;
368: