SCCPS_CNTATL_VW(SQL View) |
Index Back |
---|---|
Pop Select Active Tool ViewPop Select Active Tools View used for prompts |
SELECT A.SCCPS_TOOL_ID , A.SCCPS_TOOL_NAME FROM PS_SCCPS_TOOL_DFN A , PS_SCCPS_CNTXT_TL B WHERE A.SCCPS_TOOL_ID = B.SCCPS_TOOL_ID AND A.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 | SCCPS_TOOL_NAME | Character(30) | VARCHAR2(30) NOT NULL | Pop selection tool name field. This is the user key to the pop select tool. |