DBA Data[Home] [Help]

APPS.OKL_AM_OM_REMARKET_WF dependencies on OKL_AM_OM_REMARKET_WF

Line 1: PACKAGE BODY OKL_AM_OM_REMARKET_WF AS

1: PACKAGE BODY OKL_AM_OM_REMARKET_WF AS
2: /* $Header: OKLROWFB.pls 120.4 2007/06/20 13:53:45 akrangan noship $ */
3:
4: -- Start of comments
5: --

Line 124: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'reduce_item_quantity', itemtype, itemkey, actid, funcmode);

120: END IF;
121:
122: EXCEPTION
123: WHEN error_reducing_quantity THEN
124: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'reduce_item_quantity', itemtype, itemkey, actid, funcmode);
125: RAISE;
126: WHEN OTHERS THEN
127: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'reduce_item_quantity', itemtype, itemkey, actid, funcmode);
128: RAISE;

Line 127: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'reduce_item_quantity', itemtype, itemkey, actid, funcmode);

123: WHEN error_reducing_quantity THEN
124: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'reduce_item_quantity', itemtype, itemkey, actid, funcmode);
125: RAISE;
126: WHEN OTHERS THEN
127: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'reduce_item_quantity', itemtype, itemkey, actid, funcmode);
128: RAISE;
129:
130: END reduce_item_quantity;
131:

Line 210: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'dispose_asset', itemtype, itemkey, actid, funcmode);

206: END IF;
207:
208: EXCEPTION
209: WHEN error_disposing_asset THEN
210: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'dispose_asset', itemtype, itemkey, actid, funcmode);
211: RAISE;
212: WHEN OTHERS THEN
213: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'dispose_asset', itemtype, itemkey, actid, funcmode);
214: RAISE;

Line 213: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'dispose_asset', itemtype, itemkey, actid, funcmode);

209: WHEN error_disposing_asset THEN
210: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'dispose_asset', itemtype, itemkey, actid, funcmode);
211: RAISE;
212: WHEN OTHERS THEN
213: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'dispose_asset', itemtype, itemkey, actid, funcmode);
214: RAISE;
215:
216: END dispose_asset;
217:

Line 396: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'set_asset_return_status', itemtype, itemkey, actid, funcmode);

392: END IF;
393: IF l_assetreturns_csr%ISOPEN THEN
394: CLOSE l_assetreturns_csr;
395: END IF;
396: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'set_asset_return_status', itemtype, itemkey, actid, funcmode);
397: RAISE;
398: WHEN OTHERS THEN
399: IF l_orderlines_csr%ISOPEN THEN
400: CLOSE l_orderlines_csr;

Line 408: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'set_asset_return_status', itemtype, itemkey, actid, funcmode);

404: END IF;
405: IF l_assetreturns_csr%ISOPEN THEN
406: CLOSE l_assetreturns_csr;
407: END IF;
408: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'set_asset_return_status', itemtype, itemkey, actid, funcmode);
409: RAISE;
410:
411: END set_asset_return_status;
412:

Line 516: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'create_invoice', itemtype, itemkey, actid, funcmode);

512: WHEN error_creating_invoice THEN
513: /*IF l_orderlines_csr%ISOPEN THEN
514: CLOSE l_orderlines_csr;
515: END IF;*/
516: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'create_invoice', itemtype, itemkey, actid, funcmode);
517: RAISE;
518: WHEN OTHERS THEN
519: /*IF l_orderlines_csr%ISOPEN THEN
520: CLOSE l_orderlines_csr;

Line 522: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'create_invoice', itemtype, itemkey, actid, funcmode);

518: WHEN OTHERS THEN
519: /*IF l_orderlines_csr%ISOPEN THEN
520: CLOSE l_orderlines_csr;
521: END IF; */
522: wf_core.context('OKL_AM_OM_REMARKET_WF' , 'create_invoice', itemtype, itemkey, actid, funcmode);
523: RAISE;
524:
525: END create_invoice;
526:

Line 529: END OKL_AM_OM_REMARKET_WF;

525: END create_invoice;
526:
527:
528:
529: END OKL_AM_OM_REMARKET_WF;