DBA Data[Home] [Help]

APPS.BIS_MEASURE_PUB dependencies on FND_MSG_PUB

Line 68: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR

64: IF( x_return_status = FND_API.G_RET_STS_SUCCESS) then
65: l_error_tbl := x_error_tbl;
66: BIS_UTILITIES_PVT.Add_Error_Message
67: ( p_error_msg_name => 'BIS_MEASURE_SHORT_NAME_UNIQUE'
68: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
69: , p_error_proc_name => G_PKG_NAME||'.Create_Measure'
70: , p_error_type => BIS_UTILITIES_PUB.G_ERROR
71: , p_error_table => l_error_tbl
72: , x_error_table => x_error_tbl