RSP_OBJ_LVW

(SQL View)
Index Back

Strategic Plan Objectives

This view is used by Strategic Planning to retrieve Active objectives.

SELECT A.SETID , A.RSP_OBJECTIVE_CD , B.LANGUAGE_CD , B.RSP_OBJECTIVE_NAME , B.DESCRLONG FROM PS_RSP_OBJECTIVE A , PS_RSP_OBJ_LNG B WHERE A.STATUS = 'A' AND A.SETID = B.SETID AND A.RSP_OBJECTIVE_CD = B.RSP_OBJECTIVE_CD

  • Related Language Record for RSP_OBJ_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
    2 RSP_OBJECTIVE_CD Character(4) VARCHAR2(4) NOT NULL This field is used by the Strategic Planning to define Objectives for plans.
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 RSP_OBJECTIVE_NAME Character(50) VARCHAR2(50) NOT NULL Store the objective names used within Strategic Plans.
    5 DESCRLONG Long Character CLOB Long Description