RB_BONM_OPR_VW(SQL View) |
Index Back |
---|---|
Primary Name by OperatorThis view returns the primary name of a business object that is associated with a User ID. |
SELECT BN.BO_NAME_DISPLAY ,UA.OPRID FROM PSOPRALIAS UA , PS_RD_PERSON P , PS_BO_NAME BN WHERE UA.OPRALIASTYPE = 'PER' AND UA.PERSON_ID = P.PERSON_ID AND P.BO_ID = BN.BO_ID AND BN.PRIMARY_IND = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |