GM_SALESPERN_VW(SQL View) |
Index Back |
|---|---|
Sales Person View |
| SELECT %Substring(S.SETCNTRLVALUE,1,5) , P.SALES_PERSON , P.NAME1 FROM PS_SET_CNTRL_REC S , PS_SALES_PERSN_TBL P WHERE S.SETID = P.SETID AND S.RECNAME = 'SALES_PERSN_TBL' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
| 2 | SALES_PERSON | Character(8) | VARCHAR2(8) NOT NULL | Specifies the personnel code for the person who works with a customer as a sales representative. This field is required for a customer that functions as a bill-to customer. |
| 3 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |