111: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
112: l_error_tbl := x_error_tbl;
113: BIS_UTILITIES_PVT.Add_Error_Message
114: ( p_error_msg_name => 'BIS_TAR_LEVEL_UNIQUENESS_ERROR'
115: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
116: , p_error_proc_name => G_PKG_NAME||'.Create_Measure_Security'
117: , p_error_type => BIS_UTILITIES_PUB.G_ERROR
118: , p_error_table => l_error_tbl
119: , x_error_table => x_error_tbl
853: --added message
854: l_error_tbl := x_error_tbl;
855: BIS_UTILITIES_PVT.Add_Error_Message
856: ( p_error_msg_name => 'BIS_INVALID_MSR_SECURITY_VALUE'
857: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
858: , p_error_proc_name => G_PKG_NAME||'.Retrieve_Target_Level_User_Resps'
859: , p_error_type => BIS_UTILITIES_PUB.G_ERROR
860: , p_error_table => l_error_tbl
861: , x_error_table => x_error_tbl
869: --added message
870: l_error_tbl := x_error_tbl;
871: BIS_UTILITIES_PVT.Add_Error_Message
872: ( p_error_msg_name => 'BIS_INVALID_MSR_SECURITY_VALUE'
873: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
874: , p_error_proc_name => G_PKG_NAME||'.Retrieve_Target_Level_User_Resps'
875: , p_error_type => BIS_UTILITIES_PUB.G_ERROR
876: , p_error_table => l_error_tbl
877: , x_error_table => x_error_tbl
952:
953: l_error_tbl := x_error_tbl;
954: BIS_UTILITIES_PVT.Add_Error_Message
955: ( p_error_msg_name => 'BIS_INVALID_MSR_SECURITY_VALUE'
956: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
957: , p_error_proc_name => G_PKG_NAME||'.Validate_Measure_Security'
958: , p_error_type => BIS_UTILITIES_PUB.G_ERROR
959: , p_error_table => l_error_tbl
960: , x_error_table => x_error_tbl
979: IF (l_dlc_sec = 'N') THEN
980: l_error_tbl := x_error_tbl;
981: BIS_UTILITIES_PVT.Add_Error_Message
982: ( p_error_msg_name => 'BIS_INVALID_MSR_SECUIRTY_VALUE'
983: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
984: , p_error_proc_name => G_PKG_NAME||'.Validate_Measure_Security'
985: , p_error_type => BIS_UTILITIES_PUB.G_ERROR
986: , p_error_table => l_error_tbl
987: , x_error_table => x_error_tbl
1059: x_return_status := FND_API.G_RET_STS_ERROR ;
1060: l_error_tbl := x_error_tbl;
1061: BIS_UTILITIES_PVT.Add_Error_Message
1062: ( p_error_msg_name => 'BIS_INVALID_MEASURE_SHORT_NAME'
1063: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
1064: , p_error_proc_name => G_PKG_NAME||'.Delete_TargetLevel_Resp'
1065: , p_error_type => BIS_UTILITIES_PUB.G_ERROR
1066: , p_error_table => l_error_tbl
1067: , x_error_table => x_error_tbl