DBA Data[Home] [Help]

APPS.BIM_MARKET_FACTS_PKG dependencies on FND_MSG_PUB

Line 174: FND_MSG_PUB.initialize;

170:
171: -- Initialize message list if p_init_msg_list is set to TRUE.
172: IF FND_API.to_Boolean( p_init_msg_list )
173: THEN
174: FND_MSG_PUB.initialize;
175: END IF;
176:
177: -- Initialize API return status to SUCCESS
178: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 292: FND_MSG_PUB.Count_And_Get

288: COMMIT;
289: BIS_COLLECTION_UTILITIES.log('BIM_I_MARKETING_FACTS: Facts Concurrent Program Succesfully Completed');
290:
291: -- Standard call to get message count and if count is 1, get message info.
292: FND_MSG_PUB.Count_And_Get
293: (p_count => x_msg_count,
294: p_data => x_msg_data
295: );
296:

Line 302: FND_msg_PUB.Count_And_Get (

298:
299: WHEN FND_API.G_EXC_ERROR THEN
300: x_return_status := FND_API.G_RET_STS_ERROR;
301: -- Standard call to get message count and if count=1, get the message
302: FND_msg_PUB.Count_And_Get (
303: -- p_encoded => FND_API.G_FALSE,
304: p_count => x_msg_count,
305: p_data => x_msg_data
306: );

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

309: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
310:
311: /* FOR l_counter IN 1 .. x_msg_count
312: LOOP
313: l_mesg_text := fnd_msg_pub.get (p_encoded => fnd_api.g_false);
314: fnd_msg_pub.dump_msg(l_counter);
315: end loop; */
316:
317: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 314: fnd_msg_pub.dump_msg(l_counter);

310:
311: /* FOR l_counter IN 1 .. x_msg_count
312: LOOP
313: l_mesg_text := fnd_msg_pub.get (p_encoded => fnd_api.g_false);
314: fnd_msg_pub.dump_msg(l_counter);
315: end loop; */
316:
317: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
318: -- Standard call to get message count and if count=1, get the message

Line 319: FND_msg_PUB.Count_And_Get (

315: end loop; */
316:
317: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
318: -- Standard call to get message count and if count=1, get the message
319: FND_msg_PUB.Count_And_Get (
320: --p_encoded => FND_API.G_FALSE,
321: p_count => x_msg_count,
322: p_data => x_msg_data
323: );

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

323: );
324:
325: WHEN OTHERS THEN
326: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
327: IF FND_msg_PUB.Check_msg_Level ( FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
328: THEN
329: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
330: END IF;
331: -- Standard call to get message count and if count=1, get the message

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

325: WHEN OTHERS THEN
326: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
327: IF FND_msg_PUB.Check_msg_Level ( FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
328: THEN
329: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
330: END IF;
331: -- Standard call to get message count and if count=1, get the message
332: /* FND_msg_PUB.Count_And_Get (
333: -- p_encoded => FND_API.G_FALSE,

Line 332: /* FND_msg_PUB.Count_And_Get (

328: THEN
329: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
330: END IF;
331: -- Standard call to get message count and if count=1, get the message
332: /* FND_msg_PUB.Count_And_Get (
333: -- p_encoded => FND_API.G_FALSE,
334: p_count => x_msg_count,
335: p_data => x_msg_data
336: );*/

Line 397: FND_msg_PUB.initialize;

393:
394: -- Initialize message list if p_init_msg_list is set to TRUE.
395: IF FND_API.to_Boolean( p_init_msg_list )
396: THEN
397: FND_msg_PUB.initialize;
398: END IF;
399:
400: -- Initialize API return status to SUCCESS
401: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 3018: FND_msg_PUB.Count_And_Get (

3014: EXCEPTION
3015: WHEN FND_API.G_EXC_ERROR THEN
3016: x_return_status := FND_API.G_RET_STS_ERROR;
3017: -- Standard call to get message count and if count=1, get the message
3018: FND_msg_PUB.Count_And_Get (
3019: -- p_encoded => FND_API.G_FALSE,
3020: p_count => x_msg_count,
3021: p_data => x_msg_data
3022: );

Line 3028: FND_msg_PUB.Count_And_Get (

3024: ams_utility_pvt.write_conc_log('BIM_I_MARKETING_FACTS:FIRST_LOAD:IN EXPECTED EXCEPTION '||sqlerrm(sqlcode));
3025: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3026: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3027: -- Standard call to get message count and if count=1, get the message
3028: FND_msg_PUB.Count_And_Get (
3029: --p_encoded => FND_API.G_FALSE,
3030: p_count => x_msg_count,
3031: p_data => x_msg_data
3032: );

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

3033: BIS_COLLECTION_UTILITIES.log('BIM_I_MARKETING_FACTS:Unexpected'||sqlerrm(sqlcode));
3034:
3035: WHEN OTHERS THEN
3036: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3037: IF FND_msg_PUB.Check_msg_Level (FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
3038: THEN
3039: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
3040: END IF;
3041:

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

3035: WHEN OTHERS THEN
3036: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3037: IF FND_msg_PUB.Check_msg_Level (FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
3038: THEN
3039: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
3040: END IF;
3041:
3042: -- Standard call to get message count and if count=1, get the message
3043: FND_msg_PUB.Count_And_Get (

Line 3043: FND_msg_PUB.Count_And_Get (

3039: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
3040: END IF;
3041:
3042: -- Standard call to get message count and if count=1, get the message
3043: FND_msg_PUB.Count_And_Get (
3044: -- p_encoded => FND_API.G_FALSE,
3045: p_count => x_msg_count,
3046: p_data => x_msg_data
3047: );

Line 3104: FND_msg_PUB.initialize;

3100:
3101: -- Initialize message list if p_init_msg_list is set to TRUE.
3102: IF FND_API.to_Boolean( p_init_msg_list )
3103: THEN
3104: FND_msg_PUB.initialize;
3105: END IF;
3106:
3107: -- Initialize API return status to SUCCESS
3108: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 5657: FND_msg_PUB.Count_And_Get (

5653: EXCEPTION
5654: WHEN FND_API.G_EXC_ERROR THEN
5655: x_return_status := FND_API.G_RET_STS_ERROR;
5656: -- Standard call to get message count and if count=1, get the message
5657: FND_msg_PUB.Count_And_Get (
5658: -- p_encoded => FND_API.G_FALSE,
5659: p_count => x_msg_count,
5660: p_data => x_msg_data
5661: );

Line 5670: FND_msg_PUB.Count_And_Get (

5666:
5667: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5668:
5669: -- Standard call to get message count and if count=1, get the message
5670: FND_msg_PUB.Count_And_Get (
5671: --p_encoded => FND_API.G_FALSE,
5672: p_count => x_msg_count,
5673: p_data => x_msg_data
5674: );

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

5678: WHEN OTHERS THEN
5679:
5680: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5681:
5682: IF FND_msg_PUB.Check_msg_Level (FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
5683: THEN
5684: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
5685: END IF;
5686:

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

5680: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5681:
5682: IF FND_msg_PUB.Check_msg_Level (FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
5683: THEN
5684: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
5685: END IF;
5686:
5687: -- Standard call to get message count and if count=1, get the message
5688: FND_msg_PUB.Count_And_Get (

Line 5688: FND_msg_PUB.Count_And_Get (

5684: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
5685: END IF;
5686:
5687: -- Standard call to get message count and if count=1, get the message
5688: FND_msg_PUB.Count_And_Get (
5689: -- p_encoded => FND_API.G_FALSE,
5690: p_count => x_msg_count,
5691: p_data => x_msg_data
5692: );