DBA Data[Home] [Help]

APPS.GMO_VBATCH_GRP dependencies on STANDARD

Line 23: -- Standard Start of API savepoint

19: l_api_version CONSTANT NUMBER := 1.0;
20:
21: BEGIN
22:
23: -- Standard Start of API savepoint
24: SAVEPOINT INSTANTIATE_ADVANCED_PI_GRP;
25:
26: -- Standard call to check for call compatibility.
27: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,l_api_name,G_PKG_NAME) THEN

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

22:
23: -- Standard Start of API savepoint
24: SAVEPOINT INSTANTIATE_ADVANCED_PI_GRP;
25:
26: -- Standard call to check for call compatibility.
27: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,l_api_name,G_PKG_NAME) THEN
28: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
29: END IF;
30:

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

52: ELSE
53: RAISE FND_API.G_EXC_ERROR;
54: END IF;
55:
56: -- Standard call to get message count and if count is 1, get message info.
57: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count, p_data => x_msg_data);
58:
59: EXCEPTION
60: WHEN FND_API.G_EXC_ERROR THEN

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

114: l_api_version CONSTANT NUMBER := 1.0;
115:
116:
117: BEGIN
118: -- Standard call to check for call compatibility.
119: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,l_api_name,G_PKG_NAME) THEN
120: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
121: END IF;
122:

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

156: ELSE
157: RAISE FND_API.G_EXC_ERROR;
158: END IF;
159:
160: -- Standard call to get message count and if count is 1, get message info.
161: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count, p_data => x_msg_data);
162:
163: EXCEPTION
164: WHEN FND_API.G_EXC_ERROR THEN

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

207: l_api_name CONSTANT VARCHAR2(30) := 'ON_TASK_ACTION';
208: l_api_version CONSTANT NUMBER := 1.0;
209:
210: BEGIN
211: -- Standard call to check for call compatibility.
212: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,l_api_name,G_PKG_NAME) THEN
213: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
214: END IF;
215:

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

240: ELSE
241: RAISE FND_API.G_EXC_ERROR;
242: END IF;
243:
244: -- Standard call to get message count and if count is 1, get message info.
245: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count, p_data => x_msg_data);
246:
247: EXCEPTION
248: WHEN FND_API.G_EXC_ERROR THEN

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

298: l_task_value fnd_table_of_varchar2_255;
299: l_task_erecord fnd_table_of_varchar2_255;
300:
301: BEGIN
302: -- Standard call to check for call compatibility.
303: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,l_api_name,G_PKG_NAME) THEN
304: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
305: END IF;
306:

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

356: RAISE FND_API.G_EXC_ERROR;
357: END IF;
358:
359:
360: -- Standard call to get message count and if count is 1, get message info.
361: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count, p_data => x_msg_data);
362:
363: EXCEPTION
364: WHEN FND_API.G_EXC_ERROR THEN

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

407: l_api_name CONSTANT VARCHAR2(30) := 'GET_ENTITY_LOCK_STATUS';
408: l_api_version CONSTANT NUMBER := 1.0;
409:
410: BEGIN
411: -- Standard call to check for call compatibility.
412: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,l_api_name,G_PKG_NAME) THEN
413: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
414: END IF;
415:

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

440: ELSE
441: RAISE FND_API.G_EXC_ERROR;
442: END IF;
443:
444: -- Standard call to get message count and if count is 1, get message info.
445: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count, p_data => x_msg_data);
446:
447: EXCEPTION
448: WHEN FND_API.G_EXC_ERROR THEN