RBM_ACT_LIST_VW

(SQL View)
Index Back

INSTALLATION_BO view

This view is used by RD Account List component as search record

SELECT A.BO_ID , A.PERSON_ID ,A.SYNCID ,A.SYNCDTTM FROM %Table(RD_PERSON) A WHERE EXISTS ( SELECT 'X' FROM %Table(BO_ROLE) B WHERE B.ROLE_TYPE_ID IN (17, 4) AND A.BO_ID = B.BO_ID)

# 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 PERSON_ID Character(15) VARCHAR2(15) NOT NULL Person ID
3 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.
4 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time