KK_XCP_SL_FD_VW(SQL View) |
Index Back |
|---|---|
Source Line fieldnamesUsed to populate the workscroll that lists all the source lines keys. Provides a mechanism to use a loop in PeopleCode to hide empty source line keys in a grid which contains all possible keys. |
| SELECT FIELDNUM , FIELDNAME FROM PSRECFIELD WHERE RECNAME = 'KK_SLN_KEY_SBR' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | FIELDNUM | Number(4,0) | SMALLINT NOT NULL | Field Number |
| 2 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |