CORPRTE_CUST_VW(SQL View) |
Index Back |
---|---|
Corporate Customers (Non-Tree) |
select setid, cust_id, name1, nameshort from PS_CUSTOMER where setid=corporate_setid and cust_id=corporate_cust_id and cust_status='A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CORPORATE_SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | CORPORATE_CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Corporate Customer |
3 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |
4 | NAMESHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Name |