View: dbo.Wage_Plan_Code_View | |||
View definition | |||
create view dbo.Wage_Plan_Code_View as SELECT code, description, employee_other_state_setting_type_KEY, employee_other_state_setting_type_group_KEY FROM dbo.Employee_Other_State_Setting_Type WHERE (employee_other_state_setting_type_group_KEY = 1) | |||