86: /* Check if the DSS security is granted to the user.
87: Only check for update. */
88: FOR i IN 1..l_code_assignment_id.count LOOP
89: l_dss_security_errors(i) :=
90: hz_dss_util_pub.test_instance(
91: p_operation_code => 'UPDATE',
92: p_db_object_name => 'HZ_CODE_ASSIGNMENTS',
93: p_instance_pk1_value => l_code_assignment_id(i),
94: p_user_name => fnd_global.user_name,