RD_WRKR_HEML_VW

(SQL View)
Index Back

Worker home phone view

This is a view lists all the current valid home phone for a worker.

SELECT A.BO_ID , A.PROFILE_CM_SEQ , A.CM_ID , A.CM_CONCAT , A.CM_CONCAT_UPPER , A.EMAIL_ADDR , B.SYNCID FROM PS_BO_SRCH_EML A , PS_RD_PERSON B WHERE A.BO_ID = B.BO_ID AND A.CM_USE_START_DT <= %CurrentDateIn AND A.CM_USE_END_DT > %CurrentDateIn AND A.ROLE_TYPE_ID = 4 AND A.CM_PURPOSE_TYPE_ID = 30

# 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 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.
3 CM_ID Number(31,0) DECIMAL(31) NOT NULL Contact Method ID
4 CM_CONCAT Character(100) VARCHAR2(100) NOT NULL Concatenated Contact Method
5 CM_CONCAT_UPPER Character(100) VARCHAR2(100) NOT NULL Uppper Concatenated Contact Method
6 EMAIL_ADDR Character(70) VARCHAR2(70) NOT NULL Email address to store the address of email.
7 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.