GPIN_DEP_VW(SQL View) |
Index Back |
---|---|
Dependent View for AllowancesThis view holds information on dependents of the employee who are covered under Leave travel allowance and Medical Allowance. |
SELECT A.EMPLID , B.DEPENDENT_BENEF , B.NAME , B.RELATIONSHIP FROM PS_PERSONAL_DT_FST A , PS_DEPENDENT_VW B WHERE A.EMPLID = B.EMPLID AND ((A.MAR_STATUS = 'M' AND B.RELATIONSHIP IN ('C','P','SP')) OR (A.MAR_STATUS <> 'M' AND B.RELATIONSHIP IN ('C','P','SB'))) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | DEPENDENT_BENEF | Character(2) | VARCHAR2(2) NOT NULL |
Dependent Benefit
01=default |
3 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
4 | RELATIONSHIP | Character(2) | VARCHAR2(2) NOT NULL | Relationship to Employee |