BN834_GRPNBR_VW(SQL View) |
Index Back |
---|---|
HIPAA Group Number Prompt ViewUsed as a prompt table on the HIPAA 834 EDI run control page to limit the Group Numbers that can be selected to those represented on the Benefits Enrollment Snapshot tables (as long as they are also on the benefit plan table). |
SELECT DISTINCT A.PLAN_TYPE ,A.BENEFIT_PLAN ,A.GROUP_NBR FROM PS_BENEF_PLAN_TBL A , PS_BN_SNAP_PLAN B WHERE %Substring(B.PLAN_TYPE, 1, 1) = '1' AND A.PLAN_TYPE = B.PLAN_TYPE AND A.BENEFIT_PLAN = B.BENEFIT_PLAN AND A.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 | GROUP_NBR | Character(30) | VARCHAR2(30) NOT NULL | Group Number |