This document describes common table naming conventions in Oracle databases. Tables with a _TL postfix are translatable tables that hold translated names/descriptions linked to a base table by an _id column. Tables with an _F postfix are date effective tables that exist in HR and contain multiple rows for an object over time. _VL tables are views that join a base table to its _TL table to return translations based on the user's session language.