The code at right is just a blind attempt to see if the result would provide useful information about this new package: It didn't.
The assumption made was UNAME is the user/schema name and TNAME is a heap table. Enabling ROW MOVEMENT did not alter the result.
dbms_row_change_tracking_int.reset_journal(
uname IN VARCHAR2,
tname IN VARCHAR2);
exec dbms_row_change_tracking_int.reset_journal('C##UWCLASS', 'TEST');
*
ORA-20000: Table C##UWCLASS.TEST does not have row change tracking enabled