BI_IUVNDRLOC_VW(SQL View) |
Index Back |
---|---|
InterUnit suppliers locationsUsed as a prompt table for supplier location on GLBUand InterUnit Pairs, for interunit billing transactions |
SELECT A.SETID , A.VENDOR_ID , A.VNDR_LOC FROM PS_VENDOR_LOC A WHERE A.EFF_STATUS = 'A' AND (A.ACCT_TEMPL_FLG = 'D' OR A.DST_CNTRL_ID <> ' ') AND A.EFFDT = ( SELECT MAX(EFFDT) FROM PS_VENDOR_LOC WHERE SETID = A.SETID AND VENDOR_ID = A.VENDOR_ID AND VNDR_LOC = A.VNDR_LOC AND EFFDT <= %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | VENDOR_SETID | Character(5) | VARCHAR2(5) NOT NULL | Vendor SetID |
2 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL | Vendor Identifier |
3 | LOCATION | Character(10) | VARCHAR2(10) NOT NULL | Location Code |