DBA Data[Home] [Help]

APPS.AMS_THRESHOLD_NOTIFY dependencies on STANDARD

Line 177: -- Standard call to get message count and if count=1, get the message

173: EXCEPTION
174:
175: WHEN FND_API.G_EXC_ERROR THEN
176: x_return_status := FND_API.G_RET_STS_ERROR;
177: -- Standard call to get message count and if count=1, get the message
178: FND_MSG_PUB.Count_And_Get (
179: p_encoded => FND_API.G_FALSE,
180: p_count => x_msg_count,
181: p_data => x_msg_data

Line 186: -- Standard call to get message count and if count=1, get the message

182: );
183:
184: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
185: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
186: -- Standard call to get message count and if count=1, get the message
187: FND_MSG_PUB.Count_And_Get (
188: p_encoded => FND_API.G_FALSE,
189: p_count => x_msg_count,
190: p_data => x_msg_data

Line 199: -- Standard call to get message count and if count=1, get the message

195: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
196: THEN
197: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
198: END IF;
199: -- Standard call to get message count and if count=1, get the message
200: FND_MSG_PUB.Count_And_Get (
201: p_encoded => FND_API.G_FALSE,
202: p_count => x_msg_count,
203: p_data => x_msg_data