DBA Data[Home] [Help]

APPS.OKL_CO_WF dependencies on WF_CORE

Line 97: wf_core.context('OKL_CO_WF','get_syndicate_flag',itemtype,

93:
94: EXCEPTION
95: when others then
96: --resultout := wf_engine.eng_completed ||':'||wf_no;
97: wf_core.context('OKL_CO_WF','get_syndicate_flag',itemtype,
98: itemkey,to_char(actid),funcmode);
99: raise;
100: END get_syndicate_flag;
101:

Line 203: wf_core.context('OKL_CO_WF','get_sendtothirdparty_flag',itemtype,

199:
200: EXCEPTION
201: when others then
202: --resultout := wf_engine.eng_completed ||':'||wf_no;
203: wf_core.context('OKL_CO_WF','get_sendtothirdparty_flag',itemtype,
204: itemkey,to_char(actid),funcmode);
205: raise;
206: END get_sendtothirdparty_flag;
207:

Line 309: wf_core.context('OKL_CO_WF','get_vendorapproval_flag',itemtype,

305:
306: EXCEPTION
307: when others then
308: --resultout := wf_engine.eng_completed ||':'||wf_no;
309: wf_core.context('OKL_CO_WF','get_vendorapproval_flag',itemtype,
310: itemkey,to_char(actid),funcmode);
311: raise;
312: END get_vendorapproval_flag;
313:

Line 415: wf_core.context('OKL_CO_WF','get_vendorapproval_flag',itemtype,

411:
412: EXCEPTION
413: when others then
414: --resultout := wf_engine.eng_completed ||':'||wf_no;
415: wf_core.context('OKL_CO_WF','get_vendorapproval_flag',itemtype,
416: itemkey,to_char(actid),funcmode);
417: raise;
418: END get_vendornotify_flag;
419:

Line 592: wf_core.context('OKL_CO_WF','notify_customer',itemtype,

588: end if;
589: EXCEPTION
590: when others then
591: --resultout := wf_engine.eng_completed ||':'||wf_no;
592: wf_core.context('OKL_CO_WF','notify_customer',itemtype,
593: itemkey,to_char(actid),funcmode);
594: raise;
595: END notify_customer;
596:

Line 626: wf_core.context('OKL_CO_WF','wait_before_report',itemtype,

622: ':'||wf_engine.eng_null;
623: exception
624: when others then
625: --resultout := wf_engine.eng_completed ||':'||wf_no;
626: wf_core.context('OKL_CO_WF','wait_before_report',itemtype,
627: itemkey,to_char(actid),funcmode);
628: raise;
629: END wait_before_report;
630:

Line 706: wf_core.context('OKL_CO_WF','report_customer',itemtype,

702: end if;
703: EXCEPTION
704: when others then
705: --resultout := wf_engine.eng_completed ||':'||wf_no;
706: wf_core.context('OKL_CO_WF','report_customer',itemtype,
707: itemkey,to_char(actid),funcmode);
708: raise;
709: END report_customer;
710:

Line 819: wf_core.context('OKL_CO_WF','send_vendor_approval',itemtype,

815: end if;
816: EXCEPTION
817: when others then
818: --resultout := wf_engine.eng_completed ||':'||wf_no;
819: wf_core.context('OKL_CO_WF','send_vendor_approval',itemtype,
820: itemkey,to_char(actid),funcmode);
821: raise;
822: END send_vendor_approval;
823:

Line 899: wf_core.context('OKL_CO_WF','transfer_case',itemtype,

895: end if;
896: EXCEPTION
897: when others then
898: --resultout := wf_engine.eng_completed ||':'||wf_no;
899: wf_core.context('OKL_CO_WF','transfer_case',itemtype,
900: itemkey,to_char(actid),funcmode);
901: raise;
902: END transfer_case;
903:

Line 1008: wf_core.context('OKL_CO_WF','review_case',itemtype,

1004: end if;
1005: EXCEPTION
1006: when others then
1007: --resultout := wf_engine.eng_completed ||':'||wf_no;
1008: wf_core.context('OKL_CO_WF','review_case',itemtype,
1009: itemkey,to_char(actid),funcmode);
1010: raise;
1011: END review_case;
1012:

Line 1105: wf_core.context('OKL_CO_WF','recall_case',itemtype,

1101: end if;
1102: EXCEPTION
1103: when others then
1104: --resultout := wf_engine.eng_completed ||':'||wf_no;
1105: wf_core.context('OKL_CO_WF','recall_case',itemtype,
1106: itemkey,to_char(actid),funcmode);
1107: raise;
1108: END recall_case;
1109:

Line 1216: wf_core.context('OKL_CO_WF','send_vendor_notify',itemtype,

1212: end if;
1213: EXCEPTION
1214: when others then
1215: --resultout := wf_engine.eng_completed ||':'||wf_no;
1216: wf_core.context('OKL_CO_WF','send_vendor_notify',itemtype,
1217: itemkey,to_char(actid),funcmode);
1218: raise;
1219: END send_vendor_notify;
1220:

Line 1298: wf_core.context('OKL_CO_WF','wf_send_signal_cancelled',itemtype,

1294: --dbms_output.put_line(to_char(i) || ':' || x_msg_data);
1295: END LOOP;
1296:
1297: --iex_strategy_wf.Get_Messages(l_msg_count,l_error);
1298: wf_core.context('OKL_CO_WF','wf_send_signal_cancelled',itemtype,
1299: itemkey,to_char(actid),funcmode);
1300: raise;
1301: END wf_send_signal_cancelled;
1302:

Line 1380: wf_core.context('OKL_CO_WF','wf_send_signal_complete',itemtype,

1376: --dbms_output.put_line(to_char(i) || ':' || x_msg_data);
1377: END LOOP;
1378:
1379: --iex_strategy_wf.Get_Messages(l_msg_count,l_error);
1380: wf_core.context('OKL_CO_WF','wf_send_signal_complete',itemtype,
1381: itemkey,to_char(actid),funcmode);
1382: raise;
1383: END wf_send_signal_complete;
1384: