DBA Data[Home] [Help]

APPS.AHL_PC_ASSOCIATION_PUB dependencies on STANDARD

Line 107: -- Standard start of API savepoint

103: l_api_version CONSTANT NUMBER := 1.0;
104: l_return_status VARCHAR2(1);
105:
106: BEGIN
107: -- Standard start of API savepoint
108: SAVEPOINT PROCESS_ASSOCIATION_PUB;
109:
110: -- Standard call to check for call compatibility
111: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

106: BEGIN
107: -- Standard start of API savepoint
108: SAVEPOINT PROCESS_ASSOCIATION_PUB;
109:
110: -- Standard call to check for call compatibility
111: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
112: THEN
113: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
114: END IF;

Line 249: -- Standard check for p_commit

245: IF x_msg_count > 0 THEN
246: RAISE FND_API.G_EXC_ERROR;
247: END IF;
248:
249: -- Standard check for p_commit
250: IF FND_API.To_Boolean (p_commit)
251: THEN
252: COMMIT WORK;
253: END IF;

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

251: THEN
252: COMMIT WORK;
253: END IF;
254:
255: -- Standard call to get message count and if count is 1, get message info
256: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
257: p_data => x_msg_data,
258: p_encoded => fnd_api.g_false );
259:

Line 308: -- Standard start of API savepoint

304: l_api_version CONSTANT NUMBER := 1.0;
305: l_return_status VARCHAR2(1);
306:
307: BEGIN
308: -- Standard start of API savepoint
309: SAVEPOINT PROCESS_DOCUMENT_PUB;
310:
311: -- Standard call to check for call compatibility
312: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

307: BEGIN
308: -- Standard start of API savepoint
309: SAVEPOINT PROCESS_DOCUMENT_PUB;
310:
311: -- Standard call to check for call compatibility
312: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
313: THEN
314: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
315: END IF;

Line 349: -- Standard check for p_commit

345: IF x_msg_count > 0 THEN
346: RAISE FND_API.G_EXC_ERROR;
347: END IF;
348:
349: -- Standard check for p_commit
350: IF FND_API.To_Boolean (p_commit)
351: THEN
352: COMMIT WORK;
353: END IF;

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

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