SSF_BU_DED_VW(SQL View) |
Index Back |
---|---|
SSF Deduction Code ViewThis view list Deduction Codes by Business Unit. It is used as a prompt table on RUN_CNTL_SFTUTD. This is used to only allow Deduction Codes that have the same Business Unit associated with them. |
SELECT BUSINESS_UNIT ,PLAN_TYPE ,DEDCD FROM PS_SSF_SA_DED_TBL WHERE SSF_SA_PROD = 'SF' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_CS.BUSINESS_UNIT Prompt Table: BUS_UNIT_TBL_SF |
2 | 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. |
3 | DEDCD | Character(6) | VARCHAR2(6) NOT NULL |
Deduction Code
Prompt Table: SSF_DED_TBL_VW |