SCCPS_TOOL_LVW(SQL View) | 
Index Back | 
|---|---|
Pop Select tool viewView of the Pop Select tool table used for prompting - it hides the tool id and uses the tool name instead. | 
| SELECT DISTINCT C.SCCPS_CNTXT_ID ,B.SCCPS_TOOL_ID ,B.LANGUAGE_CD ,B.SCCPS_TOOL_NAME ,B.SCCPS_DESCR254 FROM PS_SCCPS_CNTXT_TL A , PS_SCCPS_TLDFN_LNG B , PS_SCCPS_CNTXT_BND C , PS_SCCPS_TOOL_DFN D WHERE A.SCCPS_TOOL_ID = B.SCCPS_TOOL_ID AND B.SCCPS_TOOL_ID = D.SCCPS_TOOL_ID AND D.SCCPS_STATUS = 'A' AND C.SCCPS_CNTXT_HDR_ID = A.SCCPS_CNTXT_HDR_ID | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Number(15,0) | DECIMAL(15) NOT NULL | Context ID - the unique key that identifies the pop selection context | |
| 2 | Number(15,0) | DECIMAL(15) NOT NULL | Tool ID - the unique key for a pop select tool | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | SCCPS_TOOL_NAME | Character(30) | VARCHAR2(30) NOT NULL | Pop selection tool name field. This is the user key to the pop select tool. | 
| 5 | SCCPS_DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Generic description field used in the pop selection feature. |