SRVC_IND_SL_VW2(SQL View) | 
Index Back | 
|---|---|
Srvc Ind ENVER VwUse SRVC_IND_SEL_VW2 to find all Active Service Indicators for a person which include service impact "ENVER", to prevent printing enrollment verifications. | 
| SELECT a.emplid ,a.institution ,a.srvc_ind_dttm ,a.srvc_ind_active_dt ,a.oprid ,a.srvc_ind_cd ,a.srvc_ind_reason ,a.pos_srvc_indicator ,a.srvc_ind_refrnce ,a.deptid ,a.position_nbr ,a.contact ,a.contact_id ,a.currency_cd ,a.amount ,a.seq_3c ,a.placed_method ,a.placed_person_id ,a.placed_person ,a.placed_process ,a.release_process FROM PS_SRVC_IND_DATA a , ps_service_impact b WHERE a.institution=b.institution AND a.srvc_ind_cd=b.srvc_ind_cd AND a.pos_srvc_indicator='N' AND b.service_impact='ENVER' AND b.effdt=( SELECT MAX(b1.effdt) FROM ps_service_impact b1 WHERE b1.institution=b.institution AND b1.srvc_ind_cd=b.srvc_ind_cd AND b1.effdt<=%CurrentDateIn AND b1.service_impact=b.service_impact AND b1.term_category=b.term_category) | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL | 
Employee ID
 Prompt Table: PEOPLE_SRCH  | 
|
| 2 | Character(5) | VARCHAR2(5) NOT NULL | 
Academic Institution
 Prompt Table: INSTITUTION_TBL  | 
|
| 3 | DateTime(26) | TIMESTAMP | Service Indicator Date-Time field | |
| 4 | SRVC_IND_ACTIVE_DT | Date(10) | DATE | Service Indicator Start Date | 
| 5 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | 
| 6 | SRVC_IND_CD | Character(3) | VARCHAR2(3) NOT NULL | 
Service Indicator Cd
 Prompt Table: SRVC_IND_CD_TBL  | 
| 7 | SRVC_IND_REASON | Character(5) | VARCHAR2(5) NOT NULL | 
Service Indicator Reason
 Prompt Table: SRVC_IN_RSN_TBL  | 
| 8 | POS_SRVC_INDICATOR | Character(1) | VARCHAR2(1) NOT NULL | 
Positive Service Indicator
 Y/N Table Edit  | 
| 9 | SRVC_IND_REFRNCE | Character(30) | VARCHAR2(30) NOT NULL | Service Indicator Refrence | 
| 10 | DEPTID | Character(10) | VARCHAR2(10) NOT NULL | 
Department
 Prompt Table: DEPT_TBL_ACCESS  | 
| 11 | POSITION_NBR | Character(8) | VARCHAR2(8) NOT NULL | Position Number | 
| 12 | CONTACT_PERSON | Character(30) | VARCHAR2(30) NOT NULL | Contact Person | 
| 13 | CONTACT_ID | Character(15) | VARCHAR2(15) NOT NULL | 
Contact Identifier for Treasury Contacts
 Prompt Table: PEOPLE_SRCH  | 
| 14 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | 
Currency Code
 Prompt Table: CURRENCY_CD_TBL  | 
| 15 | AMOUNT | Signed Number(20,3) | DECIMAL(18,3) NOT NULL | Commuting Allowance Paid Per Cycle. | 
| 16 | SEQ_3C | Number(5,0) | INTEGER NOT NULL | Sequence Number | 
| 17 | PLACED_METHOD | Character(1) | VARCHAR2(1) NOT NULL | 
Method by which Service Indicator is placed.
 A=Mass Assign B=Background M=Manual  | 
| 18 | PLACED_PERSON_ID | Character(11) | VARCHAR2(11) NOT NULL | ID of person who placed the Service Indicator | 
| 19 | PLACED_PERSON | Character(30) | VARCHAR2(30) NOT NULL | 
Name of person who placed the Service Indicator
 Prompt Table: PEOPLE_SRCH  | 
| 20 | PLACED_PROCESS | Character(8) | VARCHAR2(8) NOT NULL | Process responsible for placing Service Indicator | 
| 21 | RELEASE_PROCESS | Character(8) | VARCHAR2(8) NOT NULL | Process responsible for releasing the Service Indicator |