REMIT_CUST_VW(SQL View) |
Index Back |
---|---|
Remit From Customers |
select setid, cust_id, name1, nameshort from PS_CUSTOMER where setid=remit_from_setid and cust_id=remit_from_cust_id and cust_status='A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | REMIT_FROM_SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | REMIT_FROM_CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Remit From Customer |
3 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |
4 | NAMESHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Name |