DBA Data[Home] [Help]

APPS.BIM_LEAD_FACTS_PKG dependencies on FND_MSG_PUB

Line 73: FND_MSG_PUB.initialize;

69:
70: -- Initialize message list if p_init_msg_list is set to TRUE.
71: IF FND_API.to_Boolean( p_init_msg_list )
72: THEN
73: FND_MSG_PUB.initialize;
74: END IF;
75:
76: -- Initialize API return status to SUCCESS
77: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 94: FND_MSG_PUB.Count_And_Get (

90: FETCH chk_history_data INTO l_start_date,l_end_date;
91: CLOSE chk_history_data;
92: EXCEPTION
93: WHEN OTHERS THEN
94: FND_MSG_PUB.Count_And_Get (
95: -- p_encoded => FND_API.G_FALSE,
96: p_count => x_msg_count,
97: p_data => x_msg_data
98: );

Line 192: FND_MSG_PUB.Count_And_Get

188: fnd_message.set_token('OBJECT_NAME', 'LEADS', FALSE);
189: fnd_file.put_line(fnd_file.log,fnd_message.get);
190:
191: -- Standard call to get message count and if count is 1, get message info.
192: FND_MSG_PUB.Count_And_Get
193: (p_count => x_msg_count,
194: p_data => x_msg_data
195: );
196:

Line 202: FND_msg_PUB.Count_And_Get (

198:
199: WHEN FND_API.G_EXC_ERROR THEN
200: x_return_status := FND_API.G_RET_STS_ERROR;
201: -- Standard call to get message count and if count=1, get the message
202: FND_msg_PUB.Count_And_Get (
203: -- p_encoded => FND_API.G_FALSE,
204: p_count => x_msg_count,
205: p_data => x_msg_data
206: );

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

209: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
210:
211: /* FOR l_counter IN 1 .. x_msg_count
212: LOOP
213: l_mesg_text := fnd_msg_pub.get (p_encoded => fnd_api.g_false);
214: fnd_msg_pub.dump_msg(l_counter);
215: end loop; */
216:
217: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 214: fnd_msg_pub.dump_msg(l_counter);

210:
211: /* FOR l_counter IN 1 .. x_msg_count
212: LOOP
213: l_mesg_text := fnd_msg_pub.get (p_encoded => fnd_api.g_false);
214: fnd_msg_pub.dump_msg(l_counter);
215: end loop; */
216:
217: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
218: -- Standard call to get message count and if count=1, get the message

Line 219: FND_msg_PUB.Count_And_Get (

215: end loop; */
216:
217: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
218: -- Standard call to get message count and if count=1, get the message
219: FND_msg_PUB.Count_And_Get (
220: --p_encoded => FND_API.G_FALSE,
221: p_count => x_msg_count,
222: p_data => x_msg_data
223: );

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

223: );
224:
225: WHEN OTHERS THEN
226: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
227: IF FND_msg_PUB.Check_msg_Level ( FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
228: THEN
229: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
230: END IF;
231: -- Standard call to get message count and if count=1, get the message

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

225: WHEN OTHERS THEN
226: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
227: IF FND_msg_PUB.Check_msg_Level ( FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
228: THEN
229: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
230: END IF;
231: -- Standard call to get message count and if count=1, get the message
232: FND_msg_PUB.Count_And_Get (
233: -- p_encoded => FND_API.G_FALSE,

Line 232: FND_msg_PUB.Count_And_Get (

228: THEN
229: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
230: END IF;
231: -- Standard call to get message count and if count=1, get the message
232: FND_msg_PUB.Count_And_Get (
233: -- p_encoded => FND_API.G_FALSE,
234: p_count => x_msg_count,
235: p_data => x_msg_data
236: );

Line 278: FND_msg_PUB.initialize;

274:
275: -- Initialize message list if p_init_msg_list is set to TRUE.
276: IF FND_API.to_Boolean( p_init_msg_list )
277: THEN
278: FND_msg_PUB.initialize;
279: END IF;
280:
281: -- Initialize API return status to SUCCESS
282: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 305: FND_msg_PUB.Count_And_Get

301: p_start_date,
302: p_end_date);
303:
304: /* -- Standard call to get message count and if count is 1, get message info.
305: FND_msg_PUB.Count_And_Get
306: (p_count => x_msg_count,
307: p_data => x_msg_data
308: );
309: EXCEPTION

Line 314: FND_msg_PUB.Count_And_Get (

310:
311: WHEN FND_API.G_EXC_ERROR THEN
312: x_return_status := FND_API.G_RET_STS_ERROR;
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 323: FND_msg_PUB.Count_And_Get (

319:
320: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
321: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
322: -- Standard call to get message count and if count=1, get the message
323: FND_msg_PUB.Count_And_Get (
324: --p_encoded => FND_API.G_FALSE,
325: p_count => x_msg_count,
326: p_data => x_msg_data
327: );

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

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

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

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

Line 336: FND_msg_PUB.Count_And_Get (

332: THEN
333: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
334: END IF;
335: -- Standard call to get message count and if count=1, get the message
336: FND_msg_PUB.Count_And_Get (
337: -- p_encoded => FND_API.G_FALSE,
338: p_count => x_msg_count,
339: p_data => x_msg_data
340: );

Line 426: FND_msg_PUB.initialize;

422:
423: -- Initialize message list if p_init_msg_list is set to TRUE.
424: IF FND_API.to_Boolean( p_init_msg_list )
425: THEN
426: FND_msg_PUB.initialize;
427: END IF;
428:
429: -- Initialize API return status to SUCCESS
430: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1017: FND_msg_PUB.Count_And_Get (

1013:
1014: WHEN FND_API.G_EXC_ERROR THEN
1015: x_return_status := FND_API.G_RET_STS_ERROR;
1016: -- Standard call to get message count and if count=1, get the message
1017: FND_msg_PUB.Count_And_Get (
1018: -- p_encoded => FND_API.G_FALSE,
1019: p_count => x_msg_count,
1020: p_data => x_msg_data
1021: );

Line 1030: FND_msg_PUB.Count_And_Get (

1026:
1027: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1028:
1029: -- Standard call to get message count and if count=1, get the message
1030: FND_msg_PUB.Count_And_Get (
1031: --p_encoded => FND_API.G_FALSE,
1032: p_count => x_msg_count,
1033: p_data => x_msg_data
1034: );

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

1038: WHEN OTHERS THEN
1039:
1040: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1041:
1042: IF FND_msg_PUB.Check_msg_Level (FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
1043: THEN
1044: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
1045: END IF;
1046:

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

1040: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1041:
1042: IF FND_msg_PUB.Check_msg_Level (FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
1043: THEN
1044: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
1045: END IF;
1046:
1047: -- Standard call to get message count and if count=1, get the message
1048: FND_msg_PUB.Count_And_Get (

Line 1048: FND_msg_PUB.Count_And_Get (

1044: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
1045: END IF;
1046:
1047: -- Standard call to get message count and if count=1, get the message
1048: FND_msg_PUB.Count_And_Get (
1049: -- p_encoded => FND_API.G_FALSE,
1050: p_count => x_msg_count,
1051: p_data => x_msg_data
1052: );