SCCPS_TOOL_VW

(SQL View)
Index Back

Pop Select tool view

View 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.SCCPS_TOOL_NAME ,B.SCCPS_DESCR254 FROM PS_SCCPS_CNTXT_TL A , PS_SCCPS_TOOL_DFN B , PS_SCCPS_CNTXT_BND C WHERE A.SCCPS_TOOL_ID = B.SCCPS_TOOL_ID AND B.SCCPS_STATUS = 'A' AND C.SCCPS_CNTXT_HDR_ID = A.SCCPS_CNTXT_HDR_ID

  • Related Language Record: SCCPS_TOOL_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SCCPS_CNTXT_ID Number(15,0) DECIMAL(15) NOT NULL Context ID - the unique key that identifies the pop selection context
    2 SCCPS_TOOL_ID Number(15,0) DECIMAL(15) NOT NULL Tool ID - the unique key for a pop select tool
    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.
    4 SCCPS_DESCR254 Character(254) VARCHAR2(254) NOT NULL Generic description field used in the pop selection feature.