RD_ACT_CFGSR_VW

(SQL View)
Index Back

Account Configurable View

User's Account View that is used in the "My Accounts" Configurable Search.

SELECT A.SYNCID , B.BO_NAME_DISPLAY , B.FIRST_NAME , B.LAST_NAME , B.BO_NAME_AC FROM PS_RD_ACCT_CFG_VW A , PS_BO_NAME B WHERE A.BO_ID=B.BO_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_NAME_DISPLAY Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object
3 FIRST_NAME Character(30) VARCHAR2(30) NOT NULL First Name
4 LAST_NAME Character(30) VARCHAR2(30) NOT NULL Last Name
5 BO_NAME_AC Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object