REASON_OUT_VW(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) |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_CS.SETID Prompt Table: SP_SETID_NONVW |
|
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Collection Reason Out | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |