DBA Data[Home] [Help]

APPS.GMO_DVC_INTG_GRP dependencies on STANDARD

Line 33: -- Standard Start of API savepoint

29: l_api_version CONSTANT NUMBER := 1.0;
30:
31: BEGIN
32:
33: -- Standard Start of API savepoint
34: SAVEPOINT READ_DEVICE_GRP;
35:
36: -- Standard call to check for call compatibility.
37: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,l_api_name,G_PKG_NAME) THEN

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

32:
33: -- Standard Start of API savepoint
34: SAVEPOINT READ_DEVICE_GRP;
35:
36: -- Standard call to check for call compatibility.
37: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,l_api_name,G_PKG_NAME) THEN
38: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
39: END IF;
40:

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

70: ELSE
71: RAISE FND_API.G_EXC_ERROR;
72: END IF;
73:
74: -- Standard call to get message count and if count is 1, get message info.
75: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count, p_data => x_msg_data);
76:
77: EXCEPTION
78: WHEN FND_API.G_EXC_ERROR THEN

Line 216: -- Standard Start of API savepoint

212: l_response_value fnd_table_of_varchar2_255;
213:
214: BEGIN
215:
216: -- Standard Start of API savepoint
217: SAVEPOINT READ_DEVICE;
218: -- Standard call to check for call compatibility.
219: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,l_api_name,G_PKG_NAME) THEN
220: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

214: BEGIN
215:
216: -- Standard Start of API savepoint
217: SAVEPOINT READ_DEVICE;
218: -- Standard call to check for call compatibility.
219: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,l_api_name,G_PKG_NAME) THEN
220: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
221: END IF;
222:

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

261: RAISE FND_API.G_EXC_ERROR;
262: END IF;
263:
264:
265: -- Standard call to get message count and if count is 1, get message info.
266: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count, p_data => x_msg_data);
267:
268: EXCEPTION
269: WHEN FND_API.G_EXC_ERROR THEN