DBA Data[Home] [Help]

APPS.BIM_I_BGT_FACTS_PKG dependencies on STANDARD

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

140: l_sysdate DATE;
141:
142: BEGIN
143:
144: -- Standard call to check for call compatibility.
145: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
146: p_api_version_number,
147: l_api_name,
148: g_pkg_name)

Line 265: --Standard check of commit

261: ELSIF x_return_status = FND_API.g_ret_sts_unexp_error THEN
262: RAISE FND_API.g_exc_unexpected_error;
263: END IF;
264:
265: --Standard check of commit
266: IF FND_API.To_Boolean ( p_commit ) THEN
267: COMMIT WORK;
268: END IF;
269:

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

269:
270: COMMIT;
271: BIS_COLLECTION_UTILITIES.log('BIM_I_BUDGET_FACTS: Facts Concurrent Program Succesfully Completed');
272:
273: -- Standard call to get message count and if count is 1, get message info.
274: FND_MSG_PUB.Count_And_Get
275: (p_count => x_msg_count,
276: p_data => x_msg_data
277: );

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

279: EXCEPTION
280:
281: WHEN FND_API.G_EXC_ERROR THEN
282: x_return_status := FND_API.G_RET_STS_ERROR;
283: -- Standard call to get message count and if count=1, get the message
284: FND_msg_PUB.Count_And_Get (
285: -- p_encoded => FND_API.G_FALSE,
286: p_count => x_msg_count,
287: p_data => x_msg_data

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

296: fnd_msg_pub.dump_msg(l_counter);
297: end loop; */
298:
299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
300: -- Standard call to get message count and if count=1, get the message
301: FND_msg_PUB.Count_And_Get (
302: --p_encoded => FND_API.G_FALSE,
303: p_count => x_msg_count,
304: p_data => x_msg_data

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

309: IF FND_msg_PUB.Check_msg_Level ( FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
310: THEN
311: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
312: END IF;
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 364: -- Standard call to check for call compatibility.

360: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
361:
362: --dbms_output.put_line('inside first load:'|| p_start_date || ' '|| p_end_date);
363:
364: -- Standard call to check for call compatibility.
365: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
366: p_api_version_number,
367: l_api_name,
368: g_pkg_name)

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

1564: fnd_file.put_line(fnd_file.log,fnd_message.get);*/
1565: EXCEPTION
1566: WHEN FND_API.G_EXC_ERROR THEN
1567: x_return_status := FND_API.G_RET_STS_ERROR;
1568: -- Standard call to get message count and if count=1, get the message
1569: FND_msg_PUB.Count_And_Get (
1570: -- p_encoded => FND_API.G_FALSE,
1571: p_count => x_msg_count,
1572: p_data => x_msg_data

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

1574:
1575: ams_utility_pvt.write_conc_log('BIM_I_BUDGET_FACTS:FIRST_LOAD:IN EXPECTED EXCEPTION '||sqlerrm(sqlcode));
1576: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1577: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1578: -- Standard call to get message count and if count=1, get the message
1579: FND_msg_PUB.Count_And_Get (
1580: --p_encoded => FND_API.G_FALSE,
1581: p_count => x_msg_count,
1582: p_data => x_msg_data

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

1589: THEN
1590: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
1591: END IF;
1592:
1593: -- Standard call to get message count and if count=1, get the message
1594: FND_msg_PUB.Count_And_Get (
1595: -- p_encoded => FND_API.G_FALSE,
1596: p_count => x_msg_count,
1597: p_data => x_msg_data

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

1641: BEGIN
1642: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
1643: --dbms_output.put_line('inside sub load:'||p_start_date || ' '|| p_end_date);
1644:
1645: -- Standard call to check for call compatibility.
1646: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1647: p_api_version_number,
1648: l_api_name,
1649: g_pkg_name)

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

2821: BIS_COLLECTION_UTILITIES.log('BIM_I_BUDGET_FACTS:After Insert into log.');
2822: EXCEPTION
2823: WHEN FND_API.G_EXC_ERROR THEN
2824: x_return_status := FND_API.G_RET_STS_ERROR;
2825: -- Standard call to get message count and if count=1, get the message
2826: FND_msg_PUB.Count_And_Get (
2827: -- p_encoded => FND_API.G_FALSE,
2828: p_count => x_msg_count,
2829: p_data => x_msg_data

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

2833: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2834:
2835: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2836:
2837: -- Standard call to get message count and if count=1, get the message
2838: FND_msg_PUB.Count_And_Get (
2839: --p_encoded => FND_API.G_FALSE,
2840: p_count => x_msg_count,
2841: p_data => x_msg_data

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

2851: THEN
2852: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
2853: END IF;
2854:
2855: -- Standard call to get message count and if count=1, get the message
2856: FND_msg_PUB.Count_And_Get (
2857: -- p_encoded => FND_API.G_FALSE,
2858: p_count => x_msg_count,
2859: p_data => x_msg_data