This commit is contained in:
dheepa
2021-10-28 09:12:13 +00:00
parent f3cf5e1d2d
commit 8402c9b738
74 changed files with 3883 additions and 908 deletions

View File

@@ -53,9 +53,12 @@ SQL statement "select staging2.fn_FTDRY_TRS_Block(20,1,'FTDRY','FTDRY_TRS',100)"
PL/pgSQL function trx.fn_get_function_exception(character varying) line 36 at EXECUTE */
if v_function_name like '%Block%' then
perform fw_core.fn_insert_db_error ( __client_id, __function_id, 1001, 'Compegence', __file_syspk ,__file_mnemonic,__file_sheet_mnemonic ,v_function_name,'stg2', null, err_state, err_msg, err_detail, err_hint, err_context,'error');
perform fw_core.fn_insert_db_error ( __client_id, __function_id, 1001, 'Compegence', __file_syspk ,__file_mnemonic,__file_sheet_mnemonic ,null,'stg2', v_function_name, err_state, err_msg, err_detail, err_hint, err_context,'error');
elsif v_function_name like '%ods%' then
perform fw_core.fn_insert_db_error ( __client_id, __function_id, 1001, 'Compegence', __file_syspk ,__file_mnemonic,__file_sheet_mnemonic ,null,'ods', v_function_name, err_state, err_msg, err_detail, err_hint, err_context,'error');
else
perform fw_core.fn_insert_db_error ( __client_id, __function_id, 1001, 'Compegence', __file_syspk ,__file_mnemonic,__file_sheet_mnemonic ,v_function_name,'trx', null, err_state, err_msg, err_detail, err_hint, err_context,'error');
perform fw_core.fn_insert_db_error ( __client_id, __function_id, 1001, 'Compegence', __file_syspk ,__file_mnemonic,__file_sheet_mnemonic ,null,'trx', v_function_name, err_state, err_msg, err_detail, err_hint, err_context,'error');
end if;
END;
$function$

0
onetime/commonfunctions/fn_fw_ods_misnomer_load.sql Normal file → Executable file
View File

460
onetime/commonfunctions/fn_fw_ods_tractor_info_load.sql Normal file → Executable file
View File

