I have a number of code value tables that contain a code and a description with a Long id.
I now want to create an entry for an Account Type that references a number
insert into received_messages(id, content, status) values (RECEIVED_MESSAGES_SEQ.NEXT_VAL, empty_blob(), '');