DBA Data[Home] [Help]

APPS.JTS_CONFIGURATION_PVT dependencies on STANDARD

Line 277: -- Standard Start of API savepoint

273: l_flows JTS_SETUP_FLOW_PVT.Setup_Flow_Tbl_Type;
274: BEGIN
275: x_return_status := fnd_api.G_RET_STS_SUCCESS;
276:
277: -- Standard Start of API savepoint
278: SAVEPOINT create_configuration;
279:
280: fnd_msg_pub.initialize;
281:

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

328: EXCEPTION
329: WHEN FND_API.G_EXC_ERROR THEN
330: ROLLBACK TO create_configuration;
331: x_return_status := FND_API.G_RET_STS_ERROR;
332: -- Standard call to get message count and if count=1, get the message
333: FND_MSG_PUB.Count_And_Get (
334: p_encoded => FND_API.G_FALSE,
335: p_count => x_msg_count,
336: p_data => x_msg_data

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

340: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
341: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
342: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
343: END IF;
344: -- Standard call to get message count and if count=1, get the message
345: FND_MSG_PUB.Count_And_Get (
346: p_encoded => FND_API.G_FALSE,
347: p_count => x_msg_count,
348: p_data => x_msg_data

Line 376: -- Standard Start of API savepoint

372: l_config_rec Config_Rec_Type;
373: BEGIN
374: x_return_status := fnd_api.g_ret_sts_success;
375:
376: -- Standard Start of API savepoint
377: SAVEPOINT update_name_and_desc;
378:
379: Fnd_msg_pub.initialize;
380:

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

424: EXCEPTION
425: WHEN FND_API.G_EXC_ERROR THEN
426: ROLLBACK TO update_name_and_desc;
427: x_return_status := FND_API.G_RET_STS_ERROR;
428: -- Standard call to get message count and if count=1, get the message
429: FND_MSG_PUB.Count_And_Get (
430: p_encoded => FND_API.G_FALSE,
431: p_count => x_msg_count,
432: p_data => x_msg_data

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

436: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
437: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
438: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
439: END IF;
440: -- Standard call to get message count and if count=1, get the message
441: FND_MSG_PUB.Count_And_Get (
442: p_encoded => FND_API.G_FALSE,
443: p_count => x_msg_count,
444: p_data => x_msg_data

Line 463: -- Standard Start of API savepoint

459: l_full_name CONSTANT VARCHAR2 (60) := G_PKG_NAME || '.' || l_api_name;
460: BEGIN
461: x_return_status := FND_API.G_RET_STS_SUCCESS;
462:
463: -- Standard Start of API savepoint
464: SAVEPOINT delete_configuration;
465:
466: fnd_msg_pub.initialize;
467:

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

490: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
491: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
492: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
493: END IF;
494: -- Standard call to get message count and if count=1, get the message
495: FND_MSG_PUB.Count_And_Get (
496: p_encoded => FND_API.G_FALSE,
497: p_count => x_msg_count,
498: p_data => x_msg_data

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

563: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
564: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
565: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
566: END IF;
567: -- Standard call to get message count and if count=1, get the message
568: FND_MSG_PUB.Count_And_Get (
569: p_encoded => FND_API.G_FALSE,
570: p_count => x_msg_count,
571: p_data => x_msg_data

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

703: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
704: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
705: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
706: END IF;
707: -- Standard call to get message count and if count=1, get the message
708: FND_MSG_PUB.Count_And_Get (
709: p_encoded => FND_API.G_FALSE,
710: p_count => x_msg_count,
711: p_data => x_msg_data