[Home] [Help]
View: IGS_SV_CMP_PRGM_BLK_V
| Product: | IGS - Student System (Obsolete) |
| Description: | View definition for the students completed program information block |
| Implementation/DBA Data: |
Not implemented in this database
|
View Text
SELECT PRGMS.BATCH_ID
, PRGMS.PERSON_ID
, PRGMS.REMARKS CP_REMARKS
FROM IGS_SV_PRGMS_INFO PRGMS
WHERE PRGMS.PRGM_ACTION_TYPE = 'C'
Columns
| Name |
| BATCH_ID |
| PERSON_ID |
| CP_REMARKS |