HRS_VNDR_NM_VW(SQL View) |
Index Back |
|---|---|
Vendor Name TransIDAssociates the Vendor Name with the Vendor-Transaction ID |
| SELECT A.HRS_VNDR_TRANS_ID , B.HRS_VENDOR_LNAME FROM PS_HRS_VNDR_TRANS A , PS_HRS_VENDOR B WHERE A.HRS_VENDOR_ID=B.HRS_VENDOR_ID AND A.HRS_VERSION=B.HRS_VERSION |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(15,0) | DECIMAL(15) NOT NULL | Id specific to a Vendor and Transaction | |
| 2 | HRS_VENDOR_LNAME | Character(30) | VARCHAR2(30) NOT NULL | Integration Vendor Long Name |