DBA Data[Home] [Help]

APPS.IEX_WF_DEL_REQ_CREDIT_PUB dependencies on IEX_WF_DEL_REQ_CREDIT_PUB

Line 1: PACKAGE BODY IEX_WF_DEL_REQ_CREDIT_PUB AS

1: PACKAGE BODY IEX_WF_DEL_REQ_CREDIT_PUB AS
2: /* $Header: iexwfdcb.pls 120.1 2006/05/30 21:19:24 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_CREDIT_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_CREDIT_PUB';
10:
11: PG_DEBUG NUMBER(2) := TO_NUMBER(NVL(FND_PROFILE.value('IEX_DEBUG_LEVEL'), '20'));
12:
13: PROCEDURE start_workflow

Line 496: END IEX_WF_DEL_REQ_CREDIT_PUB;

492: RAISE;
493:
494: END update_rejection_status;
495:
496: END IEX_WF_DEL_REQ_CREDIT_PUB;