I really don't like the idea of using t_acs_object_id_seq
Instead, shouldn't we use the same sequence names in Oracle and Postgres? If I use db_nextval acs_object_id_seq on Oracle, I wouldn't even think of using a different name.
Anyway, I guess this isn't really work quibbling over.