DBA Data[Home] [Help]

APPS.BIM_LEAD_FACTS_PKG dependencies on STANDARD

Line 61: -- Standard call to check for call compatibility.

57: fnd_message.set_token('P_OBJECT', 'LEADS', FALSE);
58: fnd_file.put_line(fnd_file.log,fnd_message.get);
59:
60:
61: -- Standard call to check for call compatibility.
62: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
63: p_api_version_number,
64: l_api_name,
65: g_pkg_name)

Line 179: --Standard check of commit

175: ELSIF x_return_status = FND_API.g_ret_sts_unexp_error THEN
176: RAISE FND_API.g_exc_unexpected_error;
177: END IF;
178:
179: --Standard check of commit
180:
181: IF FND_API.To_Boolean ( p_commit ) THEN
182: COMMIT WORK;
183: END IF;

Line 191: -- Standard call to get message count and if count is 1, get message info.

187: fnd_message.set_name('BIM','BIM_R_END_FACTS');
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: );

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

197: EXCEPTION
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

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

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
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

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

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,
234: p_count => x_msg_count,
235: p_data => x_msg_data

Line 266: /* -- Standard call to check for call compatibility.

262:
263: -- Debug Message
264: --AMS_UTILITY_PVT.debug_message('Private API: ' || 'Running the LOG_HISTORY procedure ');
265:
266: /* -- Standard call to check for call compatibility.
267: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
268: p_api_version_number,
269: l_api_name,
270: g_pkg_name)

Line 304: /* -- Standard call to get message count and if count is 1, get message info.

300: sysdate,
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: );

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

309: EXCEPTION
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

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

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

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

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,
338: p_count => x_msg_count,
339: p_data => x_msg_data

Line 414: -- Standard call to check for call compatibility.

410:
411: BEGIN
412: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
413:
414: -- Standard call to check for call compatibility.
415: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
416: p_api_version_number,
417: l_api_name,
418: g_pkg_name)

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

1012: EXCEPTION
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

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

1025: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
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

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

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 (
1049: -- p_encoded => FND_API.G_FALSE,
1050: p_count => x_msg_count,
1051: p_data => x_msg_data