DBA Data[Home] [Help]

APPS.BOM_RTG_PVT dependencies on FND_MSG_PUB

Line 3616: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)

3612: x_err_msg => l_other_message,
3613: x_return_status => l_dummy);
3614:
3615: IF l_dummy = 'E' THEN
3616: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)
3617: THEN
3618: Error_Handler.Add_Error_Token
3619: ( p_message_name => l_other_message
3620: , p_token_tbl => l_token_tbl

Line 3638: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)

3634: x_err_msg => l_other_message,
3635: x_return_status => l_dummy);
3636:
3637: IF l_dummy = 'E' THEN
3638: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)
3639: THEN
3640: Error_Handler.Add_Error_Token
3641: ( p_message_name => l_other_message
3642: , p_token_tbl => l_token_tbl

Line 7350: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

7346:
7347: WHEN OTHERS THEN
7348:
7349: l_return_status := Error_Handler.G_STATUS_UNEXPECTED ;
7350: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7351: THEN
7352: l_err_text := G_PKG_NAME || ' : Process Rtg '
7353: || substrb(SQLERRM,1,200);
7354: Error_Handler.Add_Error_Token