AR_RESP_BROK_VW(SQL View) |
Index Back |
|---|---|
Active Broker CustomersActive Broker Customers |
| SELECT C.setid , C.cust_id , C.name1 FROM PS_CUSTOMER C WHERE C.cust_status = 'A' AND C.broker_flg = 'Y' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(15) | VARCHAR2(15) NOT NULL | Responsible Party | |
| 3 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |