RSP_OPR_NAME_VW(SQL View) |
Index Back |
---|---|
Operator/Person/Name ViewDisplays the name of the person for the userid. |
SELECT A.OPRID , B.BO_NAME_DISPLAY FROM PSOPRALIAS A , PS_RB_PRSN_P_NM_VW B WHERE A.PERSON_ID = B.PERSON_ID AND A.OPRALIASTYPE ='PER' |
# | 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_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |