DBA Data[Home] [Help]

APPS.IEX_WF_DEL_REQ_SERVICE_PUB dependencies on IEX_WF_DEL_REQ_SERVICE_PUB

Line 1: PACKAGE BODY IEX_WF_DEL_REQ_SERVICE_PUB AS

1: PACKAGE BODY IEX_WF_DEL_REQ_SERVICE_PUB AS
2: /* $Header: iexwfdsb.pls 120.1 2006/05/30 21:20:01 scherkas noship $ */
3: /*
4: * This procedure needs to be called with an itemtype and workflow process
5: * which'll launch workflow .Start Workfolw will call workflow based on

Line 9: G_PKG_NAME CONSTANT VARCHAR2(30):= 'IEX_WF_DEL_REQ_SERVICE_PUB';

5: * which'll launch workflow .Start Workfolw will call workflow based on
6: * Meth_flag in methodology base table
7: */
8:
9: G_PKG_NAME CONSTANT VARCHAR2(30):= 'IEX_WF_DEL_REQ_SERVICE_PUB';
10:
11: --PG_DEBUG NUMBER(2) := TO_NUMBER(NVL(FND_PROFILE.value('IEX_DEBUG_LEVEL'), '20'));
12: PG_DEBUG NUMBER := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
13:

Line 415: WF_CORE.Context('IEX_WF_DEL_REQ_SERVICE_PUB', 'Approval_status',

411: EXCEPTION
412: WHEN L_API_ERROR then
413: WF_CORE.Raise(l_errmsg_name);
414: WHEN OTHERS THEN
415: WF_CORE.Context('IEX_WF_DEL_REQ_SERVICE_PUB', 'Approval_status',
416: itemtype, itemkey, actid, funcmode);
417: RAISE;
418: END update_approval_status;
419:

Line 514: WF_CORE.Context('IEX_WF_DEL_REQ_SERVICE_PUB', 'Reject_status',

510: EXCEPTION
511: WHEN l_API_ERROR then
512: WF_CORE.Raise(l_errmsg_name);
513: WHEN OTHERS THEN
514: WF_CORE.Context('IEX_WF_DEL_REQ_SERVICE_PUB', 'Reject_status',
515: itemtype, itemkey, actid, funcmode);
516: RAISE;
517:
518: END update_rejection_status;

Line 571: WF_CORE.Context('IEX_WF_DEL_REQ_SERVICE_PUB', 'Select Type',

567: EXCEPTION
568: WHEN l_API_ERROR then
569: WF_CORE.Raise(l_errmsg_name);
570: WHEN OTHERS THEN
571: WF_CORE.Context('IEX_WF_DEL_REQ_SERVICE_PUB', 'Select Type',
572: itemtype, itemkey, actid, funcmode);
573: RAISE;
574: END select_type;
575:

Line 576: END IEX_WF_DEL_REQ_SERVICE_PUB;

572: itemtype, itemkey, actid, funcmode);
573: RAISE;
574: END select_type;
575:
576: END IEX_WF_DEL_REQ_SERVICE_PUB;