WCS_SRC_TYP_LVW(SQL View) |
Index Back |
|---|---|
Source Types (Lang)Related language record for WCS_SRC_TYP_LVW. This record is a view of WCS_SOURCE_TYPE. This view displays the source types and descriptions and is used as a prompt when deciding what type of source to create or update. |
| SELECT SOURCE_TYPE_ID , LANGUAGE_CD , DESCR FROM PS_WCS_SRC_TYP_LNG |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(10) | VARCHAR2(10) NOT NULL | Source type classifies sources. It identifies the application class that has the code for the source. It also identifies the design time page. | |
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |