LM_PRG_ENRL_VW1(SQL View) |
Index Back |
---|---|
Enrollment for Program |
SELECT B.LM_PRG_REG_ID , A.LM_PRG_ID , A.EFFDT , A.LM_PRG_CD , A.LM_PRG_LONG_NM , B.LM_PERSON_ID , B.LM_ORGANIZATION_ID , B.LM_PRG_STTS , B.LM_ENRL_DT , B.LM_ACT_FEE , B.CURRENCY_CD , B.LM_PYMT_MTHD , B.LM_CERT_EFFDT FROM PS_LM_PRG A , PS_LM_PRG_REG B WHERE A.LM_PRG_ID = B.LM_PRG_ID AND %CurrentDateIn BETWEEN A.EFFDT AND A.LM_END_EFFDT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_PRG_REG_ID | Number(10,0) | DECIMAL(10) NOT NULL | The Program Registration ID is a unique identifier for a learner's program enrollment. |
2 | LM_PRG_ID | Number(10,0) | DECIMAL(10) NOT NULL | Program ID is a unique identifier for curriculum and certification Programs. |
3 | EFFDT | Date(10) | DATE | Effective Date |
4 | LM_PRG_CD | Character(30) | VARCHAR2(30) NOT NULL | Program Code is a user defined field. This field allows duplicates and is not part of the primary key structure. |
5 | LM_PRG_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Program Long Name |
6 | LM_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | ELM Person ID |
7 | LM_ORGANIZATION_ID | Number(15,0) | DECIMAL(15) NOT NULL | Organization ID |
8 | LM_PRG_STTS | Character(4) | VARCHAR2(4) NOT NULL |
Program Reg Status
CANC=Dropped COMP=Completed DECL=Decline ENRL=Registered EXPR=Expired INCO=Not Completed INPO=In-Progress PEAP=Pending Approval PEPA=Pending Payment PLAN=Planned PPYA=Payment Approval REIS=Reissue REVK=Revoked WAIV=Waived WARN=Warning |
9 | LM_ENRL_DT | Date(10) | DATE | Enrollment/Registration Date |
10 | LM_ACT_FEE | Number(19,3) | DECIMAL(18,3) NOT NULL | Activity Fee -- The cost to the learner of enrolling in a class |
11 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |
12 | LM_PYMT_MTHD | Character(4) | VARCHAR2(4) NOT NULL |
Payment Method. The payment method can be ChargeBack, Training Units
CASH=Cash CHCK=Check CHGB=ChargeBack CRCD=Credit Card NOAP=Not Applicable PO=Purchase Order SEL=Select... TU=Training Units |
13 | LM_CERT_EFFDT | Date(10) | DATE | Current Certification Date |