RB_ACCT_CONT1VW

(SQL View)
Index Back

Account Contact View

Provides a prompt for all people in the role of account contact.

SELECT A.PERSON_ID , B.BO_NAME_DISPLAY FROM PS_RD_PERSON A , PS_BO_NAME B , PS_BO_ROLE C WHERE A.BO_ID = B.BO_ID AND A.BO_ID = C.BO_ID AND C.ROLE_TYPE_ID = 17 AND C.ROLE_START_DT <= %CurrentDateIn AND C.ROLE_END_DT > %CurrentDateIn

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PERSON_ID Character(15) VARCHAR2(15) NOT NULL Person ID
2 BO_NAME_DISPLAY Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object