DBA Data[Home] [Help]

APPS.IEX_STRATEGY_PVT dependencies on IEX_DEBUG_PUB

Line 40: IEX_DEBUG_PUB.LogMessage ('********* Start of Procedure =>IEX_STRATEGY_PVT.Create_STRATEGY ******** ');

36: BEGIN
37:
38: -- IF PG_DEBUG < 10 THEN
39: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
40: IEX_DEBUG_PUB.LogMessage ('********* Start of Procedure =>IEX_STRATEGY_PVT.Create_STRATEGY ******** ');
41: END IF;
42: -- Standard Start of API savepoint
43: SAVEPOINT CREATE_STRATEGY_PVT;
44: -- Standard call to check for call compatibility.

Line 54: IEX_DEBUG_PUB.LogMessage('Create_strategy: ' || 'After Compatibility Check');

50: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
51: END IF;
52: -- IF PG_DEBUG < 10 THEN
53: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
54: IEX_DEBUG_PUB.LogMessage('Create_strategy: ' || 'After Compatibility Check');
55: END IF;
56:
57: -- Initialize message list if p_init_msg_list is set to TRUE.
58: IF FND_API.to_Boolean( p_init_msg_list )

Line 84: IEX_DEBUG_PUB.LogMessage('Create_strategy: ' || 'After Global user Check');

80: RAISE FND_API.G_EXC_ERROR;
81: END IF;
82: -- IF PG_DEBUG < 10 THEN
83: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
84: IEX_DEBUG_PUB.LogMessage('Create_strategy: ' || 'After Global user Check');
85: END IF;
86:
87: --object version Number
88: v_object_version_number :=1;

Line 95: IEX_DEBUG_PUB.LogMessage('Create_strategy: ' || 'After STRATEGY ID Check and STRATEGY_id is => '||v_STRATEGY_id);

91: FETCH C2 INTO v_STRATEGY_ID;
92: CLOSE C2;
93: -- IF PG_DEBUG < 10 THEN
94: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
95: IEX_DEBUG_PUB.LogMessage('Create_strategy: ' || 'After STRATEGY ID Check and STRATEGY_id is => '||v_STRATEGY_id);
96: END IF;
97:
98: /*
99: -- get STRATEGY_level

Line 105: IEX_DEBUG_PUB.LogMessage('Create_strategy: ' || 'After STRATEGY ID Check and STRATEGY_level is => '||v_STRATEGY_level);

101: FETCH C3 INTO v_STRATEGY_level;
102: CLOSE C3;
103: -- IF PG_DEBUG < 10 THEN
104: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
105: IEX_DEBUG_PUB.LogMessage('Create_strategy: ' || 'After STRATEGY ID Check and STRATEGY_level is => '||v_STRATEGY_level);
106: END IF;
107:
108: --delinquency Id check
109: if (v_strategy_level = 3) then

Line 122: IEX_DEBUG_PUB.LogMessage ('Create_strategy: ' || 'After delinquency id check');

118:
119: */
120: -- IF PG_DEBUG < 10 THEN
121: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
122: IEX_DEBUG_PUB.LogMessage ('Create_strategy: ' || 'After delinquency id check');
123: END IF;
124:
125: -- IF PG_DEBUG < 10 THEN
126: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN

Line 127: IEX_DEBUG_PUB.LogMessage('Create_strategy: ' || 'Before Calling iex_strategies_pkg.insert_row');

123: END IF;
124:
125: -- IF PG_DEBUG < 10 THEN
126: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
127: IEX_DEBUG_PUB.LogMessage('Create_strategy: ' || 'Before Calling iex_strategies_pkg.insert_row');
128: END IF;
129:
130: -- Invoke table handler(IEX_STRATEGIES_PKG.Insert_Row)
131: IEX_STRATEGIES_PKG.Insert_Row(

Line 190: IEX_DEBUG_PUB.LogMessage ('********* End of Procedure =>IEX_STRATEGY_PVT.create_STRATEGY ******** ');

186: p_data => x_msg_data
187: );
188: -- IF PG_DEBUG < 10 THEN
189: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
190: IEX_DEBUG_PUB.LogMessage ('********* End of Procedure =>IEX_STRATEGY_PVT.create_STRATEGY ******** ');
191: END IF;
192: EXCEPTION
193: WHEN FND_API.G_EXC_ERROR THEN
194: AS_UTILITY_PVT.HANDLE_EXCEPTIONS(

Line 275: IEX_DEBUG_PUB.LogMessage ('********* Start of Procedure =>IEX_STRATEGY_PVT.update_STRATEGY ******** ');

271:
272: BEGIN
273: -- IF PG_DEBUG < 10 THEN
274: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
275: IEX_DEBUG_PUB.LogMessage ('********* Start of Procedure =>IEX_STRATEGY_PVT.update_STRATEGY ******** ');
276: END IF;
277: -- Standard Start of API savepoint
278: SAVEPOINT UPDATE_STRATEGY_PVT;
279:

Line 305: IEX_DEBUG_PUB.LogMessage('Update_strategy: ' || 'Before Calling iex_strategy_pkg.lock_row');

301: --
302:
303: -- IF PG_DEBUG < 10 THEN
304: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
305: IEX_DEBUG_PUB.LogMessage('Update_strategy: ' || 'Before Calling iex_strategy_pkg.lock_row');
306: END IF;
307: -- Invoke table handler(IEX_strategies_PKG.lock_Row)
308:
309: -- call locking table handler

Line 366: IEX_DEBUG_PUB.LogMessage ('********* End of Procedure =>IEX_strategy_PVT.Update_strategy ******** ');

362: p_data => x_msg_data
363: );
364: -- IF PG_DEBUG < 10 THEN
365: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
366: IEX_DEBUG_PUB.LogMessage ('********* End of Procedure =>IEX_strategy_PVT.Update_strategy ******** ');
367: END IF;
368: EXCEPTION
369: WHEN FND_API.G_EXC_ERROR THEN
370: AS_UTILITY_PVT.HANDLE_EXCEPTIONS(