JPM_PPRFL_PRMPT(SQL View) |
Index Back |
---|---|
Person Profile Prompt - securePerson Profile prompt view that uses to PERS_SRCH_GBL to check the Department Security Tree and returns only active profiles. |
SELECT DISTINCT A.OPRID , A.ROWSECCLASS , P.JPM_PROFILE_ID , P.EMPLID , P.JPM_JP_TYPE , A.NAME , A.NAME_DISPLAY_SRCH , A.LAST_NAME_SRCH , A.SECOND_LAST_SRCH , A.FIRST_NAME , A.MIDDLE_NAME , A.LAST_NAME , A.SECOND_LAST_NAME , A.NAME_AC FROM PS_PERS_SRCH_GBL A , PS_JPM_PROFILE P , PS_JPM_JP_SEC_VW S WHERE A.EMPLID = P.EMPLID AND P.JPM_JP_PRFL_STATUS = 'A' AND S.JPM_JP_TYPE = P.JPM_JP_TYPE AND S.JPM_ROLE = 'ADM' |
# | 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 | ROWSECCLASS | Character(30) | VARCHAR2(30) NOT NULL | The class used to determine row level security |
3 | JPM_PROFILE_ID | Character(12) | VARCHAR2(12) NOT NULL | The id, autoassigned or user assigned of the profile. This id is used to group items and other related material together into one coherent profile. |
4 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
5 | JPM_JP_TYPE | Character(12) | VARCHAR2(12) NOT NULL |
Profile Type name for a JPM Profile Type
Prompt Table: JPM_JP_APTYP_VW |
6 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
7 | NAME_DISPLAY_SRCH | Character(50) | VARCHAR2(50) NOT NULL | Uppercase version of Name to improve performance on searches. |
8 | LAST_NAME_SRCH | Character(30) | VARCHAR2(30) NOT NULL | Last Name |
9 | SECOND_LAST_SRCH | Character(30) | VARCHAR2(30) NOT NULL | Second Last Name |
10 | FIRST_NAME | Character(30) | VARCHAR2(30) NOT NULL | First Name |
11 | MIDDLE_NAME | Character(30) | VARCHAR2(30) NOT NULL | MIDDLE_NAME |
12 | LAST_NAME | Character(30) | VARCHAR2(30) NOT NULL | Last Name |
13 | SECOND_LAST_NAME | Character(30) | VARCHAR2(30) NOT NULL | Second Last Name |
14 | NAME_AC | Character(50) | VARCHAR2(50) NOT NULL | Alternate Character Name |