DBA Data[Home] [Help]

APPS.IEX_CASE_OBJECTS_PVT dependencies on STANDARD

Line 45: -- Standard Start of API savepoint

41: -- IF PG_DEBUG < 10 THEN
42: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
43: IEX_DEBUG_PUB.LogMessage ('********* Start of Procedure =>IEX_CASE_OBJECTS_PVT.Create_case_objects ******** ');
44: END IF;
45: -- Standard Start of API savepoint
46: SAVEPOINT CREATE_case_objects_PVT;
47:
48: -- Standard call to check for call compatibility.
49: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

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

Line 167: -- Standard check for p_commit

163: --
164: -- End of API body
165: --
166:
167: -- Standard check for p_commit
168: IF FND_API.to_Boolean( p_commit )
169: THEN
170: COMMIT WORK;
171: END IF;

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

170: COMMIT WORK;
171: END IF;
172:
173:
174: -- Standard call to get message count and if count is 1, get message info.
175: FND_MSG_PUB.Count_And_Get
176: ( p_count => x_msg_count,
177: p_data => x_msg_data
178: );

Line 240: -- Standard Start of API savepoint

236: -- IF PG_DEBUG < 10 THEN
237: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
238: IEX_DEBUG_PUB.LogMessage ('********* Start of Procedure =>IEX_CASE_OBJECTS_PVT.update_case_objects ******** ');
239: END IF;
240: -- Standard Start of API savepoint
241: SAVEPOINT UPDATE_case_objects_PVT;
242:
243: -- Standard call to check for call compatibility.
244: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

239: END IF;
240: -- Standard Start of API savepoint
241: SAVEPOINT UPDATE_case_objects_PVT;
242:
243: -- Standard call to check for call compatibility.
244: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
245: p_api_version_number,
246: l_api_name,
247: G_PKG_NAME)

Line 326: -- Standard check for p_commit

322: --
323: -- End of API body.
324: --
325:
326: -- Standard check for p_commit
327: IF FND_API.to_Boolean( p_commit )
328: THEN
329: COMMIT WORK;
330: END IF;

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

330: END IF;
331:
332:
333:
334: -- Standard call to get message count and if count is 1, get message info.
335: FND_MSG_PUB.Count_And_Get
336: ( p_count => x_msg_count,
337: p_data => x_msg_data
338: );

Line 396: -- Standard Start of API savepoint

392: l_api_name CONSTANT VARCHAR2(30) := 'DELETE_CASE_OBJECTS';
393: l_api_version_number CONSTANT NUMBER := 2.0;
394:
395: BEGIN
396: -- Standard Start of API savepoint
397: SAVEPOINT DELETE_case_objects_PVT;
398:
399: -- Standard call to check for call compatibility.
400: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

395: BEGIN
396: -- Standard Start of API savepoint
397: SAVEPOINT DELETE_case_objects_PVT;
398:
399: -- Standard call to check for call compatibility.
400: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
401: p_api_version_number,
402: l_api_name,
403: G_PKG_NAME)

Line 431: -- Standard check for p_commit

427: --
428: -- End of API body
429: --
430:
431: -- Standard check for p_commit
432: IF FND_API.to_Boolean( p_commit )
433: THEN
434: COMMIT WORK;
435: END IF;

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

435: END IF;
436:
437:
438:
439: -- Standard call to get message count and if count is 1, get message info.
440: FND_MSG_PUB.Count_And_Get
441: ( p_count => x_msg_count,
442: p_data => x_msg_data
443: );