LM_EU_TYPE_VW(SQL View) |
Index Back |
---|---|
Education Unit Type ViewView to fetch active Education Unit Types |
SELECT LM_EU_ID , LM_EU_TYPE , LM_EU_ACCRD_NUM FROM PS_LM_EU_TBL WHERE LM_EU_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_EU_ID | Number(10,0) | DECIMAL(10) NOT NULL | Education Unit ID - System Generated number |
2 | LM_EU_TYPE | Character(50) | VARCHAR2(50) NOT NULL | Education Unit Type |
3 | LM_EU_ACCRD_NUM | Character(30) | VARCHAR2(30) NOT NULL | Education Unit Accreditation Number. |