RD_DQ_W_ADD_VW(SQL View) |
Index Back |
---|---|
Deep Query for Worker AddressThis view is used for deep query all Worker addresses |
SELECT C.SYNCID , A.BO_ID , B.PROFILE_CM_SEQ , B.CM_ID , B.ADDRESS1 , B.ADDRESS1_AC , B.CITY , B.CITY_AC , B.STATE , B.POSTAL , B.COUNTRY FROM PS_RD_PERSON A , PS_BO_SRCH_ADD B , PS_RB_WORKER_ALL C WHERE A.BO_ID = B.BO_ID AND A.PERSON_ID = C.PERSON_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object 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 | ADDRESS1 | Character(55) | VARCHAR2(55) NOT NULL | Address 1 |
6 | ADDRESS1_AC | Character(55) | VARCHAR2(55) NOT NULL | ADDRESS1_AC |
7 | CITY | Character(30) | VARCHAR2(30) NOT NULL | City |
8 | CITY_AC | Character(30) | VARCHAR2(30) NOT NULL | CITY_AC |
9 | STATE | Character(6) | VARCHAR2(6) NOT NULL | State |
10 | POSTAL | Character(12) | VARCHAR2(12) NOT NULL | Postal |
11 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |