GPDE_SI_NMPR_VW(SQL View) |
Index Back |
---|---|
Non Miner Providers for EENon Private/non-Miner Health Care Providers for EE These providers are available for all EEs that are not insignificant. It is identical to the view GPDE_SI_NPRV_VW, except that it excludes the Bundesknapschaft - 98000006. As of 04/01/2006 the Bundesknapschaft - 98000006 - is in charge of insignificant EEs. It may not be used for any other EEs. The corresponding view for insignificant EEs is GPDE_SI_MPRV_VW. |
SELECT GPDE_SI_PROV , EFFDT , EFF_STATUS , DESCR FROM PS_GPDE_SI_PROV WHERE GPDE_AL_PROV_TYPE NOT IN ('00', '08') AND GPDE_SI_PROV_ID <> ' ' AND GPDE_SI_PROV_ID <> '98000006' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | GPDE_SI_PROV | Character(8) | VARCHAR2(8) NOT NULL | Social Insurance Provider |
2 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |