APP_TRANSLATION



Column Section Relationship Section Top of Page


Table-level Detail

Description: APPLICATION TRANSLATION
Definition: This table stores translations for captions used in CCL reports.
Table Type: REFERENCE





Column Detail - APP_TRANSLATION


Column Name Type Null? Definition
APP_LANGUAGE_CD DOUBLE N Codified Value specifying the language for this translation.
APP_NAME VARCHAR(100) Y The name of the application (CCL Report) associated with this translation.
CAPTION VARCHAR(255) Y The translated text for the item.
KEY_NAME VARCHAR(100) Y A unique key value identifying each distinct string within an application.
TRANSLATION_ID DOUBLE N Primary Key
UPDT_APPLCTX DOUBLE N The application context number from the record info block.
UPDT_CNT DOUBLE N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row.
UPDT_DT_TM DATETIME N The date and time the row was last inserted or updated.
UPDT_ID DOUBLE N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table.
UPDT_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row.



Relationship Detail - APP_TRANSLATION


Child Column in APP_TRANSLATION(FK) Parent Table Name Parent Column Name
Parents: APP_LANGUAGE_CD CODE_VALUE CODE_VALUE


I18N_HIJRI_CONVERSION



Column Section Top of Page


Table-level Detail

Description: i18n hijri conversion
Definition: The i18n_hijri_conversion table will hold the Gregorian and Hijri dates in order to convert between them.
Table Type: REFERENCE





Column Detail - I18N_HIJRI_CONVERSION


Column Name Type Null? Definition
GREGORIAN_DT_TM DATETIME N Gregorian date corresponding to Hijri_last_day, Hijri_month and Hijri_year.
HIJRI_LAST_DAY DOUBLE Y Hijri last day corresponding to the Gregorian date.
HIJRI_MONTH DOUBLE N Hijri month corresponding to the Gregorian date.
HIJRI_YEAR DOUBLE N Hijri year corresponding to the Gregorian date.
UPDT_APPLCTX DOUBLE N The application context number from the record info block.
UPDT_CNT DOUBLE N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row.
UPDT_DT_TM DATETIME N The date and time the row was last inserted or updated.
UPDT_ID DOUBLE N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table.
UPDT_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row.