LM_ENRLMT_EU_VW(SQL View) |
Index Back |
---|---|
Education Units of EnrollmentEducation Units of Enrollment |
SELECT A.LM_EU_ID , A.LM_ENRLMT_ID , A.LM_CI_ID , A.LM_ACT_ID , A.LM_PERSON_ID , A.LM_EU , B.LM_EU_TYPE FROM PS_LM_ENRLMT_EU A , PS_LM_EU_TBL B WHERE A.LM_EU_ID=B.LM_EU_ID |
# | 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
Default Value: 0 Prompt Table: LM_EU_TYPE_VW |
2 | LM_ENRLMT_ID | Number(10,0) | DECIMAL(10) NOT NULL | Enrollment ID |
3 | LM_CI_ID | Number(10,0) | DECIMAL(10) NOT NULL | Catalog Item ID - System Generated ID Number associated with each Catalog Item |
4 | LM_ACT_ID | Number(10,0) | DECIMAL(10) NOT NULL | Activity ID |
5 | LM_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | ELM Person ID |
6 | LM_EU | Number(8,2) | DECIMAL(7,2) NOT NULL | Education Units |
7 | LM_EU_TYPE | Character(50) | VARCHAR2(50) NOT NULL | Education Unit Type |