RC_CUST_PRNM_VW

(SQL View)
Index Back

Customer Name View

This view is used in Call Center applications to return a business objects primary name as a related field.

SELECT BO_ID , BO_NAME_DISPLAY FROM PS_BO_NAME WHERE PRIMARY_IND = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.
2 BO_NAME_DISPLAY Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object