RC_CUST_NAME_VW(SQL View) |
Index Back |
---|---|
Customer ViewCall Center Customer view |
SELECT A.SETID , B.BO_NAME FROM PS_RD_COMPANY A , PS_BO_NAME B WHERE A.BO_ID = B.BO_ID AND B.PRIMARY_IND = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | NAME1 | Character(50) | VARCHAR2(50) NOT NULL |
Generic 50 character name field for storing names.
Prompt Table: RC_CUST_NAME_VW |