PV_APPR_RQH2_VW(SQL View) |
Index Back |
---|---|
Approve Requisition Header VwApprove Requisition Header View |
SELECT A.BUSINESS_UNIT , A.REQ_ID , A.REQ_NAME , A.REQ_DT , A.REQUESTOR_ID , A.OPRID_ENTERED_BY , C.REQ_TOTAL , C.CURRENCY_CD FROM PS_REQ_HDR A , PS_PV_REQ_APPR_VW2 C WHERE A.BUSINESS_UNIT = C.BUSINESS_UNIT AND A.REQ_ID = C.REQ_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | REQ_ID | Character(10) | VARCHAR2(10) NOT NULL | Requisition ID |
3 | REQ_NAME | Character(30) | VARCHAR2(30) NOT NULL | Requisition Name |
4 | REQ_DT | Date(10) | DATE | Requisition Date |
5 | ORIGINATORID | Character(30) | VARCHAR2(30) NOT NULL | Originator Identifier |
6 | OPRID_ENTERED_BY | Character(30) | VARCHAR2(30) NOT NULL | Entered By 07/25/2011 MRAD 12383033 :Ensured that OPRID_ENTERED_BY is set with format type of MixedCase. 03/22/2013 GL 16482301: Switched OPRID_ENTERED_BY back to MixedCase again. Please don't change it to UpperCase!!! FYI - The alternatives to use a User ID as uppercase: 1) Create your own User ID, add comments in the Field Properties, and fill out the Owner ID 2) Use %Upper meta-SQL in SQL statements 3) Use Upper function in peoplecodes |
7 | REQ_TOTAL | Signed Number(30,5) | DECIMAL(28,5) NOT NULL | Requisition Total |
8 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |