REASON_IN_VW(SQL View) |
Index Back |
---|---|
SF Reason In View |
SELECT a.setid , a.reason_in , a.descr FROM PS_REASON_IN_TBL a WHERE a.effdt = ( SELECT MAX(b.effdt) FROM PS_REASON_IN_TBL b WHERE a.setid = b.setid AND a.reason_in = b.reason_in AND b.effdt <= %CurrentDateIn) |
# | 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 Prompt Table: SP_SETID_NONVW |
2 | REASON_IN | Character(3) | VARCHAR2(3) NOT NULL | Collection Reason In |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |