BO_BO_REL_VW(SQL View) |
Index Back |
---|---|
Business Object RelationshipUsed to obtaing the setid associated to one of the business objects in a relationship. |
SELECT B.SETID , A.BO_ID_2 FROM PS_BO_REL_VW A , PS_BC_FLAGS_VW B WHERE A.BO_ID_2 = B.BO_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | BO_ID_2 | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID 2 |