DBA Data[Home] [Help]

APPS.JTS_CONFIG_VERSION_PVT dependencies on STANDARD

Line 339: -- Standard Start of API savepoint

335: l_flow_id JTS_CONFIGURATIONS_B.flow_id%TYPE;
336: BEGIN
337: x_return_status := FND_API.G_RET_STS_SUCCESS;
338:
339: -- Standard Start of API savepoint
340: SAVEPOINT create_version;
341:
342: fnd_msg_pub.initialize;
343:

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

392: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
393: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
394: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
395: END IF;
396: -- Standard call to get message count and if count=1, get the message
397: FND_MSG_PUB.Count_And_Get (
398: p_encoded => FND_API.G_FALSE,
399: p_count => x_msg_count,
400: p_data => x_msg_data

Line 506: -- Standard Start of API savepoint

502: l_version_rec Config_Version_Rec_Type;
503: BEGIN
504: x_return_status := FND_API.G_RET_STS_SUCCESS;
505:
506: -- Standard Start of API savepoint
507: SAVEPOINT UPDATE_NAME_DESC;
508:
509: fnd_msg_pub.initialize;
510:

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

556: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
557: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
558: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
559: END IF;
560: -- Standard call to get message count and if count=1, get the message
561: FND_MSG_PUB.Count_And_Get (
562: p_encoded => FND_API.G_FALSE,
563: p_count => x_msg_count,
564: p_data => x_msg_data

Line 578: -- Standard Start of API savepoint

574: l_api_version CONSTANT NUMBER := 1.0;
575: l_api_name CONSTANT VARCHAR2 (30) := 'DELETE_VERSION';
576: l_full_name CONSTANT VARCHAR2 (60) := G_PKG_NAME || '.' || l_api_name;
577: BEGIN
578: -- Standard Start of API savepoint
579: SAVEPOINT DELETE_VERSION;
580:
581: IF NOT fnd_api.compatible_api_call ( l_api_version,
582: p_api_version,

Line 617: -- Standard Start of API savepoint

613: l_full_name CONSTANT VARCHAR2 (60) := G_PKG_NAME || '.' || l_api_name;
614: i NUMBER := 1;
615: BEGIN
616:
617: -- Standard Start of API savepoint
618: SAVEPOINT DELETE_SOME_VERSIONS;
619:
620: IF NOT fnd_api.compatible_api_call ( l_api_version,
621: p_api_version,

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

789: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
790: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
791: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
792: END IF;
793: -- Standard call to get message count and if count=1, get the message
794: FND_MSG_PUB.Count_And_Get (
795: p_encoded => FND_API.G_FALSE,
796: p_count => x_msg_count,
797: p_data => x_msg_data

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

970: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
971: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
972: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
973: END IF;
974: -- Standard call to get message count and if count=1, get the message
975: FND_MSG_PUB.Count_And_Get (
976: p_encoded => FND_API.G_FALSE,
977: p_count => x_msg_count,
978: p_data => x_msg_data