HCSC_CLSREG_LNG(SQL Table) |
Index Back |
---|---|
Class Registry Related LangThis table is the related language support for the application classregistry |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HCSC_APPCLASS_ID | Character(25) | VARCHAR2(25) NOT NULL | This is used to hold a dynamically generated unique string that serves as a key for an Application Class. AppClasses do not have a key, other than their full class path, which is too cumbersome to use for searching purposes |
2 | HCSC_APPCLASS_NAME | Character(30) | VARCHAR2(30) NOT NULL | This is a descriptive name for an application class. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | HCSC_DISPLAY_LBL | Character(50) | VARCHAR2(50) NOT NULL | Display Label |
5 | DESCRLONG | Long Character | CLOB | Long Description |