VNDR_BAL_SRC_VW(SQL View) |
Index Back |
---|
select a.vendor_setid, a.vendor_id, c.vendor_name_short, c.ar_num, c.name1 from PS_VOUCHER a, ps_pymnt_vchr_xref b, ps_vendor c where a.business_unit = b.business_unit and a.voucher_id = b.voucher_id and a.entry_status = 'P' and b.pymnt_selct_status = 'N' and a.vendor_setid = c.setid and a.vendor_id = c.vendor_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL |
Vendor Identifier
Prompt Table: VENDOR_PRIM_VW |
3 | VENDOR_NAME_SHORT | Character(14) | VARCHAR2(14) NOT NULL |
Short Vendor Name
Prompt Table: VENDOR_SHRT_VW1 |
4 | AR_NUM | Character(15) | VARCHAR2(15) NOT NULL |
Our Customer Number
Prompt Table: VNDR_NAME1_VW |
5 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL |
Name 1
Prompt Table: VNDR_NAME1_VW |