PO_DENY_RSN_VW(SQL View) |
Index Back |
|---|---|
PO Deny Change Reason ViewPO Deny Change Reason view. |
| SELECT setid , reason_cd , descr50 , descrlong FROM PS_REASON_CD a WHERE a.effdt = ( SELECT MAX(aa.effdt) FROM PS_REASON_CD aa WHERE a.setid = aa.setid AND a.reason_type = aa.reason_type AND a.reason_cd = aa.reason_cd AND aa.effdt <= %CurrentDateIn ) AND a.eff_status = 'A' AND a.reason_type = 'POC2' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Reason Code | |
| 3 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
| 4 | DESCRLONG | Long Character | CLOB | Long Description |