Any link between sequences and tables is application specific. Sequences are not specifically linked to tables or fields and can be used for many purposes across an arbitrary number of tables or even no tables at all. So you need to either review the documentation for the application or dig into the code to understand any such relationships.
On the other hand… maybe you’re approaching this backwards. Why wouldn’t you simply dump the sequence current values from the source and load them into the target?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.