DBA Data[Home] [Help]

APPS.AHL_UC_VALIDATION_PUB dependencies on STANDARD

Line 52: -- Standard start of API savepoint

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

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

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

Line 183: -- Standard check of p_commit

179:
180: --Setting output parameters
181: x_error_tbl := l_error_table;
182:
183: -- Standard check of p_commit
184: IF FND_API.TO_BOOLEAN(p_commit) THEN
185: COMMIT WORK;
186: END IF;
187:

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

184: IF FND_API.TO_BOOLEAN(p_commit) THEN
185: COMMIT WORK;
186: END IF;
187:
188: -- Standard call to get message count and if count is 1, get message info
189: FND_MSG_PUB.Count_And_Get
190: ( p_count => x_msg_count,
191: p_data => x_msg_data,
192: p_encoded => fnd_api.g_false

Line 256: -- Standard start of API savepoint

252: l_evaluation_status VARCHAR2(1);
253: --
254: BEGIN
255:
256: -- Standard start of API savepoint
257: SAVEPOINT Validate_Complete_For_Pos;
258:
259: -- Standard call to check for call compatibility
260: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

255:
256: -- Standard start of API savepoint
257: SAVEPOINT Validate_Complete_For_Pos;
258:
259: -- Standard call to check for call compatibility
260: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
261: G_PKG_NAME) THEN
262: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
263: END IF;

Line 340: -- Standard check of p_commit

336:
337: --Setting output parameters
338: x_error_tbl := l_error_table;
339:
340: -- Standard check of p_commit
341: IF FND_API.TO_BOOLEAN(p_commit) THEN
342: COMMIT WORK;
343: END IF;
344:

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

341: IF FND_API.TO_BOOLEAN(p_commit) THEN
342: COMMIT WORK;
343: END IF;
344:
345: -- Standard call to get message count and if count is 1, get message info
346: FND_MSG_PUB.Count_And_Get
347: ( p_count => x_msg_count,
348: p_data => x_msg_data,
349: p_encoded => fnd_api.g_false

Line 411: -- Standard start of API savepoint

407: l_api_name CONSTANT VARCHAR2(30) := 'Check_Completeness';
408: --
409: BEGIN
410:
411: -- Standard start of API savepoint
412: SAVEPOINT Check_Completeness;
413:
414: -- Standard call to check for call compatibility
415: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

410:
411: -- Standard start of API savepoint
412: SAVEPOINT Check_Completeness;
413:
414: -- Standard call to check for call compatibility
415: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
416: G_PKG_NAME) THEN
417: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
418: END IF;

Line 517: -- Standard check of p_commit

513: END IF;
514:
515: END IF;
516:
517: -- Standard check of p_commit
518: IF FND_API.TO_BOOLEAN(p_commit) THEN
519: COMMIT WORK;
520: END IF;
521:

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

518: IF FND_API.TO_BOOLEAN(p_commit) THEN
519: COMMIT WORK;
520: END IF;
521:
522: -- Standard call to get message count and if count is 1, get message info
523: FND_MSG_PUB.Count_And_Get
524: ( p_count => x_msg_count,
525: p_data => x_msg_data,
526: p_encoded => fnd_api.g_false