| HCSC_APPCLS_REG(SQL Table) | Index Back | 
|---|---|
| Application Class RegistryThis table is used to register application classes as a configuration activity for certain processes and applications | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | 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 Default Value: A | |
| 2 | Character(30) | VARCHAR2(30) NOT NULL | This is a descriptive name for an application class. | |
| 3 | HCSC_APPCLASS_STAT | Character(4) | VARCHAR2(4) NOT NULL | This indicates the production status of an application class.  For example: Active, Inactive, Deprecated, or Under Development 10=Active 20=Deprecated 30=In-Progress 40=Retired Default Value: 30 | 
| 4 | HCSC_APPCLASS_USE | Character(20) | VARCHAR2(20) NOT NULL | This is used to categorize Application Classes by process or usage within the class registry.  Classes with the same usage are assumed to perform similar tasks or implement a common interface. Prompt Table: HCSC_CLSUSE_VW | 
| 5 | HCSC_APPCLASS_PATH | Character(254) | VARCHAR2(254) NOT NULL | This is used to specify the full package path for an application class. Prompt Table: HRS_APPCLASS_PT | 
| 6 | DATA_TYPE_CD | Character(1) | VARCHAR2(1) NOT NULL | Data Type Code N=Customer Data S=Sample Data Y=System Data Default Value: N | 
| 7 | HCSC_DISPLAY_LBL | Character(50) | VARCHAR2(50) NOT NULL | Display Label | 
| 8 | DESCRLONG | Long Character | CLOB | Long Description |