SCHL_CD_SRCHLNG(SQL View) |
Index Back |
|---|---|
School Code SearchSCHL_CD_SRCHLNG is the related language recordfor the record SCHL_CODE_SRCH |
| SELECT b.aid_year , b.cps_school_code ,a.language_cd , a.descr FROM PS_TIVSCHOOLTBLLNG a , PS_TIV_SCHOOL_TBL b WHERE a.AID_YEAR= b.AID_YEAR AND a.CPS_SCHOOL_CODE=b.CPS_SCHOOL_CODE AND b.country = ( SELECT country FROM PS_INSTALLATION) |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(4) | VARCHAR2(4) NOT NULL | Aid Year | |
| 2 | Character(6) | VARCHAR2(6) NOT NULL | CPS School Code. Also known as Title IV School Code | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |