DBA Data[Home] [Help]

APPS.IEX_WF_REP_STATUS_PUB dependencies on IEX_WF_REP_STATUS_PUB

Line 1: PACKAGE BODY IEX_WF_REP_STATUS_PUB AS

1: PACKAGE BODY IEX_WF_REP_STATUS_PUB AS
2: /* $Header: iexwfreb.pls 115.1 2002/03/01 09:43:41 pkm ship $ */
3: /*
4: * This procedure needs to be called with an itemtype and workflow process
5: * which'll launch workflow.

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

5: * which'll launch workflow.
6: * This procedure is called to workflow to notify a Third Party for repossession
7: */
8:
9: G_PKG_NAME CONSTANT VARCHAR2(30):= 'IEX_WF_REP_STATUS_PUB';
10:
11: PROCEDURE start_workflow
12: (
13: p_api_version IN NUMBER := 1.0,

Line 214: WF_CORE.Context('IEX_WF_REP_STATUS_PUB', 'Select Notice',

210: EXCEPTION
211: WHEN L_API_ERROR then
212: WF_CORE.Raise(l_errmsg_name);
213: WHEN OTHERS THEN
214: WF_CORE.Context('IEX_WF_REP_STATUS_PUB', 'Select Notice',
215: itemtype, itemkey, actid, funcmode);
216: RAISE;
217: END select_notice;
218:

Line 221: END IEX_WF_REP_STATUS_PUB;

217: END select_notice;
218:
219:
220:
221: END IEX_WF_REP_STATUS_PUB;