DBA Data[Home] [Help]

APPS.OE_RSCH_SETS_CONC_REQUESTS dependencies on OE_MSG_PUB

Line 241: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

237: WHEN OTHERS THEN
238:
239: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
240:
241: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
242: THEN
243: OE_MSG_PUB.Add_Exc_Msg
244: ( G_PKG_NAME
245: , 'Schedule_set_of_lines'

Line 243: OE_MSG_PUB.Add_Exc_Msg

239: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
240:
241: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
242: THEN
243: OE_MSG_PUB.Add_Exc_Msg
244: ( G_PKG_NAME
245: , 'Schedule_set_of_lines'
246: );
247: END IF;

Line 395: OE_MSG_PUB.Count_And_Get

391: ( p_x_line_tbl => l_set_line_tbl
392: ,x_old_line_tbl => l_old_line_tbl
393: ,x_return_status => l_return_status );
394:
395: OE_MSG_PUB.Count_And_Get
396: ( p_count => l_msg_count
397: , p_data => l_msg_data);
398:
399: FOR T in 1..l_msg_count loop

Line 400: l_msg_data := OE_MSG_PUB.Get(T,'F');

396: ( p_count => l_msg_count
397: , p_data => l_msg_data);
398:
399: FOR T in 1..l_msg_count loop
400: l_msg_data := OE_MSG_PUB.Get(T,'F');
401:
402: -- Write Messages in the log file
403:
404: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_data);