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 1064: FND_MSG_PUB.initialize;

1060: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1061: END IF;
1062:
1063: IF FND_API.to_Boolean( p_init_msg_list ) THEN
1064: FND_MSG_PUB.initialize;
1065: END IF;
1066: -- Initialize API return status to success
1067: x_return_status := FND_API.G_RET_STS_SUCCESS;
1068:

Line 1165: FND_MSG_PUB.Count_And_Get

1161: END IF;
1162:
1163: -- Standard call to get message count and if count is 1, get message info.
1164:
1165: FND_MSG_PUB.Count_And_Get
1166: ( p_count => x_msg_count ,
1167: p_data => x_msg_data
1168: );
1169:

Line 1174: FND_MSG_PUB.Count_And_Get

1170: EXCEPTION
1171: WHEN no_data_found THEN
1172: ROLLBACK TO Extract_Forecast_PVT;
1173: x_return_status := FND_API.G_RET_STS_ERROR ;
1174: FND_MSG_PUB.Count_And_Get
1175: ( p_count => x_msg_count ,
1176: p_data => x_msg_data
1177: );
1178: WHEN OTHERS THEN

Line 1181: IF FND_MSG_PUB.Check_Msg_Level

1177: );
1178: WHEN OTHERS THEN
1179: ROLLBACK TO Extract_Forecast_PVT;
1180: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1181: IF FND_MSG_PUB.Check_Msg_Level
1182: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1183: THEN
1184: FND_MSG_PUB.Add_Exc_Msg
1185: ( G_FILE_NAME ,

Line 1182: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1178: WHEN OTHERS THEN
1179: ROLLBACK TO Extract_Forecast_PVT;
1180: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1181: IF FND_MSG_PUB.Check_Msg_Level
1182: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1183: THEN
1184: FND_MSG_PUB.Add_Exc_Msg
1185: ( G_FILE_NAME ,
1186: G_PKG_NAME ,

Line 1184: FND_MSG_PUB.Add_Exc_Msg

1180: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1181: IF FND_MSG_PUB.Check_Msg_Level
1182: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1183: THEN
1184: FND_MSG_PUB.Add_Exc_Msg
1185: ( G_FILE_NAME ,
1186: G_PKG_NAME ,
1187: l_api_name
1188: );

Line 1190: FND_MSG_PUB.Count_And_Get

1186: G_PKG_NAME ,
1187: l_api_name
1188: );
1189: END IF;
1190: FND_MSG_PUB.Count_And_Get
1191: ( p_count => x_msg_count ,
1192: p_data => x_msg_data
1193: );
1194:

Line 2364: FND_MSG_PUB.Count_And_Get

2360:
2361: WHEN no_data_found THEN
2362: --ROLLBACK TO Extract_Forecast_PVT;
2363: x_return_status := FND_API.G_RET_STS_ERROR ;
2364: FND_MSG_PUB.Count_And_Get
2365: ( p_count => x_msg_count ,
2366: p_data => x_msg_data
2367: );
2368: RAISE FND_API.G_EXC_ERROR;

Line 2373: IF FND_MSG_PUB.Check_Msg_Level

2369: WHEN OTHERS THEN
2370: debug('EXCEPTION');
2371: --ROLLBACK TO Extract_Forecast_PVT;
2372: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2373: IF FND_MSG_PUB.Check_Msg_Level
2374: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2375: THEN
2376: FND_MSG_PUB.Add_Exc_Msg
2377: ( G_FILE_NAME ,

Line 2374: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2370: debug('EXCEPTION');
2371: --ROLLBACK TO Extract_Forecast_PVT;
2372: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2373: IF FND_MSG_PUB.Check_Msg_Level
2374: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2375: THEN
2376: FND_MSG_PUB.Add_Exc_Msg
2377: ( G_FILE_NAME ,
2378: G_PKG_NAME ,

Line 2376: FND_MSG_PUB.Add_Exc_Msg

2372: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2373: IF FND_MSG_PUB.Check_Msg_Level
2374: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2375: THEN
2376: FND_MSG_PUB.Add_Exc_Msg
2377: ( G_FILE_NAME ,
2378: G_PKG_NAME ,
2379: 'Copy_WO_To_Forecast'
2380: );

Line 2382: FND_MSG_PUB.Count_And_Get

2378: G_PKG_NAME ,
2379: 'Copy_WO_To_Forecast'
2380: );
2381: END IF;
2382: FND_MSG_PUB.Count_And_Get
2383: ( p_count => x_msg_count ,
2384: p_data => x_msg_data
2385: );
2386: RAISE FND_API.G_EXC_ERROR;