BEN_VENDURL_VW(SQL View) |
Index Back |
---|---|
Vendor URL for Ben SummBenefits summary URLs for resource panel. |
SELECT B.PLAN_TYPE , B.BENEFIT_PLAN ,B.EFFDT , B.VENDOR_ID , B.GROUP_NBR , B.SMRYPLNDOC_URL_ID , C.POLICY_URL_ID , C.VENDOR_URL_ID FROM PS_BENEF_PLAN_TBL B , PS_VENDOR_POLICY C WHERE B.SETID = C.SETID AND B.VENDOR_ID = C.VENDOR_ID AND B.GROUP_NBR = C.GROUP_NBR |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PLAN_TYPE | Character(2) | VARCHAR2(2) NOT NULL | Identifies a category of benefit plan, such as Medical, Dental, and Life (Insurance). A set of plan type codes, as well as rules for creating new codes, is provided by PeopleSoft. Plan Type codes determine how the system processes and defines eligibility for the various benefit plans. |
2 | BENEFIT_PLAN | Character(6) | VARCHAR2(6) NOT NULL | Benefit Plan |
3 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
4 | VENDOR_ID | Character(10) | VARCHAR2(10) NOT NULL | Vendor Identifier |
5 | GROUP_NBR | Character(30) | VARCHAR2(30) NOT NULL | Group Number |
6 | SMRYPLNDOC_URL_ID | Character(30) | VARCHAR2(30) NOT NULL | This field defines a URL ID which can be used to access the Summary Plan Document on file for a Benefit Plan. |
7 | POLICY_URL_ID | Character(30) | VARCHAR2(30) NOT NULL | General Policy URL ID |
8 | VENDOR_URL_ID | Character(30) | VARCHAR2(30) NOT NULL | Authorized Providers URL ID |