DBA Data[Home] [Help]

APPS.BIS_VG_SECURITY dependencies on FND_MSG_PUB

Line 94: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR

90: IF (x_tbl IS NULL) THEN
91: BIS_VG_UTIL.Add_Error_message
92: ( p_error_msg_name => bis_vg_security.SECURITY_COL_EXP_MSG
93: , p_error_proc_name => G_PKG_NAME||'.parse_SEC_select '
94: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
95: , p_token1 => 'tag'
96: , p_value1 => l_tag
97: , p_error_table => x_error_tbl
98: , x_error_table => x_error_tbl

Line 157: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR

153: , p_token1 => 'tag'
154: , p_value1 => l_tag
155: , p_token2 => 'function'
156: , p_value2 => x_app
157: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
158: , x_error_table => x_error_tbl
159: );
160: bis_vg_log.update_failure_log( x_error_tbl
161: , x_return_status