DBA Data[Home] [Help]

APPS.AHL_UC_VALIDATION_PUB dependencies on STANDARD

Line 54: -- Standard start of API savepoint

50: l_evaluation_status VARCHAR2(1);
51: --
52: BEGIN
53:
54: -- Standard start of API savepoint
55: SAVEPOINT Validate_Completeness;
56:
57: -- Standard call to check for call compatibility
58: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

53:
54: -- Standard start of API savepoint
55: SAVEPOINT Validate_Completeness;
56:
57: -- Standard call to check for call compatibility
58: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
59: G_PKG_NAME) THEN
60: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
61: END IF;

Line 199: -- Standard check of p_commit

195:
196: --Setting output parameters
197: x_error_tbl := l_error_table;
198:
199: -- Standard check of p_commit
200: IF FND_API.TO_BOOLEAN(p_commit) THEN
201: COMMIT WORK;
202: END IF;
203:

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

200: IF FND_API.TO_BOOLEAN(p_commit) THEN
201: COMMIT WORK;
202: END IF;
203:
204: -- Standard call to get message count and if count is 1, get message info
205: FND_MSG_PUB.Count_And_Get
206: ( p_count => x_msg_count,
207: p_data => x_msg_data,
208: p_encoded => fnd_api.g_false

Line 272: -- Standard start of API savepoint

268: l_evaluation_status VARCHAR2(1);
269: --
270: BEGIN
271:
272: -- Standard start of API savepoint
273: SAVEPOINT Validate_Complete_For_Pos;
274:
275: -- Standard call to check for call compatibility
276: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

271:
272: -- Standard start of API savepoint
273: SAVEPOINT Validate_Complete_For_Pos;
274:
275: -- Standard call to check for call compatibility
276: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
277: G_PKG_NAME) THEN
278: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
279: END IF;

Line 369: -- Standard check of p_commit

365:
366: --Setting output parameters
367: x_error_tbl := l_error_table;
368:
369: -- Standard check of p_commit
370: IF FND_API.TO_BOOLEAN(p_commit) THEN
371: COMMIT WORK;
372: END IF;
373:

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

370: IF FND_API.TO_BOOLEAN(p_commit) THEN
371: COMMIT WORK;
372: END IF;
373:
374: -- Standard call to get message count and if count is 1, get message info
375: FND_MSG_PUB.Count_And_Get
376: ( p_count => x_msg_count,
377: p_data => x_msg_data,
378: p_encoded => fnd_api.g_false

Line 440: -- Standard start of API savepoint

436: l_api_name CONSTANT VARCHAR2(30) := 'Check_Completeness';
437: --
438: BEGIN
439:
440: -- Standard start of API savepoint
441: SAVEPOINT Check_Completeness;
442:
443: -- Standard call to check for call compatibility
444: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

439:
440: -- Standard start of API savepoint
441: SAVEPOINT Check_Completeness;
442:
443: -- Standard call to check for call compatibility
444: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
445: G_PKG_NAME) THEN
446: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
447: END IF;

Line 546: -- Standard check of p_commit

542: END IF;
543:
544: END IF;
545:
546: -- Standard check of p_commit
547: IF FND_API.TO_BOOLEAN(p_commit) THEN
548: COMMIT WORK;
549: END IF;
550:

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

547: IF FND_API.TO_BOOLEAN(p_commit) THEN
548: COMMIT WORK;
549: END IF;
550:
551: -- Standard call to get message count and if count is 1, get message info
552: FND_MSG_PUB.Count_And_Get
553: ( p_count => x_msg_count,
554: p_data => x_msg_data,
555: p_encoded => fnd_api.g_false