DBA Data[Home] [Help]

APPS.IEX_STRATEGY_CNT_PUB dependencies on IEX_STRATEGY_CNT_PUB

Line 1: PACKAGE BODY IEX_STRATEGY_CNT_PUB AS

1: PACKAGE BODY IEX_STRATEGY_CNT_PUB AS
2: /* $Header: iexpstcb.pls 120.37.12010000.15 2009/01/22 13:20:20 pnaveenk ship $ */
3: /*
4: * This procedure needs to be called with an itemtype and workflow process
5: * which'll launch workflow .Start Workflow will call workflow based on

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

5: * which'll launch workflow .Start Workflow will call workflow based on
6: * Meth_flag in methodology base table
7: */
8:
9: G_PKG_NAME CONSTANT VARCHAR2(30):= 'IEX_STRATEGY_CNT_PUB';
10: PG_DEBUG NUMBER(2) ;
11: l_enabled varchar2(5) ;
12:
13: l_DelStatusCurrent varchar2(30) ;

Line 641: IEX_STRATEGY_CNT_PUB.GetStrategyTempID(

637: if (((vStrategyStatus IS NULL)) or (vStrategyStatus = l_StratStatusClosed)
638: or (vStrategyStatus = l_StratStatusCancelled)) then
639:
640: /* Get the strategy template ID based on the score */
641: IEX_STRATEGY_CNT_PUB.GetStrategyTempID(
642: x_return_status=>l_return_status,
643: p_stry_cnt_rec => l_stry_cnt_rec,
644: x_strategy_template_id => l_strategy_template_id
645: );

Line 1946: END IEX_STRATEGY_CNT_PUB;

1942: EXCEPTION
1943: WHEN OTHERS THEN
1944: fnd_file.put_line(FND_FILE.LOG, 'Strategy Level Rised Exception ' || ' sqlcode = ' || sqlcode || ' sqlerrm = ' || sqlerrm);
1945: END;
1946: END IEX_STRATEGY_CNT_PUB;