SCCPS_CNTAT_LVW(SQL View) |
Index Back |
---|---|
Pop Select Active Tool ViewPop Select Active Tools View used for prompts |
SELECT A.SCCPS_TOOL_ID ,A.LANGUAGE_CD , A.SCCPS_TOOL_NAME FROM PS_SCCPS_TLDFN_LNG A , PS_SCCPS_CNTXT_TL B , PS_SCCPS_TOOL_DFN C WHERE A.SCCPS_TOOL_ID = B.SCCPS_TOOL_ID AND A.SCCPS_TOOL_ID = C.SCCPS_TOOL_ID AND C.SCCPS_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SCCPS_TOOL_ID | Number(15,0) | DECIMAL(15) NOT NULL | Tool ID - the unique key for a pop select tool |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | SCCPS_TOOL_NAME | Character(30) | VARCHAR2(30) NOT NULL | Pop selection tool name field. This is the user key to the pop select tool. |