BO_SITECM_PPHON(SQL View) |
Index Back |
|---|---|
Site Primary PhoneView containing Site Primary Phone. |
| SELECT A.SETID , A.SITE_ID , B.CM_ID , B.CM_TYPE_ID , B.CM_USE_START_DT , B.PROFILE_CM_SEQ , A.BO_ID , A.BO_ID_PARENT , B.BO_CM_START_DT , B.BO_CM_END_DT , B.CM_USE_END_DT , B.CM_NICKNAME , B.CM_PURPOSE_TYPE_ID , B.PHYSICAL_LOCATION , B.COUNTRY_CODE , B.PHONE , B.EXTENSION FROM PS_RD_SITE A , PS_BO_ROLECM_PPHON B WHERE A.BO_ID = B.BO_ID AND B.ROLE_TYPE_ID = 3 AND B.CM_TYPE_ID = 2 |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
| 2 | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. | |
| 3 | Number(31,0) | DECIMAL(31) NOT NULL | Contact Method ID | |
| 4 | Number(6,0) | INTEGER NOT NULL | Contact Method Type ID | |
| 5 | Date(10) | DATE | Contact Method Use Start Date | |
| 6 | Number(31,0) | DECIMAL(31) NOT NULL | The Contact Method Profile ID is a key field that is used to reference the details of a Contact Method in various CM tables. | |
| 7 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
| 8 | BO_ID_PARENT | Number(31,0) | DECIMAL(31) NOT NULL | Business Object ID of the Parent Company. |
| 9 | BO_CM_START_DT | Date(10) | DATE | The date that a Contact Method of a Business Object takes effect. |
| 10 | BO_CM_END_DT | Date(10) | DATE | End date of a Contact Method of a Business Object |
| 11 | CM_USE_END_DT | Date(10) | DATE | End date of a Contact Method Use |
| 12 | CM_NICKNAME | Character(30) | VARCHAR2(30) NOT NULL | Nickname of a Contact Method |
| 13 | CM_PURPOSE_TYPE_ID | Number(6,0) | INTEGER NOT NULL |
Relationship Contact Method Purpose ID
Prompt Table: CM_PURP_TYPE |
| 14 | PHYSICAL_LOCATION | Character(30) | VARCHAR2(30) NOT NULL | Physical Location (Free-Form) |
| 15 | COUNTRY_CODE | Character(3) | VARCHAR2(3) NOT NULL | This field stores the Country Code values. |
| 16 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | This field stores the Telephone number. |
| 17 | EXTENSION | Character(6) | VARCHAR2(6) NOT NULL | This field stores the Phone extension. |