BN_834_MAP_VW(SQL View) |
Index Back |
---|---|
EDI Plan Type Map ViewView to get EDI Codes for a Plan Type from Transaction Map table. This view is used as Prompt Table on benefit Plan Table. |
SELECT %TrimSubstr(BN_834_FIELD_VALUE,1,2) , BN_834_FIELD_MAPPD , BN_834_FLD_DESCR2 FROM PS_BN_834_MAP_TBL WHERE FIELDNAME = 'PLAN_TYPE' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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 | Character(20) | VARCHAR2(20) NOT NULL | Stores the mapped field value on the EDI 834 Mapping table. | |
3 | BN_834_FLD_DESCR2 | Character(50) | VARCHAR2(50) NOT NULL | Stores the mapped field value description on the EDI 834 Mapping table. |