insert into emp_dep_relationship( empl_id, empl_rcd, effdt, effseq, company, company_descr, deptid0, cg_deptid_descr0, cg_corp_company, gp_company_descr, setid_dept, dept_id, deptid_descr, cux_company_area, cux_cost_center, setid_jobcode, jobcode, jobcode_descr, cg_jobcode_descr, empl_class, hr_status, UUID, status, creator, create_time, modifier, modify_time, attribute1, attribute2, attribute3, attribute4, attribute5, attribute6, attribute7, attribute8, attribute9, attribute10, attribute11, attribute12, attribute13, attribute14, attribute15, attribute16, attribute17, attribute18, attribute19, attribute20, source, update_time ) values( #{emplId }, #{emplRcd }, #{effdt}, #{effseq}, #{company}, #{companyDescr }, #{deptid0}, #{cgDeptidDescr0 }, #{cgCorpCompany }, #{gpCompanyDescr }, #{setidDept }, #{deptId }, #{deptidDescr }, #{cuxCompanyArea }, #{cuxCostCenter }, #{setidJobcode }, #{jobcode}, #{jobcodeDescr }, #{cgJobcodeDescr }, #{emplClass }, #{hrStatus }, #{uuid}, #{status}, #{creator}, #{createTime }, #{modifier}, #{modifyTime }, #{attribute1}, #{attribute2}, #{attribute3}, #{attribute4}, #{attribute5}, #{attribute6}, #{attribute7}, #{attribute8}, #{attribute9}, #{attribute10}, #{attribute11}, #{attribute12}, #{attribute13}, #{attribute14}, #{attribute15}, #{attribute16}, #{attribute17}, #{attribute18}, #{attribute19}, #{attribute20}, #{source,} sysdate() )