DBA Data[Home] [Help]

APPS.IEX_CO_WF dependencies on WF_CORE

Line 81: wf_core.context('IEX_CO_WF','notify_customer',itemtype,

77: end if;
78: EXCEPTION
79: when others then
80: --resultout := wf_engine.eng_completed ||':'||wf_no;
81: wf_core.context('IEX_CO_WF','notify_customer',itemtype,
82: itemkey,to_char(actid),funcmode);
83: raise;
84: END notify_customer;
85:

Line 161: wf_core.context('IEX_CO_WF','report_customer',itemtype,

157: end if;
158: EXCEPTION
159: when others then
160: --resultout := wf_engine.eng_completed ||':'||wf_no;
161: wf_core.context('IEX_CO_WF','report_customer',itemtype,
162: itemkey,to_char(actid),funcmode);
163: raise;
164: END report_customer;
165:

Line 241: wf_core.context('IEX_CO_WF','transfer_case',itemtype,

237: end if;
238: EXCEPTION
239: when others then
240: --resultout := wf_engine.eng_completed ||':'||wf_no;
241: wf_core.context('IEX_CO_WF','transfer_case',itemtype,
242: itemkey,to_char(actid),funcmode);
243: raise;
244: END transfer_case;
245:

Line 350: wf_core.context('IEX_CO_WF','review_case',itemtype,

346: end if;
347: EXCEPTION
348: when others then
349: --resultout := wf_engine.eng_completed ||':'||wf_no;
350: wf_core.context('IEX_CO_WF','review_case',itemtype,
351: itemkey,to_char(actid),funcmode);
352: raise;
353: END review_case;
354:

Line 447: wf_core.context('IEX_CO_WF','recall_case',itemtype,

443: end if;
444: EXCEPTION
445: when others then
446: --resultout := wf_engine.eng_completed ||':'||wf_no;
447: wf_core.context('IEX_CO_WF','recall_case',itemtype,
448: itemkey,to_char(actid),funcmode);
449: raise;
450: END recall_case;
451:

Line 533: wf_core.context('IEX_CO_WF','wf_send_signal_cancelled',itemtype,

529: --dbms_output.put_line(to_char(i) || ':' || x_msg_data);
530: END LOOP;
531:
532: --iex_strategy_wf.Get_Messages(l_msg_count,l_error);
533: wf_core.context('IEX_CO_WF','wf_send_signal_cancelled',itemtype,
534: itemkey,to_char(actid),funcmode);
535: raise;
536: END wf_send_signal_cancelled;
537:

Line 619: wf_core.context('IEX_CO_WF','wf_send_signal_complete',itemtype,

615: --dbms_output.put_line(to_char(i) || ':' || x_msg_data);
616: END LOOP;
617:
618: --iex_strategy_wf.Get_Messages(l_msg_count,l_error);
619: wf_core.context('IEX_CO_WF','wf_send_signal_complete',itemtype,
620: itemkey,to_char(actid),funcmode);
621: raise;
622: END wf_send_signal_complete;
623: