DBA Data[Home] [Help]

APPS.IEX_COSTS_PVT dependencies on STANDARD

Line 48: -- Standard Start of API savepoint

44: -- IF PG_DEBUG < 10 THEN
45: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
46: IEX_DEBUG_PUB.LogMessage ('********* start of Procedure =>IEX_COSTS_PVT.Create_Costs ******** ');
47: END IF;
48: -- Standard Start of API savepoint
49: SAVEPOINT CREATE_COSTS_PVT;
50:
51: -- Standard call to check for call compatibility.
52: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

47: END IF;
48: -- Standard Start of API savepoint
49: SAVEPOINT CREATE_COSTS_PVT;
50:
51: -- Standard call to check for call compatibility.
52: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
53: p_api_version_number,
54: l_api_name,
55: G_PKG_NAME)

Line 226: -- Standard check for p_commit

222: --
223: -- End of API body
224: --
225:
226: -- Standard check for p_commit
227: IF FND_API.to_Boolean( p_commit )
228: THEN
229: COMMIT WORK;
230: END IF;

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

230: END IF;
231:
232:
233:
234: -- Standard call to get message count and if count is 1, get message info.
235: FND_MSG_PUB.Count_And_Get
236: ( p_count => x_msg_count,
237: p_data => x_msg_data
238: );

Line 302: -- Standard Start of API savepoint

298: -- IF PG_DEBUG < 10 THEN
299: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
300: IEX_DEBUG_PUB.LogMessage ('********* start of Procedure =>IEX_COSTS_PVT.update_COSTS ******** ');
301: END IF;
302: -- Standard Start of API savepoint
303: SAVEPOINT UPDATE_COSTS_PVT;
304:
305: -- Standard call to check for call compatibility.
306: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

301: END IF;
302: -- Standard Start of API savepoint
303: SAVEPOINT UPDATE_COSTS_PVT;
304:
305: -- Standard call to check for call compatibility.
306: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
307: p_api_version_number,
308: l_api_name,
309: G_PKG_NAME)

Line 387: -- Standard check for p_commit

383: --
384: -- End of API body.
385: --
386:
387: -- Standard check for p_commit
388: IF FND_API.to_Boolean( p_commit )
389: THEN
390: COMMIT WORK;
391: END IF;

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

391: END IF;
392:
393:
394:
395: -- Standard call to get message count and if count is 1, get message info.
396: FND_MSG_PUB.Count_And_Get
397: ( p_count => x_msg_count,
398: p_data => x_msg_data
399: );

Line 461: -- Standard Start of API savepoint

457: -- IF PG_DEBUG < 10 THEN
458: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
459: IEX_DEBUG_PUB.LogMessage ('********* start of Procedure =>IEX_COSTS_PVT.delete_costs ******** ');
460: END IF;
461: -- Standard Start of API savepoint
462: SAVEPOINT DELETE_COSTS_PVT;
463:
464: -- Standard call to check for call compatibility.
465: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

460: END IF;
461: -- Standard Start of API savepoint
462: SAVEPOINT DELETE_COSTS_PVT;
463:
464: -- Standard call to check for call compatibility.
465: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
466: p_api_version_number,
467: l_api_name,
468: G_PKG_NAME)

Line 494: -- Standard check for p_commit

490: --
491: -- End of API body
492: --
493:
494: -- Standard check for p_commit
495: IF FND_API.to_Boolean( p_commit )
496: THEN
497: COMMIT WORK;
498: END IF;

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

497: COMMIT WORK;
498: END IF;
499:
500:
501: -- Standard call to get message count and if count is 1, get message info.
502: FND_MSG_PUB.Count_And_Get
503: ( p_count => x_msg_count,
504: p_data => x_msg_data
505: );