ROLE_BO_VW

(SQL View)
Index Back

Business Object Role

Business Object Role defines Business Contact -- this is used on the Adhoc Roles page to limit the roles showing up on that page.

SELECT A.ROLE_TYPE_ID , B.BO_ID , B.BO_NAME FROM PS_BO_ROLE A , PS_BO B WHERE A.BO_ID = B.BO_ID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 ROLE_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL Role Type ID

Prompt Table: RB_ADHOC_ROLTYP

2 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID

Prompt Table: BO

3 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object