SSR_RS_TPCSTPVW(SQL View) |
Index Back |
---|---|
Resarch Topic SetupResarch Topic Setup |
SELECT A.institution , a.ssr_rs_topic_id , a.ssr_project_ind , a.eff_status , a.descr100 , a.acad_prog , a.acad_plan , a.acad_sub_plan , a.comm_comments ,a.ssr_Rs_emp_pos , a.ssr_Rs_no_appl FROM %Table(SSR_RS_TPCSETUP) A WHERE %EffdtCheck(SSR_RS_TPCSETUP eff1, A, %currentdatein) AND A.ssr_project_ind='N' AND A.ssr_display_ss = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
2 | SSR_RS_TOPIC_ID | Character(6) | VARCHAR2(6) NOT NULL | This field is a sequential code used to create unique table entries to pre-define topics to be used in research management. |
3 | SSR_PROJECT_IND | Character(1) | VARCHAR2(1) NOT NULL | Project |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
5 | DESCR100 | Character(100) | VARCHAR2(100) NOT NULL | Length 100 Description |
6 | ACAD_PROG | Character(5) | VARCHAR2(5) NOT NULL |
Academic Program
Prompt Table: ACAD_PROG_TBL |
7 | ACAD_PLAN | Character(10) | VARCHAR2(10) NOT NULL |
Academic Plan
Prompt Table: SSR_RS_PLANVW |
8 | ACAD_SUB_PLAN | Character(10) | VARCHAR2(10) NOT NULL |
Academic Sub-Plan
Prompt Table: ACAD_SUBPLN_TBL |
9 | COMM_COMMENTS | Long Character(2000) | VARCHAR2(2000) | Communication Comments |
10 | SSR_RS_EMP_POS | Number(6,0) | INTEGER NOT NULL | The number of EMPLIDs actively enrolled allowed for the Topic ID |
11 | SSR_RS_NO_APPL | Number(6,0) | INTEGER NOT NULL | If there are any unfilled positions, this field limits the number of applications for the Topic ID. |