SSR_HE_INEXT_VW(SQL View) |
Index Back |
---|---|
Institution Ext Search viewInstitution Extract Component Search view |
SELECT i.institution , i.ssr_he_ret_name , i.ssr_he_ret_type ,i.ssr_he_prd_code , %Coalesce(fl.ssr_he_active ,'Y') FROM %Table(ssr_he_inst_ext) i LEFT OUTER JOIN %Table(ssr_he_intex_fl) fl ON i.ssr_he_ret_name= fl.ssr_he_ret_name AND i.institution= fl.institution |
# | 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_HE_RET_NAME | Character(30) | VARCHAR2(30) NOT NULL |
Return Name
Prompt Table: SSR_HE_RNM1_VW |
3 | SSR_HE_RET_TYPE | Character(10) | VARCHAR2(10) NOT NULL |
Return Type
Prompt Table: SSR_HE_RETURNS |
4 | SSR_HE_PRD_CODE | Character(10) | VARCHAR2(10) NOT NULL |
Reporting Period
Prompt Table: SSR_HE_REP_PRDS |
5 | SSR_HE_ACTIVE | Character(1) | VARCHAR2(1) NOT NULL |
Active
Y/N Table Edit Default Value: Y |