Table p_language |
Description: List of language codes |
PRIMARY KEY | ||
p_language_code_c
varchar (20) NOT NULL | This is the code used to identify a language. | |
p_language_description_c
varchar (80) NOT NULL | ||
p_congress_language_l
boolean default: '0' | This field indicates whether or not the language is one that is 'officially' used at conferences. These are the languages for which translation could be provided. | |
p_deletable_l
boolean default: '1' | This defines if the language code can be deleted. | |
s_date_created_d
date default: CURRENT_DATE | The date the record was created. | |
s_created_by_c
varchar (20) | User ID of who created this record. | s_user |
s_date_modified_d
date | The date the record was modified. | |
s_modified_by_c
varchar (20) | User ID of who last modified this record. | s_user |
s_modification_id_t
timestamp default: CURRENT_TIMESTAMP | This identifies the current version of the record. | |
FOREIGN KEY p_language_fkcr: s_created_by_c => s_user p_language_fkmd: s_modified_by_c => s_user | ||
REFERENCED BY s_language_specific, s_logon_message, p_addressee_title_override, p_formality, p_publication, p_form, a_currency_language, p_partner, pm_short_term_application, pm_person_language, pm_person_skill, pm_personal_data, um_job_language, um_unit_language | ||