DBA Data[Home] [Help]

APPS.BIM_I_LEAD_FACTS_PKG dependencies on STANDARD

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

112: RAISE FND_API.G_EXC_ERROR;
113: END IF;
114: bis_collection_utilities.log('Start of the Lead Facts Program');
115:
116: -- Standard call to check for call compatibility.
117: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
118: p_api_version_number,
119: l_api_name,
120: g_pkg_name)

Line 210: --Standard check of commit

206: ELSIF x_return_status = FND_API.g_ret_sts_unexp_error THEN
207: RAISE FND_API.g_exc_unexpected_error;
208: END IF;
209:
210: --Standard check of commit
211:
212: IF FND_API.To_Boolean ( p_commit ) THEN
213: COMMIT WORK;
214: END IF;

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

215:
216: COMMIT;
217:
218:
219: -- Standard call to get message count and if count is 1, get message info.
220: FND_MSG_PUB.Count_And_Get
221: (p_count => x_msg_count,
222: p_data => x_msg_data
223: );

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

225: EXCEPTION
226:
227: WHEN FND_API.G_EXC_ERROR THEN
228: x_return_status := FND_API.G_RET_STS_ERROR;
229: -- Standard call to get message count and if count=1, get the message
230: FND_msg_PUB.Count_And_Get (
231: -- p_encoded => FND_API.G_FALSE,
232: p_count => x_msg_count,
233: p_data => x_msg_data

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

242: fnd_msg_pub.dump_msg(l_counter);
243: end loop; */
244:
245: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
246: -- Standard call to get message count and if count=1, get the message
247: FND_msg_PUB.Count_And_Get (
248: --p_encoded => FND_API.G_FALSE,
249: p_count => x_msg_count,
250: p_data => x_msg_data

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

255: IF FND_msg_PUB.Check_msg_Level ( FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
256: THEN
257: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
258: END IF;
259: -- Standard call to get message count and if count=1, get the message
260: FND_msg_PUB.Count_And_Get (
261: -- p_encoded => FND_API.G_FALSE,
262: p_count => x_msg_count,
263: p_data => x_msg_data

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

314: BEGIN
315:
316: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
317:
318: -- Standard call to check for call compatibility.
319: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
320: p_api_version_number,
321: l_api_name,
322: g_pkg_name)

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

781: EXCEPTION
782:
783: WHEN FND_API.G_EXC_ERROR THEN
784: x_return_status := FND_API.G_RET_STS_ERROR;
785: -- Standard call to get message count and if count=1, get the message
786: FND_msg_PUB.Count_And_Get (
787: -- p_encoded => FND_API.G_FALSE,
788: p_count => x_msg_count,
789: p_data => x_msg_data

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

794: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
795:
796: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
797:
798: -- Standard call to get message count and if count=1, get the message
799: FND_msg_PUB.Count_And_Get (
800: --p_encoded => FND_API.G_FALSE,
801: p_count => x_msg_count,
802: p_data => x_msg_data

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

812: THEN
813: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
814: END IF;
815:
816: -- Standard call to get message count and if count=1, get the message
817: FND_msg_PUB.Count_And_Get (
818: -- p_encoded => FND_API.G_FALSE,
819: p_count => x_msg_count,
820: p_data => x_msg_data

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

871: l_return BOOLEAN;
872: l_sysdate date;
873: BEGIN
874: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
875: -- Standard call to check for call compatibility.
876: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
877: p_api_version_number,
878: l_api_name,
879: g_pkg_name)

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

1501: EXCEPTION
1502:
1503: WHEN FND_API.G_EXC_ERROR THEN
1504: x_return_status := FND_API.G_RET_STS_ERROR;
1505: -- Standard call to get message count and if count=1, get the message
1506: FND_msg_PUB.Count_And_Get (
1507: -- p_encoded => FND_API.G_FALSE,
1508: p_count => x_msg_count,
1509: p_data => x_msg_data

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

1514: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1515:
1516: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1517:
1518: -- Standard call to get message count and if count=1, get the message
1519: FND_msg_PUB.Count_And_Get (
1520: --p_encoded => FND_API.G_FALSE,
1521: p_count => x_msg_count,
1522: p_data => x_msg_data

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

1532: THEN
1533: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
1534: END IF;
1535:
1536: -- Standard call to get message count and if count=1, get the message
1537: FND_msg_PUB.Count_And_Get (
1538: -- p_encoded => FND_API.G_FALSE,
1539: p_count => x_msg_count,
1540: p_data => x_msg_data