JPM_TYP_SRCH_VW(SQL View) |
Index Back |
---|---|
Catalog Types - Talent MgmtThis table defines the different TYPES of Talent Management catalogs. |
SELECT JPM_CAT_TYPE ,DESCR ,'A' ,SYSTEM_DATA_FLG ,' ' ,JPM_ADHOC_FLG FROM PS_JPM_CAT_TYPES |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_CAT_TYPE | Character(12) | VARCHAR2(12) NOT NULL |
The name of the type of items that will be used in a Catalog and or in a Profile.
Prompt Table: JPM_CAT_TYPES |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
4 | SYSTEM_DATA_FLG | Character(1) | VARCHAR2(1) NOT NULL |
This Y/ N field is used to identify which rows in a table are considered SYSTEM DATA.
Y/N Table Edit Default Value: N |
5 | JPM_SRCH_FLG | Character(1) | VARCHAR2(1) NOT NULL |
When ON indicates that the item, object or property is used during Search/Match processing.
Y/N Table Edit Default Value: Y |
6 | JPM_ADHOC_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Indicates that the Catalog Type is Adhoc or FreeForm.
Y/N Table Edit Default Value: N |