BO_PRIM_PHON_VP(SQL View) |
Index Back |
|---|---|
Primary Phone for a RepThis is the Primary Phone for a Rep view. |
| SELECT BO_ID , COUNTRY_CODE , PHONE , EXTENSION FROM PS_BO_SRCH_PHN WHERE PRIMARY_IND = 'Y' AND ROLE_TYPE_ID = 8 |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
| 2 | COUNTRY_CODE | Character(3) | VARCHAR2(3) NOT NULL | This field stores the Country Code values. |
| 3 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | This field stores the Telephone number. |
| 4 | EXTENSION | Character(6) | VARCHAR2(6) NOT NULL | This field stores the Phone extension. |