DBA Data[Home] [Help]

APPS.BIM_I_BGT_FACTS_PKG dependencies on FND_MSG_PUB

Line 156: FND_MSG_PUB.initialize;

152:
153: -- Initialize message list if p_init_msg_list is set to TRUE.
154: IF FND_API.to_Boolean( p_init_msg_list )
155: THEN
156: FND_MSG_PUB.initialize;
157: END IF;
158:
159: -- Initialize API return status to SUCCESS
160: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 274: FND_MSG_PUB.Count_And_Get

270: COMMIT;
271: BIS_COLLECTION_UTILITIES.log('BIM_I_BUDGET_FACTS: Facts Concurrent Program Succesfully Completed');
272:
273: -- Standard call to get message count and if count is 1, get message info.
274: FND_MSG_PUB.Count_And_Get
275: (p_count => x_msg_count,
276: p_data => x_msg_data
277: );
278:

Line 284: FND_msg_PUB.Count_And_Get (

280:
281: WHEN FND_API.G_EXC_ERROR THEN
282: x_return_status := FND_API.G_RET_STS_ERROR;
283: -- Standard call to get message count and if count=1, get the message
284: FND_msg_PUB.Count_And_Get (
285: -- p_encoded => FND_API.G_FALSE,
286: p_count => x_msg_count,
287: p_data => x_msg_data
288: );

Line 295: l_mesg_text := fnd_msg_pub.get (p_encoded => fnd_api.g_false);

291: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
292:
293: /* FOR l_counter IN 1 .. x_msg_count
294: LOOP
295: l_mesg_text := fnd_msg_pub.get (p_encoded => fnd_api.g_false);
296: fnd_msg_pub.dump_msg(l_counter);
297: end loop; */
298:
299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 296: fnd_msg_pub.dump_msg(l_counter);

292:
293: /* FOR l_counter IN 1 .. x_msg_count
294: LOOP
295: l_mesg_text := fnd_msg_pub.get (p_encoded => fnd_api.g_false);
296: fnd_msg_pub.dump_msg(l_counter);
297: end loop; */
298:
299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
300: -- Standard call to get message count and if count=1, get the message

Line 301: FND_msg_PUB.Count_And_Get (

297: end loop; */
298:
299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
300: -- Standard call to get message count and if count=1, get the message
301: FND_msg_PUB.Count_And_Get (
302: --p_encoded => FND_API.G_FALSE,
303: p_count => x_msg_count,
304: p_data => x_msg_data
305: );

Line 309: IF FND_msg_PUB.Check_msg_Level ( FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)

305: );
306:
307: WHEN OTHERS THEN
308: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
309: IF FND_msg_PUB.Check_msg_Level ( FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
310: THEN
311: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
312: END IF;
313: -- Standard call to get message count and if count=1, get the message

Line 311: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);

307: WHEN OTHERS THEN
308: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
309: IF FND_msg_PUB.Check_msg_Level ( FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
310: THEN
311: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
312: END IF;
313: -- Standard call to get message count and if count=1, get the message
314: /* FND_msg_PUB.Count_And_Get (
315: -- p_encoded => FND_API.G_FALSE,

Line 314: /* FND_msg_PUB.Count_And_Get (

310: THEN
311: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
312: END IF;
313: -- Standard call to get message count and if count=1, get the message
314: /* FND_msg_PUB.Count_And_Get (
315: -- p_encoded => FND_API.G_FALSE,
316: p_count => x_msg_count,
317: p_data => x_msg_data
318: );*/

Line 376: FND_msg_PUB.initialize;

372:
373: -- Initialize message list if p_init_msg_list is set to TRUE.
374: IF FND_API.to_Boolean( p_init_msg_list )
375: THEN
376: FND_msg_PUB.initialize;
377: END IF;
378:
379: -- Initialize API return status to SUCCESS
380: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1569: FND_msg_PUB.Count_And_Get (

1565: EXCEPTION
1566: WHEN FND_API.G_EXC_ERROR THEN
1567: x_return_status := FND_API.G_RET_STS_ERROR;
1568: -- Standard call to get message count and if count=1, get the message
1569: FND_msg_PUB.Count_And_Get (
1570: -- p_encoded => FND_API.G_FALSE,
1571: p_count => x_msg_count,
1572: p_data => x_msg_data
1573: );

Line 1579: FND_msg_PUB.Count_And_Get (

1575: ams_utility_pvt.write_conc_log('BIM_I_BUDGET_FACTS:FIRST_LOAD:IN EXPECTED EXCEPTION '||sqlerrm(sqlcode));
1576: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1577: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1578: -- Standard call to get message count and if count=1, get the message
1579: FND_msg_PUB.Count_And_Get (
1580: --p_encoded => FND_API.G_FALSE,
1581: p_count => x_msg_count,
1582: p_data => x_msg_data
1583: );

Line 1588: IF FND_msg_PUB.Check_msg_Level (FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)

1584: BIS_COLLECTION_UTILITIES.log('BIM_I_BUDGET_FACTS:Unexpected'||sqlerrm(sqlcode));
1585:
1586: WHEN OTHERS THEN
1587: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1588: IF FND_msg_PUB.Check_msg_Level (FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
1589: THEN
1590: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
1591: END IF;
1592:

Line 1590: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);

1586: WHEN OTHERS THEN
1587: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1588: IF FND_msg_PUB.Check_msg_Level (FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
1589: THEN
1590: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
1591: END IF;
1592:
1593: -- Standard call to get message count and if count=1, get the message
1594: FND_msg_PUB.Count_And_Get (

Line 1594: FND_msg_PUB.Count_And_Get (

1590: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
1591: END IF;
1592:
1593: -- Standard call to get message count and if count=1, get the message
1594: FND_msg_PUB.Count_And_Get (
1595: -- p_encoded => FND_API.G_FALSE,
1596: p_count => x_msg_count,
1597: p_data => x_msg_data
1598: );

Line 1657: FND_msg_PUB.initialize;

1653:
1654: -- Initialize message list if p_init_msg_list is set to TRUE.
1655: IF FND_API.to_Boolean( p_init_msg_list )
1656: THEN
1657: FND_msg_PUB.initialize;
1658: END IF;
1659:
1660: -- Initialize API return status to SUCCESS
1661: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 2826: FND_msg_PUB.Count_And_Get (

2822: EXCEPTION
2823: WHEN FND_API.G_EXC_ERROR THEN
2824: x_return_status := FND_API.G_RET_STS_ERROR;
2825: -- Standard call to get message count and if count=1, get the message
2826: FND_msg_PUB.Count_And_Get (
2827: -- p_encoded => FND_API.G_FALSE,
2828: p_count => x_msg_count,
2829: p_data => x_msg_data
2830: );

Line 2838: FND_msg_PUB.Count_And_Get (

2834:
2835: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2836:
2837: -- Standard call to get message count and if count=1, get the message
2838: FND_msg_PUB.Count_And_Get (
2839: --p_encoded => FND_API.G_FALSE,
2840: p_count => x_msg_count,
2841: p_data => x_msg_data
2842: );

Line 2850: IF FND_msg_PUB.Check_msg_Level (FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)

2846: WHEN OTHERS THEN
2847:
2848: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2849:
2850: IF FND_msg_PUB.Check_msg_Level (FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
2851: THEN
2852: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
2853: END IF;
2854:

Line 2852: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);

2848: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2849:
2850: IF FND_msg_PUB.Check_msg_Level (FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
2851: THEN
2852: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
2853: END IF;
2854:
2855: -- Standard call to get message count and if count=1, get the message
2856: FND_msg_PUB.Count_And_Get (

Line 2856: FND_msg_PUB.Count_And_Get (

2852: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
2853: END IF;
2854:
2855: -- Standard call to get message count and if count=1, get the message
2856: FND_msg_PUB.Count_And_Get (
2857: -- p_encoded => FND_API.G_FALSE,
2858: p_count => x_msg_count,
2859: p_data => x_msg_data
2860: );