How can I find out what artifact codes are allowed when creating projects?

To create a new artifact code, first check which ones are currently used by executing the SQL query shown, then use a new unique name for your new code.

select * from HELM_ATTRIBUTE_VALUE where ATTRIBUTE_NAME=
                ""Code"" GROUP BY VALUE"