Table s_language_specific
Description:
Definitions of fields that are language specific.
PRIMARY KEY
s_language_code_c
varchar (20) default: '99' NOT NULL
This is the code used to identify a language. p_language

s_month_name_c_1
varchar (40) NOT NULL
The language specific month name 1.
s_month_name_c_2
varchar (40) NOT NULL
The language specific month name 2.
s_month_name_c_3
varchar (40) NOT NULL
The language specific month name 3.
s_month_name_c_4
varchar (40) NOT NULL
The language specific month name 4.
s_month_name_c_5
varchar (40) NOT NULL
The language specific month name 5.
s_month_name_c_6
varchar (40) NOT NULL
The language specific month name 6.
s_month_name_c_7
varchar (40) NOT NULL
The language specific month name 7.
s_month_name_c_8
varchar (40) NOT NULL
The language specific month name 8.
s_month_name_c_9
varchar (40) NOT NULL
The language specific month name 9.
s_month_name_c_10
varchar (40) NOT NULL
The language specific month name 10.
s_month_name_c_11
varchar (40) NOT NULL
The language specific month name 11.
s_month_name_c_12
varchar (40) NOT NULL
The language specific month name 12.
s_month_name_short_c_1
varchar (6) NOT NULL
The language specific short month name 1.
s_month_name_short_c_2
varchar (6) NOT NULL
The language specific short month name 2.
s_month_name_short_c_3
varchar (6) NOT NULL
The language specific short month name 3.
s_month_name_short_c_4
varchar (6) NOT NULL
The language specific short month name 4.
s_month_name_short_c_5
varchar (6) NOT NULL
The language specific short month name 5.
s_month_name_short_c_6
varchar (6) NOT NULL
The language specific short month name 6.
s_month_name_short_c_7
varchar (6) NOT NULL
The language specific short month name 7.
s_month_name_short_c_8
varchar (6) NOT NULL
The language specific short month name 8.
s_month_name_short_c_9
varchar (6) NOT NULL
The language specific short month name 9.
s_month_name_short_c_10
varchar (6) NOT NULL
The language specific short month name 10.
s_month_name_short_c_11
varchar (6) NOT NULL
The language specific short month name 11.
s_month_name_short_c_12
varchar (6) NOT NULL
The language specific short month name 12.
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
s_language_specific_fk1: s_language_code_c => p_language
s_language_specific_fkcr: s_created_by_c => s_user
s_language_specific_fkmd: s_modified_by_c => s_user