RB_CUST_VW

(SQL View)
Index Back

All Customer's View

This record is a view of all BO_ID's that are indicated as customers.

SELECT A.BO_ID , B.BO_NAME FROM PS_BC A , PS_BO B WHERE A.BO_ID = B.BO_ID AND A.CUSTOMER_IND = 'Y' AND A.CUST_STATUS = 'A'

# 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 NAME Character(50) VARCHAR2(50) NOT NULL Name