DBA Data[Home] [Help]

APPS.IEX_CASE_DEFINITIONS_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_DEFINITIONS_PVT.Create_case_definitions ******** ');
44: END IF;
45: -- Standard Start of API savepoint
46: SAVEPOINT CREATE_case_definitions_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_definitions_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 162: -- Standard check for p_commit

158: --
159: -- End of API body
160: --
161:
162: -- Standard check for p_commit
163: IF FND_API.to_Boolean( p_commit )
164: THEN
165: COMMIT WORK;
166: END IF;

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

165: COMMIT WORK;
166: END IF;
167:
168:
169: -- Standard call to get message count and if count is 1, get message info.
170: FND_MSG_PUB.Count_And_Get
171: ( p_count => x_msg_count,
172: p_data => x_msg_data
173: );

Line 235: -- Standard Start of API savepoint

231: -- IF PG_DEBUG < 10 THEN
232: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
233: IEX_DEBUG_PUB.LogMessage ('********* Start of Procedure =>IEX_CASE_DEFINITIONS_PVT.Update_case_definitions ******** ');
234: END IF;
235: -- Standard Start of API savepoint
236: SAVEPOINT UPDATE_case_definitions_PVT;
237:
238: -- Standard call to check for call compatibility.
239: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

234: END IF;
235: -- Standard Start of API savepoint
236: SAVEPOINT UPDATE_case_definitions_PVT;
237:
238: -- Standard call to check for call compatibility.
239: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
240: p_api_version_number,
241: l_api_name,
242: G_PKG_NAME)

Line 321: -- Standard check for p_commit

317: --
318: -- End of API body.
319: --
320:
321: -- Standard check for p_commit
322: IF FND_API.to_Boolean( p_commit )
323: THEN
324: COMMIT WORK;
325: END IF;

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

325: END IF;
326:
327:
328:
329: -- Standard call to get message count and if count is 1, get message info.
330: FND_MSG_PUB.Count_And_Get
331: ( p_count => x_msg_count,
332: p_data => x_msg_data
333: );

Line 391: -- Standard Start of API savepoint

387: l_api_name CONSTANT VARCHAR2(30) := 'DELETE_CASE_DEFINITIONS';
388: l_api_version_number CONSTANT NUMBER := 2.0;
389:
390: BEGIN
391: -- Standard Start of API savepoint
392: SAVEPOINT DELETE_case_definitions_PVT;
393:
394: -- Standard call to check for call compatibility.
395: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

390: BEGIN
391: -- Standard Start of API savepoint
392: SAVEPOINT DELETE_case_definitions_PVT;
393:
394: -- Standard call to check for call compatibility.
395: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
396: p_api_version_number,
397: l_api_name,
398: G_PKG_NAME)

Line 425: -- Standard check for p_commit

421: --
422: -- End of API body
423: --
424:
425: -- Standard check for p_commit
426: IF FND_API.to_Boolean( p_commit )
427: THEN
428: COMMIT WORK;
429: END IF;

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

428: COMMIT WORK;
429: END IF;
430:
431:
432: -- Standard call to get message count and if count is 1, get message info.
433: FND_MSG_PUB.Count_And_Get
434: ( p_count => x_msg_count,
435: p_data => x_msg_data
436: );