RSF_ACCT_ALL_VW

(SQL View)
Index Back

Customer Acct List companies

View all companies for data dist on the customer accont list

SELECT COMP.SYNCID , BC.BO_ID , BC.CUSTOMER_IND FROM PS_BC BC , PS_RD_COMPANY COMP WHERE BC.CUSTOMER_IND = 'Y' AND BC.BO_ID = COMP.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_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
3 CUSTOMER_IND Character(1) VARCHAR2(1) NOT NULL Customer Indicator for Business Contacts.
N=No
Y=Yes