@@ -1,208 +1,254 @@
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(1, 'FTDRY', 'Mahindra', 'Mstar-Trem-IV (Rev 8)- Boost mode', 'M_Star', 60, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(2, 'FTWET', 'Mahindra', 'BSIII A_MSTAR 57HP 4WD', 'M_Star', 57, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(3, 'FTHLG', 'Mahindra', 'MAM-Liecense', 'Small Tractors', 36, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(4, 'FTDRY', 'Mahindra', 'Mstar-Trem-IV (Rev- A10)', 'M_Star', 55, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(5, 'DBSTD', 'Mahindra', 'Dhruv 575 4WD', 'Dhruv', 45, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(6, 'FTDRY', 'Mahindra', 'Mstar-Trem-IV (Rev 8)- Normal mode', 'M_Star', 57, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(7, 'BUDNI', 'John Deere', '3028EN', 'NA', 28, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(8, 'FTDRY', 'Mahindra', 'Yuvo Star 47 HP', 'Dhruv', 47, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(9, 'FTDRY', 'Mahindra', 'M-Star 65HP-2WD TremIV (Normal)
Rev-9', 'M_Star', 68, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(10, 'FTWET', 'Mahindra', 'Trem 4_MSTAR 55HP 2WD(Engine Dataset Rev. 7)Boost Mode', 'M_Star', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(11, 'BUDNI', 'Mahindra', '605 DI i', 'PVE', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(12, 'FTHLG', 'Mahindra', 'NST REFRESH 45 HP/2WD/', 'H1', 45, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(13, 'FTDRY', 'Mahindra', 'Dhruv CRDI 45 HP', 'Dhruv', 45, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(14, 'FTHLG', 'Mahindra', 'Mstar 57 hp BSIII A', 'M_Star', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(15, 'FTDRY', 'Mahindra', '265 XP Plus', 'H1', 33, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(16, 'FTDRY', 'Mahindra', 'NST Refresh 44HP 2WD', 'H1', 44, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(17, 'BUDNI', 'Mahindra', 'YUVO 415 DI', 'Dhruv', 39, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(18, 'DBSTD', 'Mahindra', '6075 4WD', 'M_Star', 73, '4WD', 'Cabin');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(19, 'FTDRY', 'Mahindra', 'M-Star 75HP-2WD (Boost) Rev 8', 'M_Star', 75, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(20, 'FTDRY', 'Mahindra', 'Dhruv 39hp Regular', 'Dhruv', 39, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(21, 'FTDRY', 'Mahindra', 'Mstar-BS-IIIA', 'M_Star', 65, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(22, 'FTHLG', 'Mahindra', 'Arjun 60HP-2WD TremIV (Boost)
Rev 8', 'H2', 60, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(23, 'BUDNI', 'John Deere', '5050 D V7', 'NA', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(24, 'FTHLG', 'MAM', 'MAM CBU', 'Small Tractors', 36, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(25, 'DBSTD', 'Mahindra', 'Arjun 555 DI HBT', 'H2', 49, NULL, 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(26, 'DBSTD', 'Mahindra', 'Mstar Trem 4 68 HP-4WD Normal mode', 'M_Star', 68, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(27, 'FTHLG', 'Mahindra', 'Yuvo 575', 'Dhruv', 45, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(28, 'FTDRY', 'Mahindra', 'M-Star 75HP-4WD TremIV Rev 8 (Normal)', 'M_Star', 75, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(29, 'FTDRY', 'Mahindra', 'Mstar-Trem-IV (Rev 9) (Normal Mode)', 'M_Star', 65, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(30, 'FTDRY', 'Mahindra', '475DI NST-Refresh', 'H1', 44, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(31, 'FTWET', 'Mahindra', 'Trem 4_MSTAR 55HP 2WD(Engine Dataset Rev. 7) Normal Mode', 'M_Star', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(32, 'FTDRY', 'Mahindra', '475DI NST', 'M_Star', 42, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(33, 'FTDRY', 'Mahindra', 'Arjun-BS-IIIA', 'H2', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(34, 'FTDRY', 'Mahindra', 'Arjun 55HP-2WD TremIV (Normal)
Rev 7', 'H2', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(35, 'DBSTD', 'Mahindra', 'H1 575DI XP Plus', 'H1', 47, NULL, 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(36, 'FTDRY', 'Mahindra', 'M-Star 55HP-2WD (Normal) Rev 7', 'M_Star', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(37, 'FTDRY', 'Mahindra', '33 HP NSTR', 'H1', 33, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(38, 'DBSTD', 'Mahindra', 'Mstar 655 DI', 'M_Star', 65, NULL, 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(39, 'BUDNI', 'Mahindra', 'YUVO 475 DI', 'Dhruv', 42, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(40, 'FTDRY', 'Mahindra', 'B275 DI TU RCRPTO', 'H1', 39, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(41, 'FTWET', 'Mahindra', 'Trem 4_MSTAR 55HP 4WD(Engine Dataset Rev. 7) Normal Mode', 'M_Star', 55, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(42, 'FTDRY', 'Mahindra', 'Dhruv 42hp Regular', 'Dhruv', 42, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(43, 'BUDNI', 'John Deere', '5105 V2', 'NA', 40, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(44, 'DBSTD', 'Mahindra', 'Dhruv 585 DI 4WD', 'Dhruv', 50, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(45, 'FTDRY', 'Mahindra', 'M-Star 60HP 4WD (Normal) REV 17B', 'M_Star', 60, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(46, 'FTDRY', 'Mahindra', 'Arjun 60HP-2WD TremIV (Normal)
Rev 8', 'H2', 60, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(47, 'FTHLG', 'Mahindra', 'Yuvo Star', 'Dhruv', 47, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(48, 'FTDRY', 'Mahindra', 'Mstar-BS-IIIA', 'M_Star', 65, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(49, 'FTDRY', 'Mahindra', 'Yuvo 585', 'Dhruv', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(50, 'FTDRY', 'Mahindra', 'Arjun-Trem-IV (Rev- A10)', 'H2', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(51, 'FTDRY', 'Mahindra', 'M-Star 55HP-4WD Inline', 'M_Star', 55, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(52, 'FTDRY', 'Mahindra', 'M-Star 75HP-4WD TremIV Rev 8 (Boost)', 'M_Star', 75, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(53, 'DBSTD', 'Mahindra', 'Arjun Trem 4 55 HP-2WD Boost', 'H2', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(54, 'FTDRY', 'Mahindra', 'Dhruv 49.96HP P2', 'Dhruv', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(55, 'FTDRY', 'Mahindra', 'Mstar Alternate Approach', 'M_Star', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(56, 'FTDRY', 'Mahindra', 'NOVO Add on Cabin', 'M_Star', 57, '2WD', 'Cabin');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(57, 'FTDRY', 'Mahindra', 'Arjun 60HP-2WD TremIV (Boost)
Rev 8', 'H2', 60, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(58, 'FTHLG', 'Mahindra', 'Arjun 555 DI 49.9 HP HBTU Non CRPTO', 'H2', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(59, 'FTDRY', 'Mahindra', 'Arjun-Trem-IV (Rev- 7)', 'H2', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(60, 'FTDRY', 'Mahindra', 'Arjun 57HP-2WD Inline', 'H2', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(61, 'FTWET', 'Mahindra', 'Yuvo STAR 42HP HCE', 'Dhruv', 42, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(62, 'FTDRY', 'MAM', 'MAM-CBU', 'Small Tractors', 36, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(63, 'FTDRY', 'Mahindra', 'Mstar-Trem-IV (Rev-D15T)', 'M_Star', 75, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(64, 'BUDNI', 'Mahindra', 'JIVO 365 DI P', 'Small Tractors', 36, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(65, 'FTWET', 'Mahindra', 'DHRUV 42HP', 'Dhruv', 42, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(66, 'FTDRY', 'Mahindra', 'Dhruv 39hp HCE', 'Dhruv', 39, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(67, 'DBSTD', 'Mahindra', 'Mstar Trem 4 68 HP-4WD Boost mode', 'M_Star', 68, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(68, 'FTDRY', 'Mahindra', 'Yuvraj NXT 28 HP', 'Small Tractors', 28, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(69, 'IHTNST', 'Mahindra', '265 DI SP Plus(NST-33hp)', 'H1', 33, NULL, 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(70, 'FTHLG', 'Mahindra', 'Arjun 605 DI 57 HP', 'H2', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(71, 'PTOSTD', 'Mahindra', 'Dhruv 31 hp', 'Dhruv', 31, NULL, 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(72, 'FTDRY', 'Mahindra', 'M-Star 60HP 4WD (Boost) REV 17B', 'M_Star', 60, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(73, 'BUDNI', 'New Holland', '5500 TS 12+3 UG', 'NA', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(74, 'DBSTD', 'Mahindra', 'Arjun Trem 4 55 HP-2WD Normal mode', 'H2', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(75, 'IHTSLL', 'Mahindra', 'K2- 4WD HST ', 'K2', 26, NULL, 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(76, 'FTDRY', 'Mahindra', 'NST Refresh 42HP 2WD', 'H1', 42, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(77, 'DBSTD', 'Mahindra', 'Mstar Trem 4 55 HP-2WD', 'M_Star', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(78, 'FTDRY', 'John Deere', 'JD 5050D V7', 'NA', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(79, 'FTDRY', 'Mahindra', 'Mstar 57 hp BSIII A', 'M_Star', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(80, 'DBSTD', 'Mahindra', 'Mstar Trem 4 68 HP-4WD Eco mode', 'M_Star', 68, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(81, 'FTDRY', 'John Deere', 'John Deere 3036EN', 'NA', 36, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(82, 'FTDRY', 'Mahindra', 'Arjun-Trem-IV (Rev-B17)', 'H2', 60, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(83, 'FTHLG', 'Mahindra', 'Arjun 55HP-2WD TremIV (Boost)
Rev 7', 'H2', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(84, 'FTDRY', 'Mahindra', 'Yuvo star 44HP/2WD', 'Dhruv', 44, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(85, 'FTDRY', 'Mahindra', 'M-Star 75HP-4WD Inline', 'M_Star', 75, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(86, 'FTHLG', 'Mahindra', 'Arjun 55HP-2WD TremIV (Normal)
Rev 7', 'H2', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(87, 'FTDRY', 'Mahindra', 'Mstar-BS-IIIA', 'M_Star', 55, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(88, 'FTDRY', 'Mahindra', 'Arjun-Trem-IV (Rev-8)', 'H2', 60, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(89, 'FTDRY', 'Mahindra', 'Mstar-Trem-IV (Rev 9) (Boost Mode)', 'M_Star', 65, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(90, 'FTWET', 'Mahindra', 'DHRUV P2', 'Dhruv', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(91, 'FTDRY', 'Mahindra', 'Y NXT 28 HP', 'Small Tractors', 28, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(92, 'IHTHAM', 'Mahindra', 'Mstar P2 75HP 4WD', 'M_Star', 75, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(93, 'FTDRY', 'Mahindra', 'Arjun 555 HBTU', 'H2', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(94, 'BUDNI', 'John Deere', '5310 V5', 'NA', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(95, 'FTDRY', 'Mahindra', 'NST Refresh 47HP 2WD', 'H1', 47, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(96, 'IHTHLS', 'Mahindra', 'Dhruv export 55hp', 'Dhruv', 55, NULL, 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(97, 'FTDRY', 'Mahindra', 'Mstar-BS-IIIA', 'M_Star', 57, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(98, 'DBSTD', 'Mahindra', 'H1 275DI XP PLUS', 'H1', 44, NULL, 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(99, 'FTHLG', 'Mahindra', 'Yuvo 585', 'Dhruv', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(100, 'FTDRY', 'Mahindra', 'Mstar-Trem-IV (Rev 8)- Boost mode', 'M_Star', 60, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(101, 'FTDRY', 'Mahindra', 'M Star Trem IV 65 HP 4 WD ( Normal) Rev C12', 'M_Star', 68, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(102, 'FTDRY', 'Mahindra', 'Arjun 605 Trem 4 Alternate Approach', 'H2', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(103, 'FTDRY', 'Mahindra', 'Yuvo Star 49.3 HP', 'Dhruv', 49, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(104, 'FTDRY', 'Mahindra', 'M-Star 55HP-2WD', 'M_Star', 52, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(105, 'BUDNI', 'Mahindra', 'ARJUN 605 DI V2', 'M_Star', 56, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(106, 'FTWET', 'Mahindra', 'DHRUV P2 49.96HP', 'Dhruv', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(107, 'FTDRY', 'Mahindra', 'Arjun 555 HBTU + RCRPTO', 'H2', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(108, 'FTDRY', 'Mahindra', 'M-Star 60HP 4WD (Boost ) REV 8', 'M_Star', 60, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(109, 'FTHLG', 'John Deere', '5050 D V7', 'NA', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(110, 'IHTBT50', 'Mahindra', 'Mstar 8100 CAB', 'M_Star', 95, NULL, 'Cabin');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(111, 'FTDRY', 'Mahindra', 'Mstar-Trem-IV (Rev 8)- Normal mode', 'M_Star', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(112, 'FTDRY', 'Mahindra', 'M-Star 65HP-2WD Inline', 'M_Star', 65, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(113, 'DBSTD', 'Mahindra', 'Yuvo 585 DI 2WD SLIPTO', 'Dhruv', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(114, 'FTDRY', 'Mahindra', 'Mstar-Trem-IV (Rev 9) (Boost Mode)', 'M_Star', 65, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(115, 'FTHLG', 'Mahindra', 'Arjun Alternate Approach', 'H2', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(116, 'IHTEMT', 'Mahindra', 'JIVO LOW PROFILE', 'Small Tractors', 24, NULL, 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(117, 'BUDNI', 'Mahindra', '605 DI PS', 'PVE', 52, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(118, 'FTHLG', 'Kubota', 'Kubota L3408', 'NA', 34, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(119, 'FTDRY', 'Mahindra', 'Y-NXT E-Governing OFF', 'Small Tractors', 24, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(120, 'FTDRY', 'Mahindra', '415 DI RCRPTO', 'H1', 39, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(121, 'FTDRY', 'Mahindra', 'Dhruv 42hp HCE', 'Dhruv', 42, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(122, 'FTHLG', 'Mahindra', 'Mstar 60Hp Trem IV
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 65HP-2WD TremIV (Normal)
Rev-9', 68, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'John Deere', 'JD 5050D V7', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Yuvo 575 45 HP', 45, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 60HP 4WD (Boost ) REV 8', 60, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV (Rev 9) (Normal Mode)', 65, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun Trem 4 55 HP-2WD Normal mode', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV (Rev-D15T)', 75, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', 'H1 575DI XP Plus', 47, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'YuvoStar 33Hp', 33, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'TAFE', 'MF 241 DI Planetary Plus V1', 42, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV (Rev 9) (Boost Mode)', 65, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'PVE', 'Mahindra', '605 DI PS', 52, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'Mahindra', 'Y-NXT E-Governing ON', 24, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar 60Hp Trem IV
(Boost mode)
Rev 8', 'M_Star', 60, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(123, 'DBSTD', 'Mahindra', 'ARJUN 555 DI', 'H2', 50, NULL, 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(124, 'BUDNI', 'TAFE', 'MF 241 DI Planetary Plus V1', 'NA', 42, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(125, 'FTDRY', 'Kubota', 'Kubota L-3408', 'NA', 34, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(126, 'FTDRY', 'Mahindra', 'M Star 65HP 4WD Inline', 'M_Star', 65, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(127, 'FTDRY', 'Mahindra', '265 DI MKM', 'H1', 30, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(128, 'DBSTD', 'Mahindra', 'Arjun Trem 4 55 HP-2WD Eco mode', 'H2', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(129, 'FTDRY', 'Mahindra', 'M-Star 55HP-4WD TremIV Rev 7 Data (Boost)', 'M_Star', 55, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(130, 'BUDNI', 'Mahindra', 'JIVO 245 DI', 'Small Tractors', 24, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(131, 'FTDRY', 'Mahindra', 'NOVO Non AC Add on Cabin', 'M_Star', 57, '2WD', 'Cabin');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(132, 'BUDNI', 'Mahindra', 'YUVO 575 DI', 'Dhruv', 45, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(133, 'PTOSTD', 'Mahindra', 'Dhruv 31 hp', 'Dhruv', 31, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(134, 'FTDRY', 'Mahindra', 'Mstar-Trem-IV (Rev 7)', 'M_Star', 55, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(135, 'FTDRY', 'Mahindra', 'Arjun 55HP-2WD TremIV (Boost)
Rev 7', 'H2', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(136, 'FTDRY', 'Mahindra', 'Mstar-BS-IIIA', 'M_Star', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(137, 'FTDRY', 'Kubota', 'Kubota B2741', 'NA', 27, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(138, 'FTHLG', 'Mahindra', 'Mstar 57Hp BSIII A', 'M_Star', 57, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(139, 'FTDRY', 'Mahindra', 'Arjun 605 DI 57 HP', 'H2', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(140, 'FTDRY', 'Mahindra', 'Y-NXT E-Governing ON', 'Small Tractors', 24, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(141, 'DBSTD', 'Mahindra', 'YUVO 575 DI SLIPTO 2WD', 'Dhruv', 45, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(142, 'BUDNI', 'John Deere', '5039C PC V3', 'NA', 39, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(143, 'FTDRY', 'Mahindra', 'M-Star 75HP-2WD', 'M_Star', 75, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(144, 'FTHLG', 'MAM', 'MAM license(Paddy variant)', 'Small Tractors', 36, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(145, 'FTHLG', 'Mahindra', 'NST REFRESH 47 HP/2WD/', 'H1', 47, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(146, 'FTDRY', 'Mahindra', 'M-Star 75HP-2WD (Normal) Rev 8', 'M_Star', 75, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(147, 'FTWET', 'Mahindra', 'Trem 4_MSTAR 55HP 4WD(Engine Dataset Rev. 7)Boost Mode', 'M_Star', 57, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(148, 'FTHLG', 'Mahindra', 'Mstar Alternate Approach', 'M_Star', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(149, 'FTDRY', 'John Deere', 'John Deere 3028', 'NA', 28, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(150, 'BUDNI', 'Kubota', 'Kubota B2741', 'NA', 27, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(151, 'FTDRY', 'Mahindra', 'M-Star 55HP-2WD (Boost) Rev A10', 'M_Star', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(152, 'FTHLG', 'Mahindra', 'Arjun 555 DI 49.9 HP HBTU + RCRPTO', 'H2', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(153, 'FTDRY', 'Mahindra', 'M-Star 60HP 4WD (Normal ) REV 8', 'M_Star', 60, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(154, 'FTDRY', 'Mahindra', 'M-Star 75HP-2WD (Boost) Rev D15T', 'M_Star', 75, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(155, 'IHTBT30', 'Mahindra', 'K2 26 HP 4WD ', 'K2', 26, NULL, 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(156, 'FTWET', 'John Deere', 'John Deere', 'NA', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(157, 'FTDRY', 'Mahindra', 'Yuvo 575 Regular - 45HP', 'Dhruv', 45, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(158, 'FTDRY', 'Mahindra', 'Yuvo 575 45 HP', 'Dhruv', 45, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(159, 'FTDRY', 'Mahindra', 'M Star 60HP Inline', 'M_Star', 57, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(160, 'FTWET', 'Mahindra', 'Yuvo STAR 49.96HP', 'Dhruv', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(161, 'FTDRY', 'Mahindra', 'Mstar-Trem-IV (Rev 9) (Normal Mode)', 'M_Star', 65, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(162, 'FTDRY', 'Mahindra', 'Dhruv INLINE 45HP', 'Dhruv', 45, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(163, 'FTDRY', 'Mahindra', 'Yuvraj NXT regular', 'Small Tractors', 24, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(164, 'FTDRY', 'Mahindra', 'NST Refresh 45HP 2WD', 'H1', 45, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(165, 'FTDRY', 'Mahindra', 'Dhruv 585 Engine on Arjun 555 tractor 49.9 hp + NCRPTO', 'Dhruv', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(166, 'FTDRY', 'Mahindra', 'M-Star 55HP-2WD (Normal) Rev A10', 'M_Star', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(167, 'FTWET', 'Mahindra', 'BSIII A_MSTAR 57HP 2WD', 'M_Star', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(168, 'FTDRY', 'Mahindra', 'MAM-Liecense', 'Small Tractors', 36, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(169, 'FTDRY', 'Mahindra', 'Dhruv 49.96hp', 'Dhruv', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(170, 'FTDRY', 'Mahindra', 'M-Star 75HP-2WD (Normal) Rev D15T', 'M_Star', 75, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(171, 'FTDRY', 'Mahindra', 'M Star Trem IV 65 HP 4 WD ( Boost ) Rev C12', 'M_Star', 68, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(172, 'FTDRY', 'Mahindra', 'Mstar-Trem-IV (Rev-8)', 'M_Star', 60, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(173, 'FTDRY', 'Mahindra', 'M Star Trem IV 65 HP 4 WD ( Normal) Rev 9', 'M_Star', 68, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(174, 'FTDRY', 'Mahindra', 'Mstar-Trem-IV(Rev-17B)', 'M_Star', 60, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(175, 'FTDRY', 'Mahindra', 'Mstar-BS-IIIA', 'M_Star', 75, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(176, 'IHTBTD', 'Mahindra', 'Dhruv 575 DI MAT 45hp', 'Dhruv', 45, NULL, 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(177, 'FTWET', 'Mahindra', 'Yuvo STAR 42HP HCE PS', 'Dhruv', 42, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(178, 'FTDRY', 'Mahindra', 'Arjun 555 49.96 HP + NCRPTO', 'H2', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(179, 'FTHLG', 'Mahindra', 'Dhruv 585 Engine on Arjun 555 tractor 49.9 hp + NCRPTO', 'Dhruv', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(180, 'FTDRY', 'Mahindra', 'M-Star 55HP-4WD TremIV Rev 7 Data (Normal)', 'M_Star', 55, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(181, 'FTDRY', 'Mahindra', 'Arjun 605 BS 3A', 'H2', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(182, 'FTHLG', 'Mahindra', 'Arjun 555 49.96 HP + NCRPTO', 'H2', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(183, 'FTHLG', 'MAM', 'MAM-CBU', 'Small Tractors', 36, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(184, 'FTHLG', 'Mahindra', 'Arjun 60HP-2WD TremIV (Normal)
Rev 8', 'H2', 60, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(185, 'PTOBEN', 'Mahindra', 'M-Star 55 Hp', 'M_Star', 55, NULL, 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(186, 'FTDRY', 'Mahindra', 'M-Star 65HP-2WD TremIV (Boost)
Rev-9', 'M_Star', 68, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(187, 'FTDRY', 'John Deere', '5050 D V7', 'NA', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(188, 'FTWET', 'John Deere', 'JD5050D', 'NA', 50, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(189, 'FTHLG', 'Mahindra', 'Mstar 60Hp Trem IV (Normal Mode) Rev 8', 'M_Star', 60, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(190, 'BUDNI', 'John Deere', '5042 D V3', 'NA', 44, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(191, 'FTHLG', 'Mahindra', 'Arjun 57HP-2WD Inline', 'H2', 57, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(192, 'FTDRY', 'Mahindra', 'M Star Trem IV 65 HP 4 WD ( Boost ) Rev 9', 'M_Star', 68, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(193, 'FTDRY', 'Mahindra', 'YuvoStar 33Hp', 'Dhruv', 33, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(194, 'FTDRY', 'Mahindra', 'M-Star 55HP-2WD (Boost) Rev 7', 'M_Star', 55, '2WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(195, 'FTDRY', 'Mahindra', 'Mstar-Trem-IV (Rev-8)', 'M_Star', 75, '4WD', 'Open station');
INSERT INTO fw_ods.tractor_info ("#", test_file_mnemonic, tractor_make, tractor_model, platform, tractor_engine_hp, wheel_drive_type, "configuration") VALUES(196, 'FTDRY', 'Mahindra', 'Yuvo star 44HP', 'Dhruv', 44, '2WD', 'Open station');
Rev 8', 60, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun Trem 4 55 HP-2WD Eco mode', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun-Trem-IV (Rev-B17)', 60, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar P2 75HP 4WD', 75, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'NOVO Non AC Add on Cabin', 57, '2WD', 'Cabin', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 65HP-2WD TremIV (Boost)
Rev-9', 68, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 55HP-2WD', 52, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', '265 DI SP Plus(NST-33hp)', 33, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv INLINE 45HP', 45, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M Star Trem IV 65 HP 4 WD ( Normal) Rev C12', 68, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV (Rev 9) (Normal Mode)', 65, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'ARJUN 555 DI', 50, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'John Deere', '5105 V2', 40, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'John Deere', '5050 D V7', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV(Rev-17B)', 60, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M Star Trem IV 65 HP 4 WD ( Boost ) Rev C12', 68, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Yuvo star 44HP/2WD', 44, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 605 DI 57 HP', 57, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M Star Trem IV 65 HP 4 WD ( Normal) Rev 9', 68, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar Trem 4 55 HP-2WD', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 60HP 4WD (Normal ) REV 8', 60, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 42hp Regular', 42, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 55HP-2WD (Boost) Rev 7', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'Mahindra', 'Y NXT 28 HP', 28, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Yuvo STAR 42HP HCE PS', 42, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Yuvo STAR 42HP HCE', 42, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-BS-IIIA', 65, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'John Deere', 'John Deere 3036EN', 36, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Trem 4_MSTAR 55HP 2WD(Engine Dataset Rev. 7) Normal Mode', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Trem 4_MSTAR 55HP 2WD(Engine Dataset Rev. 7)Boost Mode', 57, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-BS-IIIA', 55, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 585 DI 4WD', 50, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 575 4WD', 45, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 555 49.96 HP + NCRPTO', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'DHRUV 42HP', 42, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-BS-IIIA', 57, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 49.96hp', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', '265 DI MKM', 30, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV (Rev 8)- Normal mode', 57, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-BS-IIIA', 75, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar 57Hp BSIII A', 57, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun-Trem-IV (Rev- A10)', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar 8100 CAB', 95, NULL, 'Cabin', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', 'H1 275DI XP PLUS', 44, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'Mahindra', 'Yuvraj NXT regular', 24, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M Star 60HP Inline', 57, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 75HP-2WD', 75, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'John Deere', '5310 V5', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 31 hp', 31, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'Mahindra', 'Y-NXT E-Governing OFF', 24, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 65HP-2WD Inline', 65, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 75HP-4WD Inline', 75, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'MAM', 'MAM-CBU', 36, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Yuvo star 44HP', 44, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'BSIII A_MSTAR 57HP 2WD', 57, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'Kubota', 'Kubota L-3408', 34, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 75HP-2WD (Normal) Rev D15T', 75, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', '6075 4WD', 73, '4WD', 'Cabin', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Yuvo 585', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun Alternate Approach', 57, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv CRDI 45 HP', 45, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 605 Trem 4 Alternate Approach', 57, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'BSIII A_MSTAR 57HP 4WD', 57, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV (Rev 8)- Boost mode', 60, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Yuvo 575 Regular - 45HP', 45, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'YUVO 415 DI', 39, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'Mahindra', 'Yuvraj NXT 28 HP', 28, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 60HP-2WD TremIV (Boost)
Rev 8', 60, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'John Deere', '5039C PC V3', 39, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv export 55hp', 55, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 55HP-4WD TremIV Rev 7 Data (Boost)', 55, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar Alternate Approach', 57, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'YUVO 475 DI', 42, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'NOVO Add on Cabin', 57, '2WD', 'Cabin', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 55HP-2WD (Boost) Rev A10', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M Star 65HP 4WD Inline', 65, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV (Rev 8)- Boost mode', 60, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 55HP-2WD TremIV (Normal)
Rev 7', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 55HP-2WD TremIV (Boost)
Rev 7', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 60HP-2WD TremIV (Normal)
Rev 8', 60, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV (Rev-8)', 75, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Yuvo 585 DI 2WD SLIPTO', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 49.96HP P2', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV (Rev 8)- Normal mode', 57, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 555 DI HBT', 49, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar Trem 4 68 HP-4WD Eco mode', 68, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Trem 4_MSTAR 55HP 4WD(Engine Dataset Rev. 7)Boost Mode', 57, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'Mahindra', 'JIVO 365 DI P', 36, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'MAM', 'MAM license(Paddy variant)', 36, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar 655 DI', 65, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar 57 hp BSIII A', 57, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', 'NST REFRESH 47 HP/2WD/', 47, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Yuvo Star 49.3 HP', 49, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV (Rev- A10)', 55, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 31 hp', 31, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', 'NST Refresh 47HP 2WD', 47, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-BS-IIIA', 65, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 75HP-2WD (Normal) Rev 8', 75, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV (Rev-8)', 60, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 60HP 4WD (Boost) REV 17B', 60, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 55HP-4WD Inline', 55, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 75HP-2WD (Boost) Rev 8', 75, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M Star Trem IV 65 HP 4 WD ( Boost ) Rev 9', 68, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'Kubota', 'Kubota B2741', 27, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 57HP-2WD Inline', 57, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 575 DI MAT 45hp', 45, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Yuvo STAR 49.96HP', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', '415 DI RCRPTO', 39, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'Mahindra', 'MAM-Liecense', 36, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV (Rev 9) (Boost Mode)', 65, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 39hp Regular', 39, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 55HP-2WD (Normal) Rev A10', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 39hp HCE', 39, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 55HP-2WD (Normal) Rev 7', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 75HP-2WD (Boost) Rev D15T', 75, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun-BS-IIIA', 57, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'ARJUN 605 DI V2', 56, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 75HP-4WD TremIV Rev 8 (Normal)', 75, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar Trem 4 68 HP-4WD Boost mode', 68, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 555 DI 49.9 HP HBTU Non CRPTO', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 585 Engine on Arjun 555 tractor 49.9 hp + NCRPTO', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Yuvo Star 47 HP', 47, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar 60Hp Trem IV (Normal Mode) Rev 8', 60, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'John Deere', '5042 D V3', 44, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'John Deere', 'John Deere', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 555 HBTU + RCRPTO', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', '475DI NST', 42, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'PVE', 'Mahindra', '605 DI i', 57, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 55 Hp', 55, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', 'NST Refresh 45HP 2WD', 45, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'YUVO 575 DI SLIPTO 2WD', 45, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 75HP-4WD TremIV Rev 8 (Boost)', 75, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 605 BS 3A', 57, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar Trem 4 68 HP-4WD Normal mode', 68, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun Trem 4 55 HP-2WD Boost', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', 'NST REFRESH 45 HP/2WD/', 45, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Trem 4_MSTAR 55HP 4WD(Engine Dataset Rev. 7) Normal Mode', 55, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'Mahindra', 'JIVO 245 DI', 24, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun-Trem-IV (Rev- 7)', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'John Deere', '3028EN', 28, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'New Holland', '5500 TS 12+3 UG', 55, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', 'NST Refresh 44HP 2WD', 44, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', 'NST Refresh 42HP 2WD', 42, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'John Deere', 'John Deere 3028', 28, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', '475DI NST-Refresh', 44, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 555 HBTU', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'Mahindra', 'JIVO LOW PROFILE', 24, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', 'B275 DI TU RCRPTO', 39, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', '33 HP NSTR', 33, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 55HP-4WD TremIV Rev 7 Data (Normal)', 55, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'DHRUV P2', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun-Trem-IV (Rev-8)', 60, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 555 DI 49.9 HP HBTU + RCRPTO', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV (Rev 7)', 55, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-BS-IIIA', 57, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'YUVO 575 DI', 45, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'Kubota', 'Kubota L3408', 34, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'DHRUV P2 49.96HP', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Yuvo 575', 45, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 42hp HCE', 42, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 60HP 4WD (Normal) REV 17B', 60, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'NA', 'John Deere', 'JD5050D', 50, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Yuvo Star', 47, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'MAM', 'MAM CBU', 36, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', '265 XP Plus', 33, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun BS3A_57HP', 57, '2WD', 'Open station', 'postgres', '2021-08-17 15:59:36.816', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv - 45Hp (TouroTransmission)', 45, '2WD', 'Open station', 'postgres', '2021-08-17 11:05:50.997', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 42 Hp (2WD)', 42, '2WD', 'Open station', 'postgres', '2021-08-17 15:58:04.678', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M-Star', 'Mahindra', 'M-Star 55 Hp Trem IV', 55, '2WD', 'Open station', 'postgres', '2021-08-17 15:55:41.229', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun Trem IV_55HP(Engine Dataset -A10) Normal Mode', 55, '2WD', 'Open station', 'postgres', '2021-08-17 16:01:31.585', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M Star P-II 75HP 2WD', 75, '2WD', 'Open station', 'postgres', '2021-08-17 16:02:25.785', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun Trem IV_60HP(Engine Dataset -B17) Boost Mode', 60, '2WD', 'Open station', 'postgres', '2021-08-17 16:03:22.577', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'K2', 'Mahindra', 'K2- 4WD HST ', 26, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M Star Trem IV 71Hp', 71, '2WD', 'Open station', 'postgres', '2021-08-17 16:05:38.044', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 65HP-2WD TremIV (Normal)Rev-9', 65, '2WD', 'Open station', 'postgres', '2021-08-17 16:06:20.698', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 42 HP Power Steering', 42, '2WD', 'Open station', 'postgres', '2021-08-17 16:04:57.471', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 55HP-2WD TremIV (Normal)Rev 7', 55, '2WD', 'Open station', 'postgres', '2021-08-17 16:07:48.692', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_star', 'Mahindra', 'M-Star 60HP 4WD (Boost)REV 17B', 60, '4WD', 'Open station', 'postgres', '2021-08-17 16:08:31.978', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun Trem IV_55HP(Engine Dataset -A10)Boost Mode', 55, '2WD', 'Open station', 'postgres', '2021-08-17 16:09:21.670', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 60HP-2WD TremIV (Boost)Rev 8', 60, '2WD', 'Open station', 'postgres', '2021-08-17 16:09:57.303', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun Trem IV_60HP(Engine Dataset -B17) Normal Mode', 60, '2WD', 'Open station', 'postgres', '2021-08-17 16:11:00.778', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 60HP 4WD (Normal)REV 17B', 60, '4WD', 'Open station', 'postgres', '2021-08-17 16:12:31.558', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar 60Hp Trem IV (Boost mode)Rev 8', 60, '2WD', 'Open station', 'postgres', '2021-08-17 16:13:28.532', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M Star 65 hp PII 4WD', 65, '4WD', 'Open station', 'postgres', '2021-08-17 16:18:49.044', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 68 HP Trem-IV 4WD', 68, '4WD', 'Open station', 'postgres', '2021-08-17 16:29:08.077', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 60HP-2WD TremIV (Normal)Rev 8', 60, '2WD', 'Open station', 'postgres', '2021-08-17 16:29:42.949', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'M-Star 65HP-2WD TremIV (Boost)Rev-9', 65, '2WD', 'Open station', 'postgres', '2021-08-17 16:30:32.125', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 42 Hp', 42, '2WD', 'Open station', 'postgres', '2021-08-17 16:34:32.179', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 45hp ELS', 45, '2WD', 'Open station', 'postgres', '2021-08-17 16:34:32.208', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 39HP', 39, '2WD', 'Open station', 'postgres', '2021-08-17 16:34:32.235', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv CRDI 45 HP', 45, '2WD', 'Open station', 'postgres', '2021-08-17 16:34:32.322', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H2', 'Mahindra', 'Arjun 55HP-2WD TremIV (Boost)Rev 7', 55, '2WD', 'Open station', 'postgres', '2021-08-17 16:34:32.348', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 45 Hp ELS', 45, '2WD', 'Open station', 'postgres', '2021-08-17 16:35:27.592', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 39 hp Domestic', 39, '2WD', 'Open station', 'postgres', '2021-08-17 16:35:27.773', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 39 hp Ecoline', 39, '2WD', 'Open station', 'postgres', '2021-08-17 16:35:27.953', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 45 hp ELS', 45, '2WD', 'Open station', 'postgres', '2021-08-17 16:35:27.953', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv Ecoline 31 Hp-PS', 31, '2WD', 'Open station', 'postgres', '2021-08-17 16:35:27.953', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 42hp', 42, '2WD', 'Open station', 'postgres', '2021-08-17 16:35:27.953', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 35 hp', 35, '2WD', 'Open station', 'postgres', '2021-08-17 16:35:27.953', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'YuvoStar 39hp HCE', 39, '2WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar-Trem-IV (Rev 9) ( Boost Mode)', 65, '2WD', 'Open station', 'postgres', '2021-08-17 16:34:32.153', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'K2', 'Mahindra', 'K2 26 HP 4WD ', 26, '4WD', 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'K2', 'Mahindra', 'K2', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'MAM', 'MAM license (Paddy variant)', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar 8100', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv P2', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 5055', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv 5055', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'DHRUV YUVO STAR', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'Mahindra', 'JIVO', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'Mahindra', 'JIVO 305 DI', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'Mstar', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'NOVO 605 DI', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'M_Star', 'Mahindra', 'NOVO 655 DI', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'Mahindra', 'JIVO245 DI', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Dhruv Export', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'YUVO 585 DI', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'YUVO STAR', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'YUVO 585 DI', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Dhruv', 'Mahindra', 'Yuvo star', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'Mahindra', 'JIVO 255 DI', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'Small Tractors', 'Mahindra', 'YNXT', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', 'H1 475DI XP PLUS', NULL, NULL, 'Open station', 'postgres', '2021-08-11 10:29:56.860', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, 'H1', 'Mahindra', '33hp NSTR', 33, '2WD', 'Open station', 'postgres', '2021-08-17 17:20:57.903', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, NULL, NULL, '265DI MKM', NULL, NULL, 'Open station', 'postgres', '2021-08-17 17:20:57.903', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, NULL, NULL, '265 DI', NULL, NULL, 'Open station', 'postgres', '2021-08-17 17:20:57.903', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, NULL, NULL, '275 DI', NULL, NULL, 'Open station', 'postgres', '2021-08-17 17:20:57.903', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, NULL, NULL, '7580 2WD', NULL, '2WD', 'Open station', 'postgres', '2021-08-17 17:20:57.903', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, NULL, NULL, '585 DI', NULL, NULL, 'Open station', 'postgres', '2021-08-17 17:20:57.903', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, NULL, NULL, '555 DI Trem IV(Gen-1)', NULL, NULL, 'Open station', 'postgres', '2021-08-17 17:20:57.903', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, NULL, NULL, '575 DI', NULL, NULL, 'Open station', 'postgres', '2021-08-17 17:20:57.903', NULL, NULL);
INSERT INTO fw_ods.fw_ods_tractor_model_info (client_id, function_id, platform, tractor_make, tractor_model, tractor_engine_hp, wheel_drive_type, "configuration", created_by, create_timestamp, updated_by, update_timestamp) VALUES(20, 1, NULL, NULL, '265DI XP Plus', NULL, NULL, 'Open station', 'postgres', '2021-08-17 17:20:57.903', NULL, NULL);

View File

@@ -1,14 +1,15 @@
drop function if exists fw_core.fn_jobctl_block_begin;
CREATE OR REPLACE FUNCTION fw_core.fn_jobctl_block_begin(p_client_id int,p_function_id int,p_file_syspk int,p_block_table_name text,p_file_mnemonic text,p_file_sheet_mnemonic text,p_block_seq int)
RETURNS void AS $$
begin
/*************************
select staging2.fn_jobctrl_block_begin(1,2,255,'block1','file','sheet',1)
***********************/
execute 'insert into fw_core.fw_jobctl_file_sheet_block_run_schedule
(client_id,function_id,file_syspk,block_table_name,file_mnemonic,file_sheet_mnemonic,begin_status,block_table_load_seq,start_time)
select '||p_client_id||', '||p_function_id||', '''||p_file_syspk||''','''||p_block_table_name||''','''||p_file_mnemonic||''','''||p_file_sheet_mnemonic||''',1,'||p_block_seq||',current_timestamp';
end
$$ LANGUAGE plpgsql;
drop function if exists fw_core.fn_jobctl_block_begin;
CREATE OR REPLACE FUNCTION fw_core.fn_jobctl_block_begin(p_client_id int,p_function_id int,p_file_syspk int,p_block_table_name text,p_file_mnemonic text,p_file_sheet_mnemonic text,p_block_seq int)
RETURNS void AS $$
begin
/*************************
select staging2.fn_jobctrl_block_begin(1,2,255,'block1','file','sheet',1)
***********************/
execute 'insert into fw_core.fw_jobctl_file_sheet_block_run_schedule
(client_id,function_id,file_syspk,block_table_name,file_mnemonic,file_sheet_mnemonic,begin_status,block_table_load_seq,start_time)
select '||p_client_id||', '||p_function_id||', '''||p_file_syspk||''','''||p_block_table_name||''','''||p_file_mnemonic||''','''||p_file_sheet_mnemonic||''',''success'','||p_block_seq||',current_timestamp';
end
$$ LANGUAGE plpgsql;

View File

@@ -7,7 +7,7 @@ begin
select staging2.fn_jobctrl_block_end(255,'block1')
*********************************/
execute 'update fw_core.fw_jobctl_file_sheet_block_run_schedule set end_status=1 , end_time=now(), end_status_note=''completed''
execute 'update fw_core.fw_jobctl_file_sheet_block_run_schedule set end_status=''success'' , end_time=now(), end_status_note=''completed''
where file_syspk='''||p_file_syspk||'''and block_table_name='''||p_block_table_name||'''';
end

View File

@@ -23,11 +23,12 @@ CREATE OR REPLACE FUNCTION fw_core.fn_run_post_generic_validation(p_client_id in
if trx_record_count > 0 then
update fw_core.fw_jobctl_file_runschedule set end_status_note ='generic_validation_failed', end_status='error', staging_type = 'stg1',end_time = now() where file_syspk = f.file_syspk;
update fw_core.fw_jobctl_file_sheet_runschedule set end_status_note = 'file_syspk exists', end_status='error', staging_type = 'stg1',end_time = now() where file_syspk = f.file_syspk;
end if;
else
update fw_core.fw_jobctl_file_runschedule set end_status_note ='generic_validation_completed', end_status='success', staging_type = 'stg1',end_time = now() where file_syspk = f.file_syspk;
update fw_core.fw_jobctl_file_sheet_runschedule set end_status_note = 'generic_validation_completed', end_status='success', staging_type = 'stg1',end_time = now() where file_syspk = f.file_syspk and file_sheet_mnemonic is not null;
end if;
end loop;
SELECT SUM (case WHEN end_status = 'success' THEN 1
@@ -46,9 +47,11 @@ else
-- validate sheet names for a given file:
for f in select distinct file_syspk,file_mnemonic from fw_core.fw_jobctl_file_sheet_runschedule
where file_sheet_mnemonic is not null
and end_status != 'error' and end_status_note = 'generic_validation_completed' and latest_runschedule_flag = '1'
for f in select distinct file_syspk,file_mnemonic from fw_core.fw_jobctl_file_runschedule
where
end_status != 'error' and
end_status_note = 'generic_validation_completed' and
latest_runschedule_flag = '1'
loop
@@ -95,6 +98,7 @@ end if;
for f in select distinct file_syspk,file_mnemonic,file_sheet_mnemonic
from fw_core.fw_jobctl_file_sheet_runschedule where file_sheet_mnemonic !=''
and end_status != 'error' and end_status_note = 'generic_validation_completed'
and latest_runschedule_flag = '1'
order by file_syspk
loop
select case

View File

@@ -7,7 +7,8 @@ CREATE OR REPLACE FUNCTION fw_core.fn_run_trx_rollback(p_client_id int,p_functio
for f in select file_syspk,file_mnemonic
from fw_core.fw_jobctl_file_runschedule where latest_runschedule_flag = '1' and end_status = 'error'
and end_status_note in ('stg2_failed','TRX_failed')
and end_status_note in ('stg2_failed','TRX_failed','ODS_failed','trx_post_validation_failed')
order by file_syspk
loop
if f.file_mnemonic = 'FTDRY' then
@@ -162,9 +163,16 @@ CREATE OR REPLACE FUNCTION fw_core.fn_run_trx_rollback(p_client_id int,p_functio
delete from transactional.iht_steering_effort_raw_data where file_syspk = f.file_syspk;
delete from transactional.iht_hot_air_mapping_results where file_syspk = f.file_syspk;
end if;
delete from fw_ods.fw_ods where test_file_id =f.file_syspk;
delete from fw_ods.fw_ods_comments where test_file_id = f.file_syspk;
delete from fw_ods.fw_ods_detailed where test_file_id =f.file_syspk;
delete from fw_ods.fw_ods_drawbar_performance where test_file_id = f.file_syspk;
delete from fw_ods.fw_ods_observations where test_file_id = f.file_syspk;
end loop;
update fw_core.fw_jobctl_runschedule_jobstep set end_status_note = 'rollback completed', end_status='success', end_time=now() where job_id = p_job_id and step_id = p_step_id and latest_runschedule_flag = '1';
end;
$$ LANGUAGE plpgsql;
$$ LANGUAGE plpgsql;

153
onetime/commonfunctions/fn_run_updates.sql Normal file → Executable file
View File

@@ -1,42 +1,173 @@
drop function if exists transactional.fn_run_updates;
CREATE OR REPLACE FUNCTION transactional.fn_run_updates(p_client_id int,p_function_id int)
CREATE OR REPLACE FUNCTION transactional.fn_run_updates(p_client_id int,p_function_id int,p_file_mnemonic text,p_file_sheet_mnemonic text,p_file_syspk int)
RETURNS void AS $$
declare
__file_syspk int := p_file_syspk;
begin
-- Update location at test_insstance table:
update transactional.test_instance
set test_location_name = 'BUDNI'
where file_mnemonic = 'BUDNI' ;
where file_mnemonic = 'BUDNI'
and file_syspk = p_file_syspk;
update transactional.test_instance
set test_location_name = 'MRV Test Track'
where file_mnemonic in ('DBSTD', 'DBOECD');
set test_location_name = 'MRV FD Test Track'
where file_mnemonic in ('DBSTD', 'DBOECD')
and file_syspk = p_file_syspk;
update transactional.test_instance
set test_location_name = 'MRV Test Track'
where file_mnemonic like 'IHT%';
set test_location_name = 'MRV FD Test Track'
where file_mnemonic like 'IHT%'
and file_syspk = p_file_syspk;
update transactional.test_instance
set test_location_name = 'MRV'
where file_mnemonic like 'PTO%';
set test_location_name = 'PTO Lab'
where file_mnemonic like 'PTO%'
and file_syspk = p_file_syspk;
update transactional.test_instance
set season = TO_CHAR(
TO_DATE (extract( month from date_of_test)::text, 'MM'), 'Month'
)
where season is null
and file_mnemonic in ('FTDRY','FTWET');
and file_mnemonic in ('FTDRY','FTWET')
and file_syspk = p_file_syspk;
update transactional.test_instance
set date_of_test = test_report_date
where date_of_test is null
and file_mnemonic like 'IHT%';
and file_mnemonic like 'IHT%'
and file_syspk = p_file_syspk;
update transactional.test_instance
set date_of_test = test_end_date
where date_of_test is null
and file_mnemonic like 'IHT%';
and file_mnemonic like 'IHT%'
and file_syspk = p_file_syspk;
update transactional.test_instance_images a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_tractor_info a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_engine_info a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_implement_info a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_trailer_info a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_gear_speed_chart a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_equipment_info a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.field_perf_summary_trailer_info a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.drawbar_perf_results_summary a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.drawbar_perf_oecd_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.drawbar_perf_observations a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.pto_perf_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.pto_key_perf_parameters a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.pto_smoke_test a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.pto_engine_oil_consumption a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.pto_multipoint_mapping a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.pto_perf_governing_graph a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_pto_perf_results_details a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_drawbar_perf_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_hydraulic_power_test_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_hydraulic_lifting_capacity_test_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_hydraulic_maint_of_lift_load_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_brake_perf_service_brake_test_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_brake_perf_parking_brake_test_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_noise_atmospheric_conditions a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_noise_measurement_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_vibration_measurement a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_centre_of_gravity_location a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_haulage_perf_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_air_cleaner_perf_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_test_observations a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_cgm_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_steering_effort a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_steering_effort_raw_data a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_pedal_effort a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_gear_effort a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_brake_pedal_effort a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_hyd_lift_sensitivity a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_speed_lead_lag_measurement a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_gear_max_speed a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_brake_perf_test_condition a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_brake_perf_test_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_hot_air_mapping_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_noise_measurement_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_noise_measurement_test a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_tyre_info a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.field_perf_summary_tractor_info a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_pto_perf_results_summary a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.budni_field_perf_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_cgm_lifting_angle_load_details a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.iht_clutch_pedal_effort a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_tractor_info_misc a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_wheels_info a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_fuel_lubricant_info a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_measurement_uncertainty a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_atmospheric_info a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_drawbar_info a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_weight_reaction a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.field_perf_summary a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.field_perf_summary_implement_info a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.drawbar_perf_results a set test_instance_id= b.syspk from transactional.test_instance b where a.file_syspk=b.file_syspk and a.file_mnemonic =b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = p_file_syspk;
update transactional.test_instance_engine_info a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.test_instance_gear_speed_chart a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.test_instance_equipment_info a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.drawbar_perf_results_summary a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.drawbar_perf_oecd_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.drawbar_perf_observations a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.pto_perf_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.pto_key_perf_parameters a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.pto_smoke_test a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.pto_engine_oil_consumption a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.pto_multipoint_mapping a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.pto_perf_governing_graph a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_pto_perf_results_details a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_drawbar_perf_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_hydraulic_power_test_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_hydraulic_lifting_capacity_test_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_hydraulic_maint_of_lift_load_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_brake_perf_service_brake_test_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_brake_perf_parking_brake_test_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_noise_atmospheric_conditions a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_noise_measurement_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_vibration_measurement a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_centre_of_gravity_location a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_haulage_perf_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_air_cleaner_perf_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_test_observations a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_cgm_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_steering_effort a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_steering_effort_raw_data a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_pedal_effort a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_gear_effort a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_brake_pedal_effort a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_hyd_lift_sensitivity a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_speed_lead_lag_measurement a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_gear_max_speed a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_brake_perf_test_condition a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_brake_perf_test_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_hot_air_mapping_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_noise_measurement_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_noise_measurement_test a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.test_instance_tyre_info a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.field_perf_summary_tractor_info a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_pto_perf_results_summary a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.budni_field_perf_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_cgm_lifting_angle_load_details a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.iht_clutch_pedal_effort a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.test_instance_tractor_info_misc a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.test_instance_wheels_info a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.test_instance_fuel_lubricant_info a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.test_instance_measurement_uncertainty a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.test_instance_atmospheric_info a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.test_instance_drawbar_info a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.test_instance_weight_reaction a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.field_perf_summary a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;
update transactional.drawbar_perf_results a set test_instance_tractor_id = b.syspk from transactional.test_instance_tractor_info b where a.file_syspk = b.file_syspk and a.file_mnemonic = b.file_mnemonic and a.file_sheet_mnemonic = b.file_sheet_mnemonic and a.file_syspk = __file_syspk;