DBA Data[Home] [Help]

APPS.JTS_CONFIG_VERSION_PVT dependencies on FND_MSG_PUB

Line 152: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN

148:
149: IF (NOT CHECK_VERSION_NAME_UNIQUE(p_version_rec.version_name,
150: p_version_rec.version_id,
151: p_version_rec.configuration_id)) THEN
152: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
153: FND_MESSAGE.set_name('JTS', 'JTS_VERSION_NAME_NOT_UNIQUE');
154: FND_MSG_PUB.add;
155: END IF;
156: x_return_status := fnd_api.g_ret_sts_error;

Line 154: FND_MSG_PUB.add;

150: p_version_rec.version_id,
151: p_version_rec.configuration_id)) THEN
152: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
153: FND_MESSAGE.set_name('JTS', 'JTS_VERSION_NAME_NOT_UNIQUE');
154: FND_MSG_PUB.add;
155: END IF;
156: x_return_status := fnd_api.g_ret_sts_error;
157: END IF;
158:

Line 164: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

160: WHEN fnd_api.g_exc_unexpected_error THEN
161: x_return_status := fnd_api.g_ret_sts_unexp_error;
162: WHEN OTHERS THEN
163: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
164: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
165: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
166: END IF;
167: END VALIDATE_ROW;
168:

Line 165: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

161: x_return_status := fnd_api.g_ret_sts_unexp_error;
162: WHEN OTHERS THEN
163: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
164: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
165: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
166: END IF;
167: END VALIDATE_ROW;
168:
169: -- Inserts a row into jts_config_versions

Line 342: fnd_msg_pub.initialize;

338:
339: -- Standard Start of API savepoint
340: SAVEPOINT create_version;
341:
342: fnd_msg_pub.initialize;
343:
344: IF NOT fnd_api.compatible_api_call ( l_api_version,
345: p_api_version,
346: l_api_name,

Line 385: FND_MSG_PUB.Count_And_Get (

381: END IF;
382:
383: END IF;
384:
385: FND_MSG_PUB.Count_And_Get (
386: p_encoded => FND_API.G_FALSE,
387: p_count => x_msg_count,
388: p_data => x_msg_data);
389: EXCEPTION

Line 393: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

389: EXCEPTION
390: WHEN OTHERS THEN
391: ROLLBACK TO create_version;
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 (

Line 394: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

390: WHEN OTHERS THEN
391: ROLLBACK TO create_version;
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,

Line 397: FND_MSG_PUB.Count_And_Get (

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
401: );

Line 509: fnd_msg_pub.initialize;

505:
506: -- Standard Start of API savepoint
507: SAVEPOINT UPDATE_NAME_DESC;
508:
509: fnd_msg_pub.initialize;
510:
511: IF NOT fnd_api.compatible_api_call ( l_api_version,
512: p_api_version,
513: l_api_name,

Line 549: FND_MSG_PUB.Count_And_Get (

545: AND USERENV('LANG') IN (language, source_lang);
546: COMMIT;
547: END IF;
548:
549: FND_MSG_PUB.Count_And_Get (
550: p_encoded => FND_API.G_FALSE,
551: p_count => x_msg_count,
552: p_data => x_msg_data);
553: EXCEPTION

Line 557: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

553: EXCEPTION
554: WHEN OTHERS THEN
555: ROLLBACK TO UPDATE_NAME_DESC;
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 (

Line 558: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

554: WHEN OTHERS THEN
555: ROLLBACK TO UPDATE_NAME_DESC;
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,

Line 561: FND_MSG_PUB.Count_And_Get (

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
565: );

Line 684: fnd_msg_pub.initialize;

680: l_debug_info VARCHAR2(2000);
681: BEGIN
682: x_return_status := FND_API.G_RET_STS_SUCCESS;
683:
684: fnd_msg_pub.initialize;
685:
686: IF NOT fnd_api.compatible_api_call ( l_api_version,
687: p_api_version,
688: l_api_name,

Line 783: FND_MSG_PUB.Count_And_Get (

779: l_debug_info := 'Percent Completed';
780: x_version_rec.percent_completed := JTS_CONFIG_VERSION_FLOW_PVT.GET_PERCENT_COMPLETE(p_api_version,
781: x_version_rec.version_id);
782:
783: FND_MSG_PUB.Count_And_Get (
784: p_encoded => FND_API.G_FALSE,
785: p_count => x_msg_count,
786: p_data => x_msg_data);
787: EXCEPTION

Line 790: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

786: p_data => x_msg_data);
787: EXCEPTION
788: WHEN OTHERS THEN
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 (

Line 791: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

787: EXCEPTION
788: WHEN OTHERS THEN
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,

Line 794: FND_MSG_PUB.Count_And_Get (

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
798: );

Line 829: fnd_msg_pub.initialize;

825: BEGIN
826:
827: x_return_status := fnd_api.G_RET_STS_SUCCESS;
828:
829: fnd_msg_pub.initialize;
830:
831: IF NOT fnd_api.compatible_api_call ( l_api_version,
832: p_api_version,
833: l_api_name,

Line 962: FND_MSG_PUB.Count_And_Get (

958: i := i + 1;
959: END LOOP;
960: CLOSE version_csr;
961:
962: FND_MSG_PUB.Count_And_Get (
963: p_encoded => FND_API.G_FALSE,
964: p_count => x_msg_count,
965: p_data => x_msg_data
966: );

Line 971: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

967:
968: EXCEPTION
969: WHEN OTHERS THEN
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 (

Line 972: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);

968: EXCEPTION
969: WHEN OTHERS THEN
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,

Line 975: FND_MSG_PUB.Count_And_Get (

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
979: );