DBA Data[Home] [Help]

APPS.EAM_FORECAST_PVT dependencies on FND_MSG_PUB

Line 193: FND_MSG_PUB.initialize;

189: -- Initialize message list if p_init_msg_list is set to TRUE
190: ---------------------------------------------------------------------------
191:
192: IF FND_API.to_Boolean(p_init_msg_list) THEN
193: FND_MSG_PUB.initialize;
194: END IF;
195:
196:
197: -------------------------------------------------------------------------

Line 294: FND_MSG_PUB.Count_And_Get (

290: ---------------------------------------------------------------------------
291: -- Standard Call to get message count and if count = 1, get message info
292: ---------------------------------------------------------------------------
293:
294: FND_MSG_PUB.Count_And_Get (
295: p_count => x_msg_count,
296: p_data => x_msg_data );
297:
298: EXCEPTION

Line 304: fnd_msg_pub.count_and_get

300: WHEN fnd_api.g_exc_error THEN
301: x_return_status := fnd_api.g_ret_sts_error;
302:
303: -- Get message count and data
304: fnd_msg_pub.count_and_get
305: ( p_count => x_msg_count
306: , p_data => x_msg_data
307: );
308: --

Line 313: fnd_msg_pub.count_and_get

309: WHEN fnd_api.g_exc_unexpected_error THEN
310: x_return_status := fnd_api.g_ret_sts_unexp_error ;
311:
312: -- Get message count and data
313: fnd_msg_pub.count_and_get
314: ( p_count => x_msg_count
315: , p_data => x_msg_data
316: );
317:

Line 321: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

317:
318: WHEN OTHERS THEN
319: x_return_status := fnd_api.g_ret_sts_unexp_error ;
320: --
321: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
322: THEN
323: fnd_msg_pub.add_exc_msg
324: ( 'EAM_HistoricalCosts_PVT'
325: , 'Get_HistoricalCosts : l_stmt_num - '||to_char(l_stmt_num)

Line 323: fnd_msg_pub.add_exc_msg

319: x_return_status := fnd_api.g_ret_sts_unexp_error ;
320: --
321: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
322: THEN
323: fnd_msg_pub.add_exc_msg
324: ( 'EAM_HistoricalCosts_PVT'
325: , 'Get_HistoricalCosts : l_stmt_num - '||to_char(l_stmt_num)
326: );
327:

Line 330: fnd_msg_pub.count_and_get

326: );
327:
328: END IF;
329: -- Get message count and data
330: fnd_msg_pub.count_and_get
331: ( p_count => x_msg_count
332: , p_data => x_msg_data
333: );
334:

Line 1085: FND_MSG_PUB.initialize;

1081: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1082: END IF;
1083:
1084: IF FND_API.to_Boolean( p_init_msg_list ) THEN
1085: FND_MSG_PUB.initialize;
1086: END IF;
1087: -- Initialize API return status to success
1088: x_return_status := FND_API.G_RET_STS_SUCCESS;
1089:

Line 1186: FND_MSG_PUB.Count_And_Get

1182: END IF;
1183:
1184: -- Standard call to get message count and if count is 1, get message info.
1185:
1186: FND_MSG_PUB.Count_And_Get
1187: ( p_count => x_msg_count ,
1188: p_data => x_msg_data
1189: );
1190:

Line 1195: FND_MSG_PUB.Count_And_Get

1191: EXCEPTION
1192: WHEN no_data_found THEN
1193: ROLLBACK TO Extract_Forecast_PVT;
1194: x_return_status := FND_API.G_RET_STS_ERROR ;
1195: FND_MSG_PUB.Count_And_Get
1196: ( p_count => x_msg_count ,
1197: p_data => x_msg_data
1198: );
1199: WHEN OTHERS THEN

Line 1202: IF FND_MSG_PUB.Check_Msg_Level

1198: );
1199: WHEN OTHERS THEN
1200: ROLLBACK TO Extract_Forecast_PVT;
1201: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1202: IF FND_MSG_PUB.Check_Msg_Level
1203: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1204: THEN
1205: FND_MSG_PUB.Add_Exc_Msg
1206: ( G_FILE_NAME ,

Line 1203: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1199: WHEN OTHERS THEN
1200: ROLLBACK TO Extract_Forecast_PVT;
1201: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1202: IF FND_MSG_PUB.Check_Msg_Level
1203: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1204: THEN
1205: FND_MSG_PUB.Add_Exc_Msg
1206: ( G_FILE_NAME ,
1207: G_PKG_NAME ,

Line 1205: FND_MSG_PUB.Add_Exc_Msg

1201: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1202: IF FND_MSG_PUB.Check_Msg_Level
1203: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1204: THEN
1205: FND_MSG_PUB.Add_Exc_Msg
1206: ( G_FILE_NAME ,
1207: G_PKG_NAME ,
1208: l_api_name
1209: );

Line 1211: FND_MSG_PUB.Count_And_Get

1207: G_PKG_NAME ,
1208: l_api_name
1209: );
1210: END IF;
1211: FND_MSG_PUB.Count_And_Get
1212: ( p_count => x_msg_count ,
1213: p_data => x_msg_data
1214: );
1215:

Line 2523: FND_MSG_PUB.Count_And_Get

2519:
2520: WHEN no_data_found THEN
2521: --ROLLBACK TO Extract_Forecast_PVT;
2522: x_return_status := FND_API.G_RET_STS_ERROR ;
2523: FND_MSG_PUB.Count_And_Get
2524: ( p_count => x_msg_count ,
2525: p_data => x_msg_data
2526: );
2527: RAISE FND_API.G_EXC_ERROR;

Line 2532: IF FND_MSG_PUB.Check_Msg_Level

2528: WHEN OTHERS THEN
2529: debug('EXCEPTION');
2530: --ROLLBACK TO Extract_Forecast_PVT;
2531: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2532: IF FND_MSG_PUB.Check_Msg_Level
2533: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2534: THEN
2535: FND_MSG_PUB.Add_Exc_Msg
2536: ( G_FILE_NAME ,

Line 2533: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2529: debug('EXCEPTION');
2530: --ROLLBACK TO Extract_Forecast_PVT;
2531: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2532: IF FND_MSG_PUB.Check_Msg_Level
2533: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2534: THEN
2535: FND_MSG_PUB.Add_Exc_Msg
2536: ( G_FILE_NAME ,
2537: G_PKG_NAME ,

Line 2535: FND_MSG_PUB.Add_Exc_Msg

2531: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2532: IF FND_MSG_PUB.Check_Msg_Level
2533: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2534: THEN
2535: FND_MSG_PUB.Add_Exc_Msg
2536: ( G_FILE_NAME ,
2537: G_PKG_NAME ,
2538: 'Copy_WO_To_Forecast'
2539: );

Line 2541: FND_MSG_PUB.Count_And_Get

2537: G_PKG_NAME ,
2538: 'Copy_WO_To_Forecast'
2539: );
2540: END IF;
2541: FND_MSG_PUB.Count_And_Get
2542: ( p_count => x_msg_count ,
2543: p_data => x_msg_data
2544: );
2545: RAISE FND_API.G_EXC_ERROR;