Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > SQL code > Mapping information > Package mapping for SQL (SQL code)
  
Package mapping for SQL (SQL code)
For Package scoped Tables, the names of the parent Packages within the root item are used as prefixes for the name of the generated Tables.
* 
If a value is set for the CODE_GENERATION_NAME property of a Table, the names of the parent Packages are ignored.
Examples
Package 1 owns Package2. Package2 owns Table1.
If you generate Table1 using the SQL Server 2012 ACS Code Generator DLL, the creation file includes the following text.
CREATE TABLE Package1Package2Table1 (
);