DBA Data[Home] [Help]

APPS.BIM_LEAD_IMPORT_FACTS_PKG dependencies on STANDARD

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

46: WHERE object = 'LEAD_IMPORT';
47:
48: BEGIN
49:
50: -- Standard call to check for call compatibility.
51: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
52: p_api_version_number,
53: l_api_name,
54: G_PKG_NAME)

Line 158: -- Standard call to get message count and IF count IS 1, get message info.

154: fnd_message.set_name('BIM','BIM_R_END_FACTS');
155: fnd_message.set_token('OBJECT_NAME', 'LEAD IMPORT', FALSE);
156: fnd_file.put_line(fnd_file.log,fnd_message.get);
157:
158: -- Standard call to get message count and IF count IS 1, get message info.
159: FND_msg_PUB.Count_And_Get
160: (p_count => x_msg_count,
161: p_data => x_msg_data
162: );

Line 167: -- Standard call to get message count and IF count=1, get the message

163: EXCEPTION
164:
165: WHEN FND_API.G_EXC_ERROR THEN
166: x_return_status := FND_API.G_RET_STS_ERROR;
167: -- Standard call to get message count and IF count=1, get the message
168: FND_msg_PUB.Count_And_Get (
169: -- p_encoded => FND_API.G_FALSE,
170: p_count => x_msg_count,
171: p_data => x_msg_data

Line 175: -- Standard call to get message count and IF count=1, get the message

171: p_data => x_msg_data
172: );
173: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
174: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
175: -- Standard call to get message count and IF count=1, get the message
176: FND_msg_PUB.Count_And_Get (
177: --p_encoded => FND_API.G_FALSE,
178: p_count => x_msg_count,
179: p_data => x_msg_data

Line 188: -- Standard call to get message count and IF count=1, get the message

184: IF FND_msg_PUB.Check_msg_Level ( FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
185: THEN
186: FND_msg_PUB.Add_Exc_msg( G_PKG_NAME,l_api_name);
187: END IF;
188: -- Standard call to get message count and IF count=1, get the message
189: FND_msg_PUB.Count_And_Get (
190: -- p_encoded => FND_API.G_FALSE,
191: p_count => x_msg_count,
192: p_data => x_msg_data

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

298: fnd_message.set_name('BIM','BIM_R_START_FACTS');
299: fnd_message.set_token('P_OBJECT', l_object, FALSE);
300: ams_utility_pvt.write_conc_log(fnd_message.get);
301:
302: -- Standard call to check for call compatibility.
303: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
304: l_api_version_number,
305: l_api_name,
306: G_PKG_NAME)

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

617: EXCEPTION
618:
619: WHEN FND_API.G_EXC_ERROR THEN
620: x_return_status := FND_API.G_RET_STS_ERROR;
621: -- Standard call to get message count and if count=1, get the message
622: FND_msg_PUB.Count_And_Get (
623: -- p_encoded => FND_API.G_FALSE,
624: p_count => x_msg_count,
625: p_data => x_msg_data

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

630: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
631:
632: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
633:
634: -- Standard call to get message count and if count=1, get the message
635: FND_msg_PUB.Count_And_Get (
636: --p_encoded => FND_API.G_FALSE,
637: p_count => x_msg_count,
638: p_data => x_msg_data

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

648: THEN
649: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
650: END IF;
651:
652: -- Standard call to get message count and if count=1, get the message
653: FND_msg_PUB.Count_And_Get (
654: -- p_encoded => FND_API.G_FALSE,
655: p_count => x_msg_count,
656: p_data => x_msg_data