REASON_OUT_VW2(SQL View) |
Index Back |
---|---|
SF Reason Out View |
select a.setid, a.reason_out, a.descr from PS_REASON_OUT_TBL a where a.effdt = (select max(b.effdt) from PS_REASON_OUT_TBL b where a.setid = b.setid and a.reason_out = b.reason_out and b.effdt <= %currentdatein and b.eff_status = 'A') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_CS.SETID |
2 | REASON_OUT | Character(3) | VARCHAR2(3) NOT NULL | Collection Reason Out |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |