BO_SRCH_PHN_VW(SQL View) |
Index Back |
|---|---|
Phone flattened tableThis view is for searching Phone information |
| SELECT BO_ID ,ROLE_TYPE_ID ,CM_CONCAT ,CM_CONCAT_UPPER ,COUNTRY_CODE ,PHONE ,EXTENSION ,ALT_PHONE FROM %Table(BO_SRCH_PHN) WHERE BO_CM_USE_TYPE = 'R' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID | |
| 2 | ROLE_TYPE_ID | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID |
| 3 | CM_CONCAT | Character(100) | VARCHAR2(100) NOT NULL | Concatenated Contact Method |
| 4 | CM_CONCAT_UPPER | Character(100) | VARCHAR2(100) NOT NULL | Uppper Concatenated Contact Method |
| 5 | COUNTRY_CODE | Character(3) | VARCHAR2(3) NOT NULL | This field stores the Country Code values. |
| 6 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | This field stores the Telephone number. |
| 7 | EXTENSION | Character(6) | VARCHAR2(6) NOT NULL | This field stores the Phone extension. |
| 8 | ALT_PHONE | Character(24) | VARCHAR2(24) NOT NULL | Alternate phone number for one-time use. Not part of customer data model. |