DBA Data[Home] [Help]

APPS.AP_NOTES_PUB dependencies on STANDARD

Line 111: -- Standard Start of API savepoint

107: if ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
108: fnd_log.string(fnd_log.level_procedure,G_MODULE_PREFIX||l_api_name,G_ENTER);
109: end if;
110:
111: -- Standard Start of API savepoint
112: SAVEPOINT Create_Note_PUB;
113:
114: -- Standard call to check for call compatibility.
115: IF NOT FND_API.

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

110:
111: -- Standard Start of API savepoint
112: SAVEPOINT Create_Note_PUB;
113:
114: -- Standard call to check for call compatibility.
115: IF NOT FND_API.
116: Compatible_API_Call(l_api_version,p_api_version,l_api_name,G_PKG_NAME)
117: THEN
118: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 186: -- Standard check of p_commit.

182: end if;
183: -- End of API body.
184:
185:
186: -- Standard check of p_commit.
187: IF FND_API.To_Boolean(p_commit) THEN
188: COMMIT WORK;
189: END IF;
190:

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

187: IF FND_API.To_Boolean(p_commit) THEN
188: COMMIT WORK;
189: END IF;
190:
191: -- Standard call to get message count and if count is 1, get message info.
192: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
193: p_data => x_msg_data);
194:
195: if ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then

Line 291: -- Standard Start of API savepoint

287: fnd_log.string(fnd_log.level_procedure,G_MODULE_PREFIX||l_api_name,G_ENTER);
288: end if;
289:
290:
291: -- Standard Start of API savepoint
292: SAVEPOINT Delete_Notes;
293:
294: -- Standard call to check for call compatibility.
295: IF NOT FND_API.

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

290:
291: -- Standard Start of API savepoint
292: SAVEPOINT Delete_Notes;
293:
294: -- Standard call to check for call compatibility.
295: IF NOT FND_API.
296: Compatible_API_Call(l_api_version,p_api_version,l_api_name,G_PKG_NAME)
297: THEN
298: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 347: -- Standard check of p_commit.

343: end if;
344: -- End of API body.
345:
346:
347: -- Standard check of p_commit.
348: IF FND_API.To_Boolean(p_commit) THEN
349: COMMIT WORK;
350: END IF;
351:

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

348: IF FND_API.To_Boolean(p_commit) THEN
349: COMMIT WORK;
350: END IF;
351:
352: -- Standard call to get message count and if count is 1, get message info.
353: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
354: p_data => x_msg_data);
355:
356: if ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then

Line 456: -- Standard Start of API savepoint

452: fnd_log.string(fnd_log.level_procedure,G_MODULE_PREFIX||l_api_name,G_ENTER);
453: end if;
454:
455:
456: -- Standard Start of API savepoint
457: SAVEPOINT Copy_Notes;
458:
459: -- Standard call to check for call compatibility.
460: IF NOT FND_API.

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

455:
456: -- Standard Start of API savepoint
457: SAVEPOINT Copy_Notes;
458:
459: -- Standard call to check for call compatibility.
460: IF NOT FND_API.
461: Compatible_API_Call(l_api_version,p_api_version,l_api_name,G_PKG_NAME)
462: THEN
463: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 542: -- Standard check of p_commit.

538: end if;
539: -- End of API body.
540:
541:
542: -- Standard check of p_commit.
543: IF FND_API.To_Boolean(p_commit) THEN
544: COMMIT WORK;
545: END IF;
546:

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

543: IF FND_API.To_Boolean(p_commit) THEN
544: COMMIT WORK;
545: END IF;
546:
547: -- Standard call to get message count and if count is 1, get message info.
548: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
549: p_data => x_msg_data);
550:
551: if ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then