DBA Data[Home] [Help]

APPS.AHL_PC_HEADER_PUB dependencies on STANDARD

Line 220: -- Standard start of API savepoint

216:
217: l_debug VARCHAR2(2000);
218:
219: BEGIN
220: -- Standard start of API savepoint
221: SAVEPOINT PROCESS_PC_HEADER_PUB;
222:
223: -- Standard call to check for call compatibility
224: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

Line 223: -- Standard call to check for call compatibility

219: BEGIN
220: -- Standard start of API savepoint
221: SAVEPOINT PROCESS_PC_HEADER_PUB;
222:
223: -- Standard call to check for call compatibility
224: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
225: THEN
226: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
227: END IF;

Line 347: -- Standard check for p_commit

343: THEN
344: RAISE FND_API.G_EXC_ERROR;
345: END IF;
346:
347: -- Standard check for p_commit
348: IF FND_API.To_Boolean (p_commit)
349: THEN
350: COMMIT WORK;
351: END IF;

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

349: THEN
350: COMMIT WORK;
351: END IF;
352:
353: -- Standard call to get message count and if count is 1, get message info
354: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
355: p_data => x_msg_data,
356: p_encoded => fnd_api.g_false );
357: