RTBL_CLOSEGR_VW(SQL View) |
Index Back |
---|
SELECT SCE.SCE_ID , GRP.SETID , GRP.CLOSE_GRP_ID , GRP.version_grp , GRP.CLOSING_TYPE ,GRP.DESCR ,GRP.DEPLOYED FROM PS_CLOSE_GRP_PRC GRP , PS_RTBL_SCENARIO SCE WHERE grp.version_grp = ( SELECT MAX(GRP1.VERSION_GRP) FROM PS_CLOSE_GRP_PRC GRP1 WHERE grp.setid = grp1.setid AND grp.close_grp_id = grp1.close_grp_id AND grp.closing_type = grp1.closing_type) AND grp.closing_type = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SCE_ID | Character(10) | VARCHAR2(10) NOT NULL | ID |
2 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
3 | CLOSE_GRP_ID | Character(20) | VARCHAR2(20) NOT NULL | Closing Process Group |
4 | VERSION_GRP | Number(3,0) | SMALLINT NOT NULL | Group Version |
5 | CLOSING_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Closing Type
I=Interim Y=Year End |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
7 | DEPLOYED | Character(1) | VARCHAR2(1) NOT NULL |
Identify whether an element has been deployed or not.
N=No Y=Yes |