HCSC_APPCLS_USE(SQL Table) |
Index Back |
---|---|
Application Class UsageThis table manages the setup of Application Class categories as used in the class registry. These help to filter classes by process or application usage. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | HCSC_INTERFACE_CLS | Character(254) | VARCHAR2(254) NOT NULL |
This is used to specify the full package path for the interface that underlies a group of application classes.
Prompt Table: HRS_APPCLASS_PT |
5 | DATA_TYPE_CD | Character(1) | VARCHAR2(1) NOT NULL |
Data Type Code
N=Customer Data S=Sample Data Y=System Data Default Value: N |
6 | DESCRLONG | Long Character | CLOB | Long Description |