AP_WC_VNDAPR_VW(SQL View) |
Index Back |
---|---|
Supplier View for AP WorkCenteSupplier View for AP WorkCenter |
SELECT A.SETID , A.VENDOR_ID , A.NAME1 , A.VENDOR_NAME_SHORT , A.CREATED_BY_USER , %DatePart(A.CREATED_DTTM) , A.LAST_MODIFIED_DATE FROM PS_VENDOR A WHERE A.VENDOR_STATUS = 'E' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
2 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL |
Vendor Identifier
Prompt Table: AP_WC_VNDAPR_V1 |
3 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |
4 | VENDOR_NAME_SHORT | Character(14) | VARCHAR2(14) NOT NULL | Short Vendor Name |
5 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
6 | ENTERED_DT | Date(10) | DATE | Entered on |
7 | LAST_UPDATE_DTTM | DateTime(26) | TIMESTAMP |
Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
Default Value: %Datetime |