RB_ACCT_OWNR_VW(SQL View) |
Index Back |
---|---|
Company account owner |
SELECT C.BO_ID_2 , P.PERSON_ID FROM PS_BO_REL_ACCTTEAM C , PS_BO BOSALES , PS_RD_PERSON P WHERE BOSALES.BO_ID = C.BO_ID_1 AND C.BO_ID_1 = P.BO_ID AND C.REL_TYPE_ID_1 = 31 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
2 | PERSON_ID_OWNER | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |