RSP_OBJ_VW(SQL View) |
Index Back |
|---|---|
Strategic Plan ObjectivesThis view is used by Strategic Planning to retrieve Active objectives. |
| SELECT SETID , RSP_OBJECTIVE_CD , RSP_OBJECTIVE_NAME , DESCRLONG FROM PS_RSP_OBJECTIVE WHERE STATUS = 'A' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
| 2 | Character(4) | VARCHAR2(4) NOT NULL | This field is used by the Strategic Planning to define Objectives for plans. | |
| 3 | RSP_OBJECTIVE_NAME | Character(50) | VARCHAR2(50) NOT NULL | Store the objective names used within Strategic Plans. |
| 4 | DESCRLONG | Long Character | CLOB | Long Description |