SCR_PIVOT1_VW(SQL View) |
Index Back |
|---|---|
SCR Aging pivot |
| SELECT DISTINCT SCR_ID , SCR_STATUS , SETID , VENDOR_NAME_SHORT , SUBMITTER_TYPE , BUCKET_BREAK , REQUESTOR_NAM , %DatePart(FMS_DTTM_STAMP) , last_update_date , FMS_DTTM_STAMP FROM PS_SCR_PIVOT_VW |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(15) | VARCHAR2(15) NOT NULL | Request ID | |
| 2 | SCR_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status
A=Approved B=Request Editor More Info.. B=Request Editor More Info.. C=Pending Editor Review C=Pending Editor Review E=Update Error I=Integrity Error M=Request Additional Information P=Pending Approval R=Rejected S=Save for Later U=Database Updated W=Withdrawn |
| 3 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
| 4 | VENDOR_NAME_SHORT | Character(14) | VARCHAR2(14) NOT NULL | Short Vendor Name |
| 5 | SUBMITTER_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Submitter Type
E=External I=Internal |
| 6 | BUCKET_BREAK | Character(1) | VARCHAR2(1) NOT NULL |
Aging Bucket Breakout
1=1-2 days 2=3-5 days 3=6-14 days 4=15-30 days 5=30-60 days 6=> 60 days |
| 7 | REQUESTOR_NAM | Character(70) | VARCHAR2(70) NOT NULL | Requestor Name |
| 8 | REQUEST_DATE | Date(10) | DATE | Requested |
| 9 | LAST_UPDATE_DATE | Date(10) | DATE | Date of last update |
| 10 | FMS_DTTM_STAMP | DateTime(26) | TIMESTAMP | Specifies the date and time of the original entry. |