DBA Data[Home] [Help]

APPS.PV_AS_ACCESS_VHUK dependencies on STANDARD

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

128:
129: BEGIN
130: --FND_MSG_PUB.G_MSG_LEVEL_THRESHOLD := FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW;
131:
132: -- Standard call to check for call compatibility.
133: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
134: p_api_version_number,
135: l_api_name,
136: G_PKG_NAME)

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

308: end if;
309:
310:
311:
312: -- Standard call to get message count and if count is 1, get message info.
313: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
314: p_count => x_msg_count,
315: p_data => x_msg_data);
316:

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

365: l_mode CONSTANT VARCHAR2(20) := 'CREATE';
366:
367: BEGIN
368: --FND_MSG_PUB.G_MSG_LEVEL_THRESHOLD := FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW;
369: -- Standard call to check for call compatibility.
370: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
371: p_api_version_number,
372: l_api_name,
373: G_PKG_NAME)

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

410: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
411: RAISE FND_API.G_EXC_ERROR;
412: END IF;
413:
414: -- Standard call to get message count and if count is 1, get message info.
415: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
416: p_count => x_msg_count,
417: p_data => x_msg_data);
418:

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

457: l_api_version_number CONSTANT NUMBER := 2.0;
458:
459: l_mode CONSTANT VARCHAR2(20) := 'UPDATE';
460: BEGIN
461: -- Standard call to check for call compatibility.
462: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
463: p_api_version_number,
464: l_api_name,
465: G_PKG_NAME)

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

498: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
499: RAISE FND_API.G_EXC_ERROR;
500: END IF;
501:
502: -- Standard call to get message count and if count is 1, get message info.
503: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
504: p_count => x_msg_count,
505: p_data => x_msg_data);
506:

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

548: BEGIN
549:
550: --FND_MSG_PUB.g_msg_level_threshold := FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW;
551:
552: -- Standard call to check for call compatibility.
553: IF NOT FND_API.Compatible_API_Call(l_api_version_number,
554: p_api_version_number,
555: l_api_name,
556: G_PKG_NAME)

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

589: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
590: RAISE FND_API.G_EXC_ERROR;
591: END IF;
592:
593: -- Standard call to get message count and if count is 1, get message info.
594: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_TRUE,
595: p_count => x_msg_count,
596: p_data => x_msg_data);
597: