DBA Data[Home] [Help]

APPS.OKL_SSC_WF dependencies on WF_CORE

Line 193: WF_CORE.CONTEXT ('OKL_SSC_WF', 'getAssetReturnMessage', itemtype, itemkey,actid,funcmode);

189: end if;
190:
191: exception
192: when others then
193: WF_CORE.CONTEXT ('OKL_SSC_WF', 'getAssetReturnMessage', itemtype, itemkey,actid,funcmode);
194: resultout := 'ERROR';
195: raise;
196:
197:

Line 278: WF_CORE.CONTEXT ('OKL_SSC_WF', 'getAssetReturnDocument', l_itemtype, l_itemkey);

274:
275: EXCEPTION
276:
277: when others then
278: WF_CORE.CONTEXT ('OKL_SSC_WF', 'getAssetReturnDocument', l_itemtype, l_itemkey);
279: raise;
280:
281: END getAssetReturnDocument;
282:

Line 399: WF_CORE.CONTEXT ('okl_ssc_wf', 'getSerialNumMessage', itemtype, itemkey,actid,funcmode);

395: end if;
396:
397: exception
398: when others then
399: WF_CORE.CONTEXT ('okl_ssc_wf', 'getSerialNumMessage', itemtype, itemkey,actid,funcmode);
400: resultout := 'ERROR';
401: raise;
402:
403:

Line 488: WF_CORE.CONTEXT ('OKL_SSC_WF', 'getSerialNumDocument', l_itemtype, l_itemkey);

484:
485: EXCEPTION
486:
487: when others then
488: WF_CORE.CONTEXT ('OKL_SSC_WF', 'getSerialNumDocument', l_itemtype, l_itemkey);
489: raise;
490:
491: END getSerialNumDocument;
492:

Line 567: WF_CORE.CONTEXT ('okl_ssc_wf', 'update_serial_fnc:'||l_msg_data, itemtype, itemkey,actid,funcmode);

563: end if;
564:
565: exception
566: when others then
567: WF_CORE.CONTEXT ('okl_ssc_wf', 'update_serial_fnc:'||l_msg_data, itemtype, itemkey,actid,funcmode);
568: resultout := 'ERROR';
569: raise;
570:
571: end update_serial_fnc;

Line 668: WF_CORE.CONTEXT ('OKL_SSC_WF', 'getLocationMessage', itemtype, itemkey,actid,funcmode);

664: end if;
665:
666: exception
667: when others then
668: WF_CORE.CONTEXT ('OKL_SSC_WF', 'getLocationMessage', itemtype, itemkey,actid,funcmode);
669: resultout := 'ERROR';
670: raise;
671:
672:

Line 839: WF_CORE.CONTEXT ('okl_ssc_wf', 'getLocationDocument', l_itemtype, l_itemkey);

835:
836: EXCEPTION
837:
838: when others then
839: WF_CORE.CONTEXT ('okl_ssc_wf', 'getLocationDocument', l_itemtype, l_itemkey);
840: raise;
841:
842: END getLocationDocument;
843:

Line 983: WF_CORE.CONTEXT ('OKL_SSC_WF', 'update_location_fnc:'||l_msg_data, itemtype, itemkey,actid,funcmode);

979: end if;
980:
981: exception
982: when others then
983: WF_CORE.CONTEXT ('OKL_SSC_WF', 'update_location_fnc:'||l_msg_data, itemtype, itemkey,actid,funcmode);
984: resultout := 'ERROR';
985: raise;
986:
987:

Line 1565: WF_CORE.CONTEXT ('okl_ssc_wf', 'set_ins_provider_wf', itemtype, itemkey,actid,funcmode);

1561: end if;
1562:
1563: exception
1564: when others then
1565: WF_CORE.CONTEXT ('okl_ssc_wf', 'set_ins_provider_wf', itemtype, itemkey,actid,funcmode);
1566: raise;
1567: end set_ins_provider_wf;
1568:
1569:

Line 1633: WF_CORE.CONTEXT ('okl_ssc_wf', 'submit_ins_set_notif_wf',itemtype, itemkey,actid,funcmode);

1629: end if;
1630:
1631: exception
1632: when others then
1633: WF_CORE.CONTEXT ('okl_ssc_wf', 'submit_ins_set_notif_wf',itemtype, itemkey,actid,funcmode);
1634: raise;
1635: end submit_ins_set_notif_wf;
1636:
1637:

Line 1784: WF_CORE.CONTEXT ('okl_ssc_wf', 'submit_ins_wf',itemtype, itemkey,actid,funcmode);

1780: p_encoded => FND_API.G_FALSE,
1781: p_count => lx_msg_count,
1782: p_data => lx_msg_data);*/
1783: when others then
1784: WF_CORE.CONTEXT ('okl_ssc_wf', 'submit_ins_wf',itemtype, itemkey,actid,funcmode);
1785: raise;
1786: end submit_insurance_wf;
1787:
1788: procedure req_renewal_quote_wf (itemtype in varchar2,

Line 1874: WF_CORE.CONTEXT ('okl_ssc_wf', 'req_renewal_quote_wf',itemtype, itemkey,actid,funcmode);

1870: end if;
1871:
1872: exception
1873: when others then
1874: WF_CORE.CONTEXT ('okl_ssc_wf', 'req_renewal_quote_wf',itemtype, itemkey,actid,funcmode);
1875: raise;
1876: end req_renewal_quote_wf;
1877:
1878:

Line 2001: WF_CORE.CONTEXT ('okl_ssc_wf'

1997:
1998: exception
1999: when others then
2000: -- default wf error handling
2001: WF_CORE.CONTEXT ('okl_ssc_wf'
2002: , 'set_invoice_format_attributes'
2003: , itemtype
2004: , itemkey
2005: , actid

Line 2107: WF_CORE.CONTEXT ('okl_ssc_wf'

2103: EXCEPTION
2104:
2105: when others then
2106: -- default wf error handling
2107: WF_CORE.CONTEXT ('okl_ssc_wf'
2108: , 'invoice_format_change_wf'
2109: , itemtype
2110: , itemkey,actid,funcmode);
2111: RAISE;

Line 2300: WF_CORE.CONTEXT ('okl_ssc_wf', 'req_billinf_change_getdata_wf', itemtype, itemkey,actid,funcmode);

2296: end if;
2297:
2298: exception
2299: when others then
2300: WF_CORE.CONTEXT ('okl_ssc_wf', 'req_billinf_change_getdata_wf', itemtype, itemkey,actid,funcmode);
2301: raise;
2302: end req_billinf_change_getdata_wf;
2303:
2304:

Line 2412: WF_CORE.CONTEXT ('okl_ssc_wf'

2408: p_encoded => FND_API.G_FALSE,
2409: p_count => l_msg_count,
2410: p_data => l_msg_data);
2411:
2412: WF_CORE.CONTEXT ('okl_ssc_wf'
2413: , 'req_billinf_change_wrapper_wf'
2414: , itemtype, itemkey, actid, funcmode);
2415:
2416: raise;

Line 2418: WF_CORE.CONTEXT ('okl_ssc_wf'

2414: , itemtype, itemkey, actid, funcmode);
2415:
2416: raise;
2417: when others then
2418: WF_CORE.CONTEXT ('okl_ssc_wf'
2419: , 'req_billinf_change_wrapper_wf'
2420: , itemtype, itemkey, actid, funcmode);
2421:
2422: raise;

Line 2620: WF_CORE.CONTEXT ('OKL_SSC_WF', 'cancel_ins_set_attr_wf', itemtype, itemkey,'c','d');

2616: end if;
2617:
2618: exception
2619: when others then
2620: WF_CORE.CONTEXT ('OKL_SSC_WF', 'cancel_ins_set_attr_wf', itemtype, itemkey,'c','d');
2621: raise;
2622: END cancel_ins_set_attr_wf;
2623:
2624: --Cancel Insurance PL/SQL wrapper

Line 2856: WF_CORE.CONTEXT ('OKL_SSC_WF', 'set_claim_receiver', itemtype, itemkey,actid,funcmode);

2852: end if;
2853:
2854: exception
2855: when others then
2856: WF_CORE.CONTEXT ('OKL_SSC_WF', 'set_claim_receiver', itemtype, itemkey,actid,funcmode);
2857: resultout := 'ERROR';
2858: raise;
2859:
2860: end set_claim_receiver;

Line 3417: WF_CORE.CONTEXT ('OKL_SSC_WF', 'make_payment_set_attr_wf', itemtype, itemkey,'actid','funcmode');

3413: end if;
3414:
3415: exception
3416: when others then
3417: WF_CORE.CONTEXT ('OKL_SSC_WF', 'make_payment_set_attr_wf', itemtype, itemkey,'actid','funcmode');
3418: raise;
3419: END make_payment_set_attr_wf;
3420:
3421: --IBYON added on OCT-01-2002 wrapper to call party api and validate parties for termination quote

Line 3708: WF_CORE.CONTEXT (G_PKG_NAME, 'create_termqt_set_attr_wf', itemtype, itemkey);

3704: end if;
3705:
3706: exception
3707: when others then
3708: WF_CORE.CONTEXT (G_PKG_NAME, 'create_termqt_set_attr_wf', itemtype, itemkey);
3709: raise;
3710: END create_termqt_set_attr_wf;
3711:
3712: -- procedure : raise_assets_return_event