DBA Data[Home] [Help]

APPS.IEX_STRATEGY_PVT dependencies on STANDARD

Line 42: -- Standard Start of API savepoint

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.
45: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
46: p_api_version_number,

Line 44: -- Standard call to check for call compatibility.

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.
45: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
46: p_api_version_number,
47: l_api_name,
48: G_PKG_NAME)

Line 174: -- Standard check for p_commit

170: --
171: -- End of API body
172: --
173:
174: -- Standard check for p_commit
175: IF FND_API.to_Boolean( p_commit )
176: THEN
177: COMMIT WORK;
178: END IF;

Line 183: -- Standard call to get message count and if count is 1, get message info.

179:
180:
181:
182:
183: -- Standard call to get message count and if count is 1, get message info.
184: FND_MSG_PUB.Count_And_Get
185: ( p_count => x_msg_count,
186: p_data => x_msg_data
187: );

Line 277: -- Standard Start of API savepoint

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:
280: -- Standard call to check for call compatibility.
281: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 280: -- Standard call to check for call compatibility.

276: END IF;
277: -- Standard Start of API savepoint
278: SAVEPOINT UPDATE_STRATEGY_PVT;
279:
280: -- Standard call to check for call compatibility.
281: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
282: p_api_version_number,
283: l_api_name,
284: G_PKG_NAME)

Line 353: -- Standard check for p_commit

349: --
350: -- End of API body.
351: --
352:
353: -- Standard check for p_commit
354: IF FND_API.to_Boolean( p_commit )
355: THEN
356: COMMIT WORK;
357: END IF;

Line 359: -- Standard call to get message count and if count is 1, get message info.

355: THEN
356: COMMIT WORK;
357: END IF;
358:
359: -- Standard call to get message count and if count is 1, get message info.
360: FND_MSG_PUB.Count_And_Get
361: ( p_count => x_msg_count,
362: p_data => x_msg_data
363: );

Line 420: -- Standard Start of API savepoint

416: l_api_name CONSTANT VARCHAR2(30) := 'Delete_strategy';
417: l_api_version_number CONSTANT NUMBER := 2.0;
418:
419: BEGIN
420: -- Standard Start of API savepoint
421: SAVEPOINT DELETE_STRATEGY_PVT;
422:
423: -- Standard call to check for call compatibility.
424: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 423: -- Standard call to check for call compatibility.

419: BEGIN
420: -- Standard Start of API savepoint
421: SAVEPOINT DELETE_STRATEGY_PVT;
422:
423: -- Standard call to check for call compatibility.
424: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
425: p_api_version_number,
426: l_api_name,
427: G_PKG_NAME)

Line 455: -- Standard check for p_commit

451: --
452: -- End of API body
453: --
454:
455: -- Standard check for p_commit
456: IF FND_API.to_Boolean( p_commit )
457: THEN
458: COMMIT WORK;
459: END IF;

Line 464: -- Standard call to get message count and if count is 1, get message info.

460:
461:
462:
463:
464: -- Standard call to get message count and if count is 1, get message info.
465: FND_MSG_PUB.Count_And_Get
466: ( p_count => x_msg_count,
467: p_data => x_msg_data
468: );