INV_CUST_SHP_VW(SQL View) |
Index Back |
---|---|
Active Ship To Customers - INDefines the customers used to identify a particular route stop number on the Route Stop Assignment Panel. |
select distinct setid, cust_id, name1 from PS_CUSTOMER where cust_status = 'A' and ship_to_flg = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | SHIP_TO_CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Ship To Customer |
3 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |