DBA Data[Home] [Help]

APPS.BIM_BUDGETS_DENORM_PKG dependencies on STANDARD

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

60: l_init_msg_list VARCHAR2(10) := FND_API.G_FALSE;
61:
62: BEGIN
63:
64: -- Standard call to check for call compatibility.
65: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
66: p_api_version_number,
67: l_api_name,
68: g_pkg_name)

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

293: EXCEPTION
294: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
295: ROLLBACK TO LOAD_ADMIN_RECORDS;
296: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
297: -- Standard call to get message count and if count=1, get the message
298: FND_MSG_PUB.Count_And_Get (
299: p_encoded => FND_API.G_FALSE,
300: p_count => x_msg_count,
301: p_data => x_msg_data

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

312: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
313: THEN
314: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
315: END IF;
316: -- Standard call to get message count and if count=1, get the message
317: FND_MSG_PUB.Count_And_Get (
318: p_encoded => FND_API.G_FALSE,
319: p_count => x_msg_count,
320: p_data => x_msg_data