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 NUMBER N Codified Value specifying the language for this translation.
APP_NAME VC2(100) Y The name of the application (CCL Report) associated with this translation.
CAPTION VC2(255) Y The translated text for the item.
KEY_NAME VC2(100) Y A unique key value identifying each distinct string within an application.
TRANSLATION_ID NUMBER N Primary Key
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER 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 DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER 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 NUMBER 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 DATE N Gregorian date corresponding to Hijri_last_day, Hijri_month and Hijri_year.
HIJRI_LAST_DAY NUMBER Y Hijri last day corresponding to the Gregorian date.
HIJRI_MONTH NUMBER N Hijri month corresponding to the Gregorian date.
HIJRI_YEAR NUMBER N Hijri year corresponding to the Gregorian date.
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER 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 DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER 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 NUMBER N The registered (assigned) task number for the process that inserted or updated the row.