SP_BK_PRF_OPRVW(SQL View) |
Index Back |
---|---|
Asset Profile Prompt TableThis view, when used as a prompt table on asset.profile_id, filters out non-effective profiles from the drop down list during the asset add process. |
SELECT D.OPRID , A.SETID , A.PROFILE_ID , A.BOOK FROM PS_PROFILE_BK_TBL A , PS_SEC_BUBOOK_OPR D WHERE D.BOOK = A.BOOK |
# | 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 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID |
3 | PROFILE_ID_ORIG | Character(10) | VARCHAR2(10) NOT NULL | Original Profile ID |
4 | BOOK | Character(10) | VARCHAR2(10) NOT NULL | Asset Book Name |