RD_CTCT_COMP_V(SQL View) |
Index Back |
---|---|
contact list company viewThis is the record for the view that shows the Contacts for the Company. |
SELECT L.OPRID , L.BO_ID , B.BO_NAME FROM PS_RD_CONTACT_LIST L , PS_BO_REL R , PS_BO B WHERE R.REL_TYPE_ID = 10 AND R.BO_ID_1 = L.BO_ID AND R.BO_ID_2 = B.BO_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
3 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |