JPM_IDXDEL_VW(SQL View) |
Index Back |
---|---|
JPM Index Delete Trigger Viewselects all Delete triggers that are marked as "in process" |
SELECT A.JPM_PROFILE_ID , B.JPM_JP_TYPE , B.EMPLID , A.JPM_INDEX_ACTION FROM PS_JPM_IDX_UPDCTL A , PS_JPM_PROFILE B WHERE B.JPM_PROFILE_ID = A.JPM_PROFILE_ID AND B.JPM_PROFILE_USAGE IN ('J','P') AND A.JPM_INDEX_ACTION IN ('U','D') AND A.JPM_IDX_PROCESSED = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | JPM_JP_TYPE | Character(12) | VARCHAR2(12) NOT NULL | Profile Type name for a JPM Profile Type |
3 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
4 | JPM_INDEX_ACTION | Character(1) | VARCHAR2(1) NOT NULL |
Action for index
D=Delete U=Update |