DBA Data[Home] [Help]

APPS.GMO_WMS_INTEGRATION_GRP dependencies on STANDARD

Line 45: -- Standard Start of API savepoint

41: l_api_version CONSTANT NUMBER := 1.0;
42:
43: BEGIN
44:
45: -- Standard Start of API savepoint
46: SAVEPOINT PROCESS_DEVICE_RESPONSE_GRP;
47:
48: -- Standard call to check for call compatibility.
49: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,l_api_name,G_PKG_NAME) THEN

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

44:
45: -- Standard Start of API savepoint
46: SAVEPOINT PROCESS_DEVICE_RESPONSE_GRP;
47:
48: -- Standard call to check for call compatibility.
49: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,l_api_name,G_PKG_NAME) THEN
50: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
51: END IF;
52:

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

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