DBA Data[Home] [Help]

APPS.BIM_EVENT_FACTS dependencies on STANDARD

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

117: WHERE object = 'EVENT';
118:
119: BEGIN
120:
121: -- Standard call to check for call compatibility.
122: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
123: p_api_version_number,
124: l_api_name,
125: G_PKG_NAME)

Line 222: --Standard check of commit

218: ams_utility_pvt.write_conc_log('----Currency Validation----');
219: ams_utility_pvt.write_conc_log(l_currency_error);
220: END IF;
221:
222: --Standard check of commit
223: IF FND_API.To_Boolean ( p_commit ) THEN
224: COMMIT WORK;
225: END IF;
226: --add this

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

225: END IF;
226: --add this
227: commit;
228:
229: -- Standard call to get message count and IF count IS 1, get message info.
230: FND_msg_PUB.Count_And_Get
231: (p_count => x_msg_count,
232: p_data => x_msg_data
233: );

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

234: EXCEPTION
235:
236: WHEN FND_API.G_EXC_ERROR THEN
237: x_return_status := FND_API.G_RET_STS_ERROR;
238: -- Standard call to get message count and IF count=1, get the message
239: FND_msg_PUB.Count_And_Get (
240: -- p_encoded => FND_API.G_FALSE,
241: p_count => x_msg_count,
242: p_data => x_msg_data

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

242: p_data => x_msg_data
243: );
244: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
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 448: -- Standard call to check for call compatibility.

444: BEGIN
445: l_return := fnd_installation.get_app_info('BIM', l_status1, l_industry1, l_schema);
446: --dbms_output.put_line('in first insert ');
447:
448: -- Standard call to check for call compatibility.
449: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
450: l_api_version_number,
451: l_api_name,
452: G_PKG_NAME)

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

2717: EXCEPTION
2718:
2719: WHEN FND_API.G_EXC_ERROR THEN
2720: x_return_status := FND_API.G_RET_STS_ERROR;
2721: -- Standard call to get message count and if count=1, get the message
2722: FND_msg_PUB.Count_And_Get (
2723: p_count => x_msg_count,
2724: p_data => x_msg_data
2725: );

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

2730: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2731:
2732: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2733:
2734: -- Standard call to get message count and if count=1, get the message
2735: FND_msg_PUB.Count_And_Get (
2736: --p_encoded => FND_API.G_FALSE,
2737: p_count => x_msg_count,
2738: p_data => x_msg_data

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

2749: THEN
2750: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
2751: END IF;
2752:
2753: -- Standard call to get message count and if count=1, get the message
2754: FND_msg_PUB.Count_And_Get (
2755: -- p_encoded => FND_API.G_FALSE,
2756: p_count => x_msg_count,
2757: p_data => x_msg_data

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

2798: BEGIN
2799:
2800: l_return := fnd_installation.get_app_info('BIM', l_status1, l_industry1, l_schema);
2801:
2802: -- Standard call to check for call compatibility.
2803: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2804: l_api_version_number,
2805: l_api_name,
2806: G_PKG_NAME)

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

4483: EXCEPTION
4484:
4485: WHEN FND_API.G_EXC_ERROR THEN
4486: x_return_status := FND_API.G_RET_STS_ERROR;
4487: -- Standard call to get message count and if count=1, get the message
4488: FND_msg_PUB.Count_And_Get (
4489: -- p_encoded => FND_API.G_FALSE,
4490: p_count => x_msg_count,
4491: p_data => x_msg_data

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

4496: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4497:
4498: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4499:
4500: -- Standard call to get message count and if count=1, get the message
4501: FND_msg_PUB.Count_And_Get (
4502: --p_encoded => FND_API.G_FALSE,
4503: p_count => x_msg_count,
4504: p_data => x_msg_data

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

4514: THEN
4515: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
4516: END IF;
4517:
4518: -- Standard call to get message count and if count=1, get the message
4519: FND_msg_PUB.Count_And_Get (
4520: -- p_encoded => FND_API.G_FALSE,
4521: p_count => x_msg_count,
4522: p_data => x_msg_data