SF_ISET_SRVC_VW(SQL View) |
Index Back |
---|---|
Service Indicator Data ViewThis view is used to determine if there are Service Indicators preventing Internet Payments. |
SELECT A.EMPLID , C.INSTITUTION_SET , A.INSTITUTION , A.SRVC_IND_CD , A.SRVC_IND_REASON , A.SRVC_IND_ACT_TERM ,a.contact ,a.contact_id ,a.currency_cd ,a.amount , B.SERVICE_IMPACT ,A.SRVC_IND_DTTM FROM PS_SRVC_IND_DATA A , PS_SERVICE_IMPACT B , PS_ISET_BU_DTL C , PS_BUS_UNIT_TBL_SF D WHERE C.BUSINESS_UNIT = D.BUSINESS_UNIT AND D.INSTITUTION = B.INSTITUTION AND A.INSTITUTION=B.INSTITUTION AND A.SRVC_IND_CD=B.SRVC_IND_CD AND B.SERVICE_IMPACT = C.SERVICE_IMPACT AND A.SRVC_IND_ACTIVE_DT <= %CurrentDateIn 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) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | INSTITUTION_SET | Character(5) | VARCHAR2(5) NOT NULL | Institution Set |
3 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution |
4 | SRVC_IND_CD | Character(3) | VARCHAR2(3) NOT NULL | Service Indicator Cd |
5 | SRVC_IND_REASON | Character(5) | VARCHAR2(5) NOT NULL | Service Indicator Reason |
6 | SRVC_IND_ACT_TERM | Character(4) | VARCHAR2(4) NOT NULL | Service Indicator Start Term |
7 | CONTACT | Character(30) | VARCHAR2(30) NOT NULL | Contact Person |
8 | CONTACT_ID | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |
9 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |
10 | AMOUNT | Signed Number(20,3) | DECIMAL(18,3) NOT NULL | Commuting Allowance Paid Per Cycle. |
11 | SERVICE_IMPACT | Character(5) | VARCHAR2(5) NOT NULL | Service Impact |
12 | SRVC_IND_DTTM | DateTime(26) | TIMESTAMP | Service Indicator Date-Time field |