Some table levels in CSVLDR_TBL_DEPS are incorrect
Brought to you by:
awijasa
If a table has at least two foreign keys to tables with different levels, once the foreign key to a lower level table is inserted
into csvldr_tbl_deps, the second foreign key may be ignored. This is caused by the cursor: is_any_tbl_unchecked_cur, which will not
notice that p_build_tbl_deps/f_build_tbl_deps hasn't taken the ignored foreign key into account. It only cares if all tables have been
checked.