SS_SRVC_IND_VW(SQL View) |
Index Back |
---|---|
Srvc Ind Active VwUse SRVC_IND_SEL_VW to find all Active Service Indicators for a person. |
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 WHERE a.srvc_ind_active_dt <= %CurrentDateIn |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PEOPLE_SRCH |
2 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
3 | SRVC_IND_DTTM | 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_VW |
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 |