LM_INSTR_CNF_VW(SQL View) |
Index Back |
|---|---|
Session Instructor ConflictsSession Instructor Conflicts View |
| SELECT SES1.LM_ACT_ID , SES1.LM_LC_ID , SES1.LM_SES_ID , SES1.LM_INSTR_ID , SES1.LM_SES_DT , SES1.LM_START_TM , SES1.LM_END_TM , SES1.TIMEZONE , SES2.LM_ACT_ID , SES2.LM_LC_ID , SES2.LM_SES_ID , ACT.LM_ACT_STATUS FROM PS_LM_SES_I_VW SES1 , PS_LM_SES_I_VW SES2 , PS_LM_ACT ACT WHERE SES1.LM_SES_ID <> SES2.LM_SES_ID AND SES1.LM_INSTR_ID = SES2.LM_INSTR_ID AND SES1.LM_SES_DT = SES2.LM_SES_DT AND ( ( SES1.LM_START_TM >= SES2.LM_START_TM AND SES1.LM_START_TM < SES2.LM_END_TM) OR ( SES1.LM_END_TM > SES2.LM_START_TM AND SES1.LM_END_TM <= SES2.LM_END_TM) OR ( SES1.LM_START_TM <= SES2.LM_START_TM AND SES1.LM_END_TM >= SES2.LM_END_TM) ) AND SES2.LM_ACT_ID = ACT.LM_ACT_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(10,0) | DECIMAL(10) NOT NULL | Activity ID | |
| 2 | Number(10,0) | DECIMAL(10) NOT NULL | Learning Component ID - Blended Learning | |
| 3 | Number(10,0) | DECIMAL(10) NOT NULL | Session ID | |
| 4 | Number(15,0) | DECIMAL(15) NOT NULL | Instructor ID | |
| 5 | LM_SES_DT | Date(10) | DATE | Session Date |
| 6 | LM_START_TM | Time(15) | TIMESTAMP | Start Time |
| 7 | LM_END_TM | Time(15) | TIMESTAMP | End Time |
| 8 | TIMEZONE | Character(9) | VARCHAR2(9) NOT NULL | Time Zone |
| 9 | LM_CNFL_ACT_ID | Number(10,0) | DECIMAL(10) NOT NULL | Conflicting Activity ID |
| 10 | LM_CNFL_LC_ID | Number(10,0) | DECIMAL(10) NOT NULL | Learning Component ID for Conflict Checking |
| 11 | LM_CNFL_SES_ID | Number(10,0) | DECIMAL(10) NOT NULL | Conflicting Session ID |
| 12 | LM_ACT_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Activity Status
1=Active 2=Inactive 3=Closed 4=Pending 5=Concluded |