DBA Data[Home] [Help]

APPS.AS_SALES_METH_WF dependencies on STANDARD

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

345: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
346: --ROLLBACK TO Start_Request;
347: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
348: Add_Error_Message (l_api_name, l_Error_Msg);
349: -- Standard call to get message count and if count=1, get the message
350: FND_MSG_PUB.count_and_get(
351: p_encoded => FND_API.g_false,
352: p_count => x_msg_count,
353: p_data => x_msg_data

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

356: WHEN FND_API.G_EXC_ERROR THEN
357: --ROLLBACK TO Start_Request;
358: x_return_status := FND_API.G_RET_STS_ERROR;
359: Add_Error_Message (l_api_name, l_Error_Msg);
360: -- Standard call to get message count and if count=1, get the message
361: FND_MSG_PUB.count_and_get(
362: p_encoded => FND_API.g_false,
363: p_count => x_msg_count,
364: p_data => x_msg_data

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

373: THEN
374: FND_MSG_PUB.Add_Exc_Msg
375: (G_PKG_NAME, l_api_name,sqlerrm);
376: END IF;
377: -- Standard call to get message count and if count=1, get the message
378: FND_MSG_PUB.count_and_get(
379: p_encoded => FND_API.g_false,
380: p_count => x_msg_count,
381: p_data => x_msg_data