RBI_BASRCH_AOVW

(SQL View)
Index Back

Fin Acct Search View

Fin Acct Search View for Billing Account Owner Id

SELECT b.BO_ID , a.SYNCID ,b.BO_NAME , b.BO_NAME_DISPLAY , b.BO_NAME_UPPER ,c.ROLE_TYPE_ID FROM PS_RBT_ACCOUNT a , PS_BO_NAME_PRIM_VW b , PS_BO_ROLE c WHERE a.RBTCUST_BO_ID = b.BO_ID AND b.BO_ID = C.BO_ID

# 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 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.
3 BO_NAME_1 Character(50) VARCHAR2(50) NOT NULL BO Name 1
4 BO_NAME_DISPLAY Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object
5 BO_NAME_UPPER Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
6 ROLE_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL Role Type ID