RC_PERSON_NM_VW(SQL View) |
Index Back |
---|
SELECT p.PERSON_ID , n.BO_NAME_DISPLAY FROM PS_BO_NAME n , PS_RD_PERSON p WHERE n.BO_ID = p.BO_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ASSIGNED_TO | Character(15) | VARCHAR2(15) NOT NULL | This is a field to store assignment information. |
2 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |