DBA Data[Home] [Help]

APPS.BIS_TARGET_LEVEL_PUB dependencies on FND_MSG_PUB

Line 526: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR

522: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) then
523: l_error_tbl := x_error_Tbl;
524: BIS_UTILITIES_PVT.Add_Error_Message
525: ( p_error_msg_name => 'BIS_INVALID_TAR_LEVEL_ID'
526: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
527: , p_error_proc_name => G_PKG_NAME||'.Translate_Target_Level'
528: , p_error_type => BIS_UTILITIES_PUB.G_ERROR
529: , p_error_table => l_error_tbl
530: , x_error_table => x_error_tbl