RD_PRSN_ADDR_VW(SQL View) |
Index Back |
---|---|
Address ViewAddress View including active addresses. |
SELECT A.BO_ID , A.ROLE_TYPE_ID , A.PROFILE_CM_SEQ , A.CM_ID , A.CITY , A.STATE , A.CM_CONCAT , A.CM_CONCAT_UPPER , B.SYNCID FROM PS_BO_SRCH_ADD A , PS_RD_PERSON B WHERE A.BO_ID = B.BO_ID AND CM_USE_START_DT <= %CurrentDateIn AND CM_USE_END_DT > %CurrentDateIn |
# | 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 | ROLE_TYPE_ID | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID |
3 | PROFILE_CM_SEQ | 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. |
4 | CM_ID | Number(31,0) | DECIMAL(31) NOT NULL | Contact Method ID |
5 | CITY | Character(30) | VARCHAR2(30) NOT NULL | City |
6 | STATE | Character(6) | VARCHAR2(6) NOT NULL | State |
7 | CM_CONCAT | Character(100) | VARCHAR2(100) NOT NULL | Concatenated Contact Method |
8 | CM_CONCAT_UPPER | Character(100) | VARCHAR2(100) NOT NULL | Uppper Concatenated Contact Method |
9 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |