DBA Data[Home] [Help]

APPS.BIS_ACTUAL_PVT dependencies on FND_MSG_PUB

Line 518: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR

514: CLOSE cr_bv_actual;
515: l_error_tbl := x_error_tbl;
516: BIS_UTILITIES_PVT.Add_Error_Message
517: ( p_error_msg_name => 'BIS_INVALID_TARGET_LEVEL_VALUE'
518: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
519: , p_error_proc_name => G_PKG_NAME||'.Retrieve_Actual'
520: , p_error_type => BIS_UTILITIES_PUB.G_ERROR
521: , p_error_table => l_error_tbl
522: , x_error_table => x_error_tbl

Line 554: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR

550: CLOSE cr_fv_actual;
551: l_error_tbl := x_error_tbl;
552: BIS_UTILITIES_PVT.Add_Error_Message
553: ( p_error_msg_name => 'BIS_INVALID_TARGET_LEVEL_VALUE'
554: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
555: , p_error_proc_name => G_PKG_NAME||'.Retrieve_Actual'
556: , p_error_type => BIS_UTILITIES_PUB.G_ERROR
557: , p_error_table => l_error_tbl
558: , x_error_table => x_error_tbl