DBA Data[Home] [Help]

APPS.BIM_MARKET_FACTS_PKG dependencies on STANDARD

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

158: l_global_date DATE;
159:
160: BEGIN
161:
162: -- Standard call to check for call compatibility.
163: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
164: p_api_version_number,
165: l_api_name,
166: g_pkg_name)

Line 282: --Standard check of commit

278: RAISE FND_API.g_exc_error;
279: ELSIF x_return_status = FND_API.g_ret_sts_unexp_error THEN
280: RAISE FND_API.g_exc_unexpected_error;
281: END IF;
282: --Standard check of commit
283:
284: IF FND_API.To_Boolean ( p_commit ) THEN
285: COMMIT WORK;
286: END IF;

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

287:
288: COMMIT;
289: BIS_COLLECTION_UTILITIES.log('BIM_I_MARKETING_FACTS: Facts Concurrent Program Succesfully Completed');
290:
291: -- Standard call to get message count and if count is 1, get message info.
292: FND_MSG_PUB.Count_And_Get
293: (p_count => x_msg_count,
294: p_data => x_msg_data
295: );

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

297: EXCEPTION
298:
299: WHEN FND_API.G_EXC_ERROR THEN
300: x_return_status := FND_API.G_RET_STS_ERROR;
301: -- Standard call to get message count and if count=1, get the message
302: FND_msg_PUB.Count_And_Get (
303: -- p_encoded => FND_API.G_FALSE,
304: p_count => x_msg_count,
305: p_data => x_msg_data

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

314: fnd_msg_pub.dump_msg(l_counter);
315: end loop; */
316:
317: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
318: -- Standard call to get message count and if count=1, get the message
319: FND_msg_PUB.Count_And_Get (
320: --p_encoded => FND_API.G_FALSE,
321: p_count => x_msg_count,
322: p_data => x_msg_data

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

327: IF FND_msg_PUB.Check_msg_Level ( FND_msg_PUB.G_msg_LVL_UNEXP_ERROR)
328: THEN
329: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
330: END IF;
331: -- Standard call to get message count and if count=1, get the message
332: /* FND_msg_PUB.Count_And_Get (
333: -- p_encoded => FND_API.G_FALSE,
334: p_count => x_msg_count,
335: p_data => x_msg_data

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

381:
382: --dbms_output.put_line('inside first load:'|| p_start_date || ' '|| p_end_date);
383: l_global_currency_code := bis_common_parameters.get_currency_code;
384:
385: -- Standard call to check for call compatibility.
386: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
387: p_api_version_number,
388: l_api_name,
389: g_pkg_name)

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

3013: fnd_file.put_line(fnd_file.log,fnd_message.get);*/
3014: EXCEPTION
3015: WHEN FND_API.G_EXC_ERROR THEN
3016: x_return_status := FND_API.G_RET_STS_ERROR;
3017: -- Standard call to get message count and if count=1, get the message
3018: FND_msg_PUB.Count_And_Get (
3019: -- p_encoded => FND_API.G_FALSE,
3020: p_count => x_msg_count,
3021: p_data => x_msg_data

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

3023:
3024: ams_utility_pvt.write_conc_log('BIM_I_MARKETING_FACTS:FIRST_LOAD:IN EXPECTED EXCEPTION '||sqlerrm(sqlcode));
3025: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3026: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3027: -- Standard call to get message count and if count=1, get the message
3028: FND_msg_PUB.Count_And_Get (
3029: --p_encoded => FND_API.G_FALSE,
3030: p_count => x_msg_count,
3031: p_data => x_msg_data

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

3038: THEN
3039: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
3040: END IF;
3041:
3042: -- Standard call to get message count and if count=1, get the message
3043: FND_msg_PUB.Count_And_Get (
3044: -- p_encoded => FND_API.G_FALSE,
3045: p_count => x_msg_count,
3046: p_data => x_msg_data

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

3088:
3089: BEGIN
3090: --dbms_output.put_line('inside sub load:'||p_start_date || ' '|| p_end_date);
3091: l_return := fnd_installation.get_app_info('BIM', l_status, l_industry, l_schema);
3092: -- Standard call to check for call compatibility.
3093: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
3094: p_api_version_number,
3095: l_api_name,
3096: g_pkg_name)

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

5652: BIS_COLLECTION_UTILITIES.log('After Insert into log.');
5653: EXCEPTION
5654: WHEN FND_API.G_EXC_ERROR THEN
5655: x_return_status := FND_API.G_RET_STS_ERROR;
5656: -- Standard call to get message count and if count=1, get the message
5657: FND_msg_PUB.Count_And_Get (
5658: -- p_encoded => FND_API.G_FALSE,
5659: p_count => x_msg_count,
5660: p_data => x_msg_data

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

5665: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5666:
5667: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5668:
5669: -- Standard call to get message count and if count=1, get the message
5670: FND_msg_PUB.Count_And_Get (
5671: --p_encoded => FND_API.G_FALSE,
5672: p_count => x_msg_count,
5673: p_data => x_msg_data

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

5683: THEN
5684: FND_msg_PUB.Add_Exc_msg( g_pkg_name,l_api_name);
5685: END IF;
5686:
5687: -- Standard call to get message count and if count=1, get the message
5688: FND_msg_PUB.Count_And_Get (
5689: -- p_encoded => FND_API.G_FALSE,
5690: p_count => x_msg_count,
5691: p_data => x_msg_data