Adding/Changing Airline Code
This change will be required if IATA issues an airline a different Airline Code, or if an airline requests a new code from IATA.
Step-by-step guide
- Log in to clients' core database.
- Select tbl_Airline_Codes_Definition.
- Right-click on the table selection and Edit the top 200 Rows. (There should only be 1 or 2 entries in the table, usually. If you are editing and there are no entries, you are adding a new code.)
- The table contains the following fields:
- lng_Airline_codes_ID_Nmbr = table ID 1,2,etc
- str_Airline_Codes_Ident = 2 letter code provided by airline
- str_Airline_Codes_Name = 2 letter code provided by airline
- str_Airline_Codes_Description = Airlines Operating Name
- str_Active_Flag = Y/N setting, depends on whether the code is visible in the Flight Management module in ameliaRES desktop.
- tsp_Timestamp = system created
- dtm_Creation_Date
- lng_Creation_User = will be the ID of admin user (1)
- dtm_Last_Mod_Date
- lng_Last_Mod_User
- str_Parent_Flag = Y or N value used for multi-airline setup (to distinguish the master airlines from the sub airlines).
Completed DB Table:
Related articles