-- Test data script for Cohort Explorer v1.0 prompt Load Cohort Explorer v1.0 Sample Test Data into HDWF prompt Created on Friday, July 08, 2011 set feedback off set define off /* WARNING: This script does not delete data from the target tables. If you want to reload or perform a fresh load of the data, run the associated delete script. WARNING: After running the script, issue the COMMIT command explicitly if you want to commit INSERT DML statements. */ prompt Loading HDM_CD_SYS... insert into HDM_CD_SYS (sys_id, sys_cd, sys_nm, sys_desc, sys_version, cd_sys_eff_dt, cd_sys_expry_dt, src, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (10, 'EHA_CORE', 'EHA Core', 'EHA Core', 'V1', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), null, 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'EHA_CORE', '0', 'N', 0, null); prompt 1 records loaded prompt Loading HDM_CD_REPOSITORY... insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (91, 'D002', 'Pneumonia organism unspecified', 'Pneumonia organism unspecified Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CODE~D002', 'C008', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (92, 'C009', 'Neoplasms', 'Neoplasms Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C009', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (93, 'C010', 'Malignant Neoplasm Of Lip, Oral Cavity, And Pharynx', 'Malignant Neoplasm Of Lip, Oral Cavity, And Pharynx Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C010', 'C009', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (94, 'C011', 'Malignant Neoplasm Of Bone, Connective Tissue, Skin, And Breast', 'Malignant Neoplasm Of Bone, Connective Tissue, Skin, And Breast Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C011', 'C010', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (95, 'C012', 'Malignant neoplasm of bone and articular cartilage', 'Malignant neoplasm of bone and articular cartilage Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C012', 'C011', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (96, 'D003', 'Malignant neoplasm of bone and articular cartilage site unspecified', 'Malignant neoplasm of bone and articular cartilage site unspecified Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CODE~D003', 'C012', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (97, 'C014', 'Neuroendocrine Tumors', 'Neuroendocrine Tumors Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C014', 'C009', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (98, 'C015', 'Benign Neoplasms', 'Benign Neoplasms Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C015', 'C014', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (99, 'C016', 'Benign neoplasm of skin', 'Benign neoplasm of skin Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C016', 'C015', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (100, 'D004', 'Benign neoplasm of skin of lip', 'Benign neoplasm of skin of lip Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CODE~D004', 'C016', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (101, 'C017', 'Other Diseases Of Respiratory System', 'Other Diseases Of Respiratory System Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C017', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (102, 'C018', 'Acute Respiratory Infections', 'Acute Respiratory Infections Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C018', 'C017', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (103, 'C019', 'Pneumonia And Influenza', 'Pneumonia And Influenza Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C019', 'C018', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (104, 'C020', 'Viral Pneumonia', 'Viral Pneumonia Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C020', 'C019', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (105, 'D005', 'Viral pneumonia unspecified', 'Viral pneumonia unspecified Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CODE~D005', 'C020', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (106, 'CA', 'Active', 'Active Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_STATUS_CODE~CA', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (107, 'CAN', 'Not Active', 'Not Active Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_STATUS_CODE~CAN', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (108, 'CPW', 'Patient Withdrew', 'Patient Withdrew Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_STATUS_CODE~CPW', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (109, 'CST', 'Study Terminated', 'Study Terminated Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_STATUS_CODE~CST', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (110, 'BC', 'Blood Consent', 'Blood Consent Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_TYPE~BC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (111, 'STC', 'Study Consent', 'Study Consent Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_TYPE~STC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (112, 'PC', 'Procedure Consent', 'Procedure Consent Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_TYPE~PC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (113, 'SC', 'Specimen Consent', 'Speciment Consent Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_TYPE~SC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (114, 'SPC', 'Surgical Consent', 'Surgical Consent Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_TYPE~SPC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (115, 'CN', 'Canada', 'Canada Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTRY_CODE~CN', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (116, 'GM', 'Guatemala', 'Guatemala Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTRY_CODE~GM', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (117, 'MX', 'Mexico', 'Mexico Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTRY_CODE~MX', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (118, 'US', 'United States', 'United States Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTRY_CODE~US', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (119, 'DA', 'Dade', 'Dade County', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTY_CODE~DA', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (120, 'PB', 'Palm Beach', 'Palm Beach County', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTY_CODE~PB', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (121, 'BR', 'Broward', 'Broward County', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTY_CODE~BR', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (122, 'OG', 'Orange', 'Orange County', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTY_CODE~OG', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (123, 'A', 'Active', 'Active Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_STATUS_CODE~A', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (124, 'NA', 'Not Active', 'Not Active Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_STATUS_CODE~NA', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (125, 'R', 'Recurring', 'Recurring Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_STATUS_CODE~R', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (126, 'AUS', 'Abdominal Ultrasound', 'Abdominal Ultrasound Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~AUS', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (127, 'AXRAY', 'Anterior Chest Radiograph', 'Anterior Chest Radiograph Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~AXRAY', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (128, 'CCT', 'Chest Computed Tomography', 'Chest Computed Tomography Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~CCT', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (129, 'HCT', 'Hematocrit', 'Hematocrit Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~HCT', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (130, 'PXRAY', 'Posterior Chest Radiograph', 'Posterior Chest Radiograph Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~PXRAY', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (131, 'MRI', 'Magnetic Resonance Imaging', 'Magnetic Resonance Imaging Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~MRI', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (132, 'BEN', 'Barium Enema', 'Barium Enema Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~BEN', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (133, 'GSN', 'Gallium Scan', 'Gallium Scan Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~GSN', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (134, 'CPY', 'Colonoscopy', 'Colonoscopy Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~CPY', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (135, 'PK', 'Pack', 'Pack Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~PK', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (136, 'IJ', 'Injection', 'Injection Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~IJ', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (137, 'PF', 'Puff', 'Puff Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~PF', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (138, 'MG', 'Miligram', 'Miligram Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~MG', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (139, 'ML', 'Mililiter', 'Mililiter Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~ML', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (140, 'GM', 'Gram', 'Gram Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~GM', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (141, 'EW', 'White', 'White Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ETHNICITY_CODE~EW', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (142, 'EI', 'American Indian/Alaska Native', 'American Indian/Alaska Native Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ETHNICITY_CODE~EI', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (143, 'ES', 'Spanish/Hispanic/Latin', 'Spanish/Hispanic/Latin Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ETHNICITY_CODE~ES', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (144, 'EH', 'Hawaiian/Pacific Islander', 'Hawaiian/Pacific Islander Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ETHNICITY_CODE~EH', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (145, 'EB', 'African American', 'African American Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ETHNICITY_CODE~EB', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (146, 'FHR', 'Hour', 'Hour Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'FREQUENCY_UOM_CODE~FHR', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (147, 'FDY', 'Day', 'Day Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'FREQUENCY_UOM_CODE~FDY', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (148, 'FWK', 'Week', 'Week Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'FREQUENCY_UOM_CODE~FWK', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (149, 'FMOS', 'Month', 'Month Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'FREQUENCY_UOM_CODE~FMOS', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (150, 'F', 'Female', 'Female Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'GENDER_CODE~F', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (151, 'M', 'Male', 'Male Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'GENDER_CODE~M', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (152, 'RESULTING', 'Resulting', 'Resulting Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_OBSERVATION_RELATIONSHIP_TYPE~RESULTING', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (153, 'INIORDER', 'Initiating Order', 'Initiating Order Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_ORDER_RELATIONSHIP_TYPE~INIORDER', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (154, 'D', 'Divorced', 'Divorced Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MARITAL_STATUS_CODE~D', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (155, 'MD', 'Married', 'Married Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MARITAL_STATUS_CODE~MD', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (156, 'S', 'Single', 'Single Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MARITAL_STATUS_CODE~S', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (157, 'SP', 'Separated', 'Separated Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MARITAL_STATUS_CODE~SP', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (158, 'IS001', 'Heparin', 'Heparin Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (159, 'IS002', 'Neulasta', 'Neulasta Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS002', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (160, 'IS003', 'Cisplatin', 'Cisplatin Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS003', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (161, 'IS004', 'Aspirin', 'Aspirin Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS004', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (162, 'IS005', 'Versed', 'Versed Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS005', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (163, 'IS006', 'Valium', 'Valium Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS006', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (164, 'IS007', 'Propofol', 'Propofol Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS007', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (165, 'IS008', 'Ancef', 'Ancef Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS008', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (166, 'OV001', 'Significant Abdominal Air Fluid Level', 'Significant Abdominal Air Fluid Level Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~OV001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (167, 'OV002', 'Left Lower Lobe Pneumonia', 'Left Lower Lobe Pneumonia Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~OV002', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (168, 'OV003', 'Substernal Chest Mass', 'Substernal Chest Mass Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~OV003', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (169, 'OV004', 'Right Lower Lobe Pneumonia', 'Right Lower Lobe Pneumonia Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~OV004', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (170, 'OV005', 'Inflammatory Bowel Disease', 'Inflammatory Bowel Disease Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~OV005', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (171, 'OV006', 'Brain Abcess', 'Brain Abcess Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~OV006', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (172, 'OV007', 'No Metastases Found', 'No Metastases Found Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~OV007', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (173, 'G_DL', 'g/dL', 'Grams per Deciliter Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_UOM_CODE~G_DL', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (174, 'IU_L', 'IU/L', 'International Units per Liter Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_UOM_CODE~IU_L', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (175, 'MG_DL', 'mg/dL', 'Milligram per Deciliter Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_UOM_CODE~MG_DL', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (176, '%', 'Percentage (%)', 'Percentage Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_UOM_CODE~%', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (177, 'MEQ_L', 'mEq/L', 'Milliequivalents per Liter Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_UOM_CODE~MEQ_L', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (178, 'PH001', 'Alcohol History', 'Alcohol Use History Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (179, 'PH002', 'Smoking History', 'Smoking History Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH002', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (180, 'PH003', 'Marijuana History', 'Marijuana History Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH003', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (181, 'PH004', 'Cocaine History', 'Cocaine History Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH004', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (182, 'PH005', 'Heroine History', 'Heroine History Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH005', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (183, 'PH006', 'Breast Feeding History', 'Breast Feeding History Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH006', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (184, 'PH007', 'Blood Transfusion History', 'Blood Transfusion History Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH007', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (185, 'PH008', 'Diet History', 'Diet History Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH008', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (186, 'P001', 'Chemo Therapy', 'Chemo Therapy Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROCEDURE_CODE~P001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (187, 'P002', 'Radiation Therapy', 'Radition Therapy Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROCEDURE_CODE~P002', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (188, 'P003', 'Brain Tumor Resection', 'Brain Tumor Resection Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROCEDURE_CODE~P003', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (189, 'P004', 'Central Line Placement', 'Central Line Placement Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROCEDURE_CODE~P004', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (190, 'P005', 'Stem Cell Transplant', 'Stem Cell Transplant Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROCEDURE_CODE~P005', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (191, 'RC', 'Caucasion (non-hispanic)', 'Alcohol Use History Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RACE_CODE~RC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (192, 'RB', 'Black or African American', 'Smoking History Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RACE_CODE~RB', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (193, 'RN', 'Native American', 'Illegal Drug Use History Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RACE_CODE~RN', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (208, 'SL', 'Liter', 'Liter Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_QUANTITY_UOM_CODE~SL', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (209, 'SML', 'Milliter', 'Milliter Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_QUANTITY_UOM_CODE~SML', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (210, 'SGM', 'Gram', 'Gram Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_QUANTITY_UOM_CODE~SGM', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (211, 'SMG', 'Milligram', 'Milligram Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_QUANTITY_UOM_CODE~SMG', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (212, 'B', 'Blood', 'Blood Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_TYPE_CODE~B', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (213, 'FC', 'Fecal', 'Fecal Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_TYPE_CODE~FC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (214, 'T', 'Tissue', 'Tissue Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_TYPE_CODE~T', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (215, 'U', 'Urine', 'Urine Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_TYPE_CODE~U', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (216, 'IV', 'Intravascular Fluid', 'Intravascular Fluid Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_TYPE_CODE~IV', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (217, 'AK', 'Alaska', 'Alaska Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'STATE_CODE~AK', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (218, 'AZ', 'Arizona', 'Arizona Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'STATE_CODE~AZ', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (219, 'CA', 'California', 'California Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'STATE_CODE~CA', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (220, 'NM', 'New Mexico', 'New Mexico Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'STATE_CODE~NM', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (221, 'A', 'Active', 'Active Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_STATUS_CODE~A', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (222, 'NA', 'Not Active', 'Not Active Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_STATUS_CODE~NA', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (223, 'HOME', 'Home', 'Home Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_TYPE~HOME', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (224, 'WORK', 'Work', 'Work Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_TYPE~WORK', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (225, 'OTHER', 'Other', 'Other Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_TYPE~OTHER', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (194, 'RA', 'Asian', 'Prescription Drug Use History Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RACE_CODE~RA', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (195, 'RH', 'Caucasion (hispanic origin)', 'Smokeless Tobacco History Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RACE_CODE~RH', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (196, 'PRE_INTERVENTION_MEDICATION', 'Pre Intervention Medication', 'Pre Intervention Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE~PRE_INTERVENTION_MEDICATION', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (197, 'INTRA_INTERVENTION_MEDICATION', 'Intra Intervention Medication', 'Intra Intervention Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE~INTRA_INTERVENTION_MEDICATION', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (198, 'POST_INTERVENTION_MEDICATION', 'Post Intervention Medication', 'Post Intervention Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE~POST_INTERVENTION_MEDICATION', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (199, 'PRE_INTERVENTION_DIAGNOSTIC_TEST', 'Pre Intervention Diagnostic Test', 'Pre Intervention Diagnostic Test Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE~PRE_INTERVENTION_DIAGNOSTIC_TEST', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (200, 'INTRA_INTERVENTION_DIAGNOSTIC_TEST', 'Post Intervention Diagnostic Test', 'Post Intervention Diagnostic Test Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE~INTRA_INTERVENTION_DIAGNOSTIC_TEST', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (201, 'POST_INTERVENTION_DIAGNOSTIC_TEST', 'Intra Intervention Diagnostic Test', 'Intra Intervention Diagnostic Test Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE~POST_INTERVENTION_DIAGNOSTIC_TEST', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (202, 'SC001', 'Once a Week', 'Once a Week Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE~SC001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (203, 'SC002', 'Twice a Week', 'Twice a Week Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE~SC002', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (204, 'SC003', 'Three Times a Week', 'Three Times a Week Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE~SC003', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (205, 'SC004', 'Four Times a Week', 'Four Times a Week Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE~SC004', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (206, 'SC005', 'Five Times a Week', 'Five Times a Week Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE~SC005', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (207, 'SC006', 'As Needed', 'As Needed Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE~SC006', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (42, 'DIAGNOSIS', 'Diagnosis', 'Diagnosis', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONCERN_SUBTYPE~DIAGNOSIS', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (43, 'INTERVENTION_GENERIC', 'Generic Intervention', 'Generic Intervention', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_SUBTYPE~INTERVENTION_GENERIC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (44, 'SUBSTANCE_ADMINISTRATION', 'Substance Administration', 'Substance Administration', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_SUBTYPE~SUBSTANCE_ADMINISTRATION', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (45, 'OBSERVATION_GENERIC', 'Generic Observation', 'Generic Observation', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_SUBTYPE~OBSERVATION_GENERIC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (46, 'IND', 'Individual', 'Individual', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PARTY_SUBTYPE~IND', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (47, 'SUBSTANCE_HISTORY', 'Substance History', 'Substance History', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_SUBTYPE~SUBSTANCE_HISTORY', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (48, 'SPECIMEN_GENERIC', 'Generic Specimen', 'Generic Specimen', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_SUBTYPE~SPECIMEN_GENERIC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (49, 'HGB', 'Hemoglobin', 'Hemoglobin Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~HGB', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (0, '$NA$', 'Not Applicable', 'Not Applicable', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'EHA_CORE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (1, '$NAV$', 'Not Available', 'Not Available', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'EHA_CORE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (52, 'AHR', 'Hour', 'Hour Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'AGE_AT_FIRST_ONSET_UOM_CODE~AHR', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (53, 'RDY', 'Day', 'Day Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'AGE_AT_FIRST_ONSET_UOM_CODE~RDY', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (54, 'DK', 'Drink', 'Drink Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~DK', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (55, 'AWK', 'Week', 'Week Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'AGE_AT_FIRST_ONSET_UOM_CODE~AWK', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (56, 'AMOS', 'Month', 'Month Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'AGE_AT_FIRST_ONSET_UOM_CODE~AMOS', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (57, 'AYR', 'Year', 'Year Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'AGE_AT_FIRST_ONSET_UOM_CODE~AYR', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (58, 'A001', 'Right Anterior Lung Lobe', 'Right Anterior Lung Lobe Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A001', 'C021', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (59, 'A002', 'Right Posterior Lung Lobe', 'Right Posterior Lung Lobe Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A002', 'C021', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (60, 'A003', 'Left Anterior Lung Lobe', 'Left Anterior Lung Lobe Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A003', 'C021', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (61, 'A004', 'Left Posterior Lung Lobe', 'Left Posterior Lung Lobe Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A004', 'C021', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (62, 'A005', 'Rectum', 'Rectum Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A005', 'C023', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (63, 'A006', 'Right Temporal Lobe', 'Right Temporal Lobe Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A006', 'C025', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (64, 'A007', 'Right Antecubital Vein', 'Right Antecubital Vein Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A007', 'C031', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (65, 'A008', 'Urinary Bladder', 'Urinary Bladder Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A008', 'C033', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (66, 'A009', 'Lower Right Quadrant Abdomen', 'Lower Right Quadrant Abdomen Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A009', 'C035', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (67, 'C021', 'Lung', 'Lung Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C021', 'C022', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (68, 'C022', 'Resporatory System', 'Resporatory System Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C022', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (69, 'C023', 'Lower Gastrointestinal Tract', 'Lower Gastrointestinal Tract Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C023', 'C024', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (70, 'C024', 'Digestive System', 'Digestive System Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C024', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (71, 'C025', 'Temporal Lobe', 'Temporal Lobe Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C025', 'C026', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (72, 'C026', 'Cerebral Cortex', 'Cerebral Cortex Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C026', 'C027', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (73, 'C027', 'Cerebrum', 'Cerebrum Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C027', 'C028', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (74, 'C028', 'Brain', 'Brain Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C028', 'C029', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (75, 'C029', 'Central Nervous System', 'Central Nervous System Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C029', 'C030', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (76, 'C030', 'Nervous System', 'Nervous System Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C030', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (77, 'C031', 'Vein', 'Vein Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C031', 'C032', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (78, 'C032', 'Cardiovascular System', 'Cardiovascular System Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C032', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (79, 'C033', 'Urinary System', 'Urinary System Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C033', 'C034', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (80, 'C034', 'Urogenital System', 'Urogenital System Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C034', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (81, 'C035', 'Abdomen', 'Abdomen Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C035', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (82, 'C001', 'Diseases of the Digestive System', 'Diseases of the Digestive System Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (83, 'C002', 'Noninfective Enteritis and Colitis', 'Noninfective Enteritis and Colitis Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C002', 'C001', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (84, 'C003', 'Diseases of Intestines and Peritoneum', 'Diseases of Intestines and Peritoneum Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C003', 'C002', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (85, 'C004', 'Diverticula of intestine', 'Diverticula of intestine Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C004', 'C003', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (86, 'D001', 'Diverticulosis of colon with hemorrhage', 'Diverticulosis of colon with hemorrhage Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CODE~D001', 'C004', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (87, 'C005', 'Diseases Of The Respiratory System', 'Diseases Of The Respiratory System Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C005', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (88, 'C006', 'Other Diseases Of Respiratory System', 'Other Diseases Of Respiratory System Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C006', 'C005', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (89, 'C007', 'Acute Respiratory Infections', 'Acute Respiratory Infections Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C007', 'C006', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY (cd_id, cd, cd_nm, cd_desc, sys_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (90, 'C008', 'Pneumonia And Influenza', 'Pneumonia And Influenza Description', 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C008', 'C007', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); prompt 184 records loaded prompt Loading HDM_CD_HIER... insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (995, 0, 0, 82, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C001~EHA_CORE~$NA$', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (996, 82, 0, 83, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C002~DIAGNOSIS_CATEGORY~C001', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (997, 83, 0, 84, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C003~DIAGNOSIS_CATEGORY~C002', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (998, 84, 0, 85, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C004~DIAGNOSIS_CATEGORY~C003', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (999, 85, 0, 86, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CODE~D001~DIAGNOSIS_CATEGORY~C004', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1000, 0, 0, 87, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C005~EHA_CORE~$NA$', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1001, 87, 0, 88, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C006~DIAGNOSIS_CATEGORY~C005', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1002, 88, 0, 89, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C007~DIAGNOSIS_CATEGORY~C006', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1003, 89, 0, 90, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C008~DIAGNOSIS_CATEGORY~C007', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1004, 90, 0, 91, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CODE~D002~DIAGNOSIS_CATEGORY~C008', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1005, 0, 0, 92, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C009~EHA_CORE~$NA$', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1006, 92, 0, 93, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C010~DIAGNOSIS_CATEGORY~C009', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1007, 93, 0, 94, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C011~DIAGNOSIS_CATEGORY~C010', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1008, 94, 0, 95, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C012~DIAGNOSIS_CATEGORY~C011', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1009, 95, 0, 96, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CODE~D003~DIAGNOSIS_CATEGORY~C012', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1010, 92, 0, 97, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C014~DIAGNOSIS_CATEGORY~C009', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1011, 97, 0, 98, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C015~DIAGNOSIS_CATEGORY~C014', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1012, 98, 0, 99, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C016~DIAGNOSIS_CATEGORY~C015', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1013, 99, 0, 100, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CODE~D004~DIAGNOSIS_CATEGORY~C016', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1014, 0, 0, 101, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C017~EHA_CORE~$NA$', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1015, 101, 0, 102, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C018~DIAGNOSIS_CATEGORY~C017', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1016, 102, 0, 103, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C019~DIAGNOSIS_CATEGORY~C018', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1017, 103, 0, 104, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CATEGORY~C020~DIAGNOSIS_CATEGORY~C019', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1018, 104, 0, 105, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'DIAGNOSIS_CODE~D005~DIAGNOSIS_CATEGORY~C020', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1019, 0, 0, 68, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C022~EHA_CORE~$NA$', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1020, 68, 0, 67, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C021~ANATOMICAL_SITE_CATEGORY~C022', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1021, 67, 0, 58, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CODE~A001~ANATOMICAL_SITE_CATEGORY~C021', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1022, 67, 0, 59, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CODE~A002~ANATOMICAL_SITE_CATEGORY~C021', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1023, 67, 0, 60, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CODE~A003~ANATOMICAL_SITE_CATEGORY~C021', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1024, 67, 0, 61, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CODE~A004~ANATOMICAL_SITE_CATEGORY~C021', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1025, 0, 0, 70, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C024~EHA_CORE~$NA$', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1026, 70, 0, 69, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C023~ANATOMICAL_SITE_CATEGORY~C024', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1027, 69, 0, 62, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CODE~A005~ANATOMICAL_SITE_CATEGORY~C023', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1028, 0, 0, 76, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C030~EHA_CORE~$NA$', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1029, 76, 0, 75, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C029~ANATOMICAL_SITE_CATEGORY~C030', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1030, 75, 0, 74, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C028~ANATOMICAL_SITE_CATEGORY~C029', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1031, 74, 0, 73, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C027~ANATOMICAL_SITE_CATEGORY~C028', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1032, 73, 0, 72, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C026~ANATOMICAL_SITE_CATEGORY~C027', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1033, 72, 0, 71, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C025~ANATOMICAL_SITE_CATEGORY~C026', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1034, 71, 0, 63, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CODE~A006~ANATOMICAL_SITE_CATEGORY~C025', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1035, 0, 0, 78, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C032~EHA_CORE~$NA$', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1036, 78, 0, 77, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C031~ANATOMICAL_SITE_CATEGORY~C032', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1037, 77, 0, 64, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CODE~A007~ANATOMICAL_SITE_CATEGORY~C031', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1038, 0, 0, 80, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C034~EHA_CORE~$NA$', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1039, 80, 0, 79, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C033~ANATOMICAL_SITE_CATEGORY~C034', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1040, 79, 0, 65, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CODE~A008~ANATOMICAL_SITE_CATEGORY~C033', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1041, 0, 0, 81, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CATEGORY~C035~EHA_CORE~$NA$', '0', 'N', 0, null); insert into HDM_CD_HIER (cd_hier_id, prnt_cd_id, prnt_cd_vn, cd_id, cd_vn, nt, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, enterprise_id, correction_flg) values (1042, 81, 0, 66, 0, null, 0, 0, null, null, to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-07-2011 15:38:55', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, 'ANATOMICAL_SITE_CODE~A009~ANATOMICAL_SITE_CATEGORY~C035', '0', 'N', 0, null); prompt 48 records loaded prompt Loading HDM_CD_TYP... insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (18, 'RACE_CODE', 'Race Code', 'Race Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RACE_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (19, 'SCHEDULE_CODE', 'Schedule Code', 'Schedule Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (20, 'GENDER_CODE', 'Gender Code', 'Gender Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'GENDER_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (21, 'OBSERVATION_VALUE_CODE', 'Observation Value Code', 'Observation Value Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (22, 'INTERVENTION_SUBTYPE', 'Intervention Subtype', 'Intervention Subtype', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_SUBTYPE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (23, 'EHA_CORE', 'Eha Core', 'Eha Core', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'EHA_CORE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (24, 'CONSENT_STATUS_CODE', 'Consent Status Code', 'Consent Status Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_STATUS_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (25, 'MARITAL_STATUS_CODE', 'Marital Status Code', 'Marital Status Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MARITAL_STATUS_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (26, 'SPECIMEN_TYPE_CODE', 'Specimen Type Code', 'Specimen Type Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_TYPE_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (27, 'OBSERVATION_SUBTYPE', 'Observation Subtype', 'Observation Subtype', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_SUBTYPE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (28, 'DIAGNOSIS_CODE', 'Diagnosis Code', 'Diagnosis Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (29, 'COUNTY_CODE', 'County Code', 'County Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTY_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (30, 'PARTY_SUBTYPE', 'Party Subtype', 'Party Subtype', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PARTY_SUBTYPE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (31, 'PROC_CHEMO_CODE', 'Proc Chemo Code', 'Proc Chemo Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROC_CHEMO_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (32, 'ADDRESS_STATUS_CODE', 'Address Status Code', 'Address Status Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_STATUS_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (33, 'PATIENT_HISTORY_SUBTYPE', 'Patient History Subtype', 'Patient History Subtype', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_SUBTYPE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (34, 'SPECIMEN_SUBTYPE', 'Specimen Subtype', 'Specimen Subtype', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_SUBTYPE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (35, 'ANATOMICAL_SITE_CODE', 'Anatomical Site Code', 'Anatomical Site Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (36, 'DIAGNOSIS_STATUS_CODE', 'Diagnosis Status Code', 'Diagnosis Status Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_STATUS_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (37, 'MEDICATION_CODE', 'Medication Code', 'Medication Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (38, 'PROCEDURE_CODE', 'Procedure Code', 'Procedure Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROCEDURE_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (39, 'PROC_ONCOLOGY_CODE', 'Proc Oncology Code', 'Proc Oncology Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROC_ONCOLOGY_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (40, 'PROC_SURGERY_CODE', 'Proc Surgery Code', 'Proc Surgery Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROC_SURGERY_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (41, 'STATE_CODE', 'State Code', 'State Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'STATE_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (1, 'DIAGNOSTIC_TEST_CODE', 'Diagnostic Test Code', 'Diagnostic Test Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (2, 'DOSE_UOM_CODE', 'Dose Uom Code', 'Dose Uom Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (3, 'ETHNICITY_CODE', 'Ethnicity Code', 'Ethnicity Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ETHNICITY_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (4, 'INTERVENTION_OBSERVATION_RELATIONSHIP_TYPE', 'Intervention Observation Relationship Type', 'Intervention Observation Relationship Type', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_OBSERVATION_RELATIONSHIP_TYPE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (5, 'PATIENT_HISTORY_CODE', 'Patient History Code', 'Patient History Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (6, 'SPECIMEN_QUANTITY_UOM_CODE', 'Specimen Quantity Uom Code', 'Specimen Quantity Uom Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_QUANTITY_UOM_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (7, 'CONCERN_SUBTYPE', 'Concern Subtype', 'Concern Subtype', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONCERN_SUBTYPE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (8, 'AGE_AT_FIRST_ONSET_UOM_CODE', 'Age At First Onset Uom Code', 'Age At First Onset Uom Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'AGE_AT_FIRST_ONSET_UOM_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (9, 'DIAGNOSIS_CATEGORY', 'Diagnosis Category', 'Diagnosis Category', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (10, 'CONSENT_TYPE', 'Consent Type', 'Consent Type', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_TYPE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (11, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE', 'Related Intervention Relationship Type', 'Related Intervention Relationship Type', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (12, 'ADDRESS_TYPE', 'Address Type', 'Address Type', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_TYPE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (13, 'ANATOMICAL_SITE_CATEGORY', 'Anatomical Site Category', 'Anatomical Site Category', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (14, 'COUNTRY_CODE', 'Country Code', 'Country Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTRY_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (15, 'FREQUENCY_UOM_CODE', 'Frequency Uom Code', 'Frequency Uom Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'FREQUENCY_UOM_CODE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (16, 'INTERVENTION_ORDER_RELATIONSHIP_TYPE', 'Intervention Order Relationship Type', 'Intervention Order Relationship Type', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_ORDER_RELATIONSHIP_TYPE', '0', 'N', null, 0, null); insert into HDM_CD_TYP (typ_id, typ_cd, typ_nm, typ_desc, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, dynamic_cd_typ_flg, enterprise_id, correction_flg) values (17, 'OBSERVATION_VALUE_UOM_CODE', 'Observation Value Uom Code', 'Observation Value Uom Code', 0, 0, null, null, to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:42', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_UOM_CODE', '0', 'N', null, 0, null); prompt 41 records loaded prompt Loading HDM_CD_REPOSITORY_CD_TYP... insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (302, 103, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C019', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (303, 104, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C020', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (304, 0, 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_TYPE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (305, 1, 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_TYPE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (306, 110, 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_TYPE~BC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (307, 111, 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_TYPE~STC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (308, 112, 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_TYPE~PC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (309, 113, 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_TYPE~SC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (310, 114, 10, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_TYPE~SPC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (311, 0, 11, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (312, 1, 11, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (313, 196, 11, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE~PRE_INTERVENTION_MEDICATION', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (314, 197, 11, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE~INTRA_INTERVENTION_MEDICATION', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (315, 198, 11, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE~POST_INTERVENTION_MEDICATION', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (316, 199, 11, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE~PRE_INTERVENTION_DIAGNOSTIC_TEST', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (317, 200, 11, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE~INTRA_INTERVENTION_DIAGNOSTIC_TEST', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (318, 201, 11, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RELATED_INTERVENTION_RELATIONSHIP_TYPE~POST_INTERVENTION_DIAGNOSTIC_TEST', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (319, 0, 12, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_TYPE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (320, 1, 12, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_TYPE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (321, 223, 12, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_TYPE~HOME', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (322, 224, 12, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_TYPE~WORK', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (323, 225, 12, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_TYPE~OTHER', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (324, 0, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (325, 1, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (326, 67, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C021', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (327, 68, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C022', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (328, 69, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C023', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (329, 70, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C024', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (330, 71, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C025', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (331, 72, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C026', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (332, 73, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C027', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (333, 74, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C028', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (334, 75, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C029', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (335, 76, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C030', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (336, 77, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C031', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (337, 78, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C032', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (338, 79, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C033', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (339, 80, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C034', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (340, 81, 13, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CATEGORY~C035', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (341, 0, 14, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTRY_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (342, 1, 14, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTRY_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (343, 115, 14, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTRY_CODE~CN', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (344, 116, 14, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTRY_CODE~GM', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (345, 117, 14, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTRY_CODE~MX', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (346, 118, 14, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTRY_CODE~US', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (347, 0, 15, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'FREQUENCY_UOM_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (348, 1, 15, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'FREQUENCY_UOM_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (349, 146, 15, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'FREQUENCY_UOM_CODE~FHR', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (350, 147, 15, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'FREQUENCY_UOM_CODE~FDY', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (351, 148, 15, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'FREQUENCY_UOM_CODE~FWK', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (352, 149, 15, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'FREQUENCY_UOM_CODE~FMOS', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (353, 0, 16, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_ORDER_RELATIONSHIP_TYPE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (354, 1, 16, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_ORDER_RELATIONSHIP_TYPE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (355, 153, 16, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_ORDER_RELATIONSHIP_TYPE~INIORDER', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (356, 0, 17, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_UOM_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (357, 1, 17, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_UOM_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (358, 173, 17, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_UOM_CODE~G_DL', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (359, 174, 17, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_UOM_CODE~IU_L', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (360, 175, 17, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_UOM_CODE~MG_DL', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (361, 176, 17, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_UOM_CODE~%', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (362, 177, 17, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_UOM_CODE~MEQ_L', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (363, 0, 18, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RACE_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (364, 1, 18, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RACE_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (365, 191, 18, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RACE_CODE~RC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (366, 192, 18, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RACE_CODE~RB', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (367, 193, 18, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RACE_CODE~RN', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (368, 194, 18, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RACE_CODE~RA', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (369, 195, 18, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'RACE_CODE~RH', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (370, 0, 19, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (371, 1, 19, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (372, 202, 19, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE~SC001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (373, 203, 19, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE~SC002', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (374, 204, 19, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE~SC003', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (375, 205, 19, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE~SC004', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (376, 206, 19, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE~SC005', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (377, 207, 19, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SCHEDULE_CODE~SC006', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (378, 0, 20, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'GENDER_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (379, 1, 20, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'GENDER_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (380, 150, 20, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'GENDER_CODE~F', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (381, 151, 20, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'GENDER_CODE~M', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (382, 0, 21, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (383, 1, 21, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (384, 166, 21, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~OV001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (385, 167, 21, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~OV002', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (386, 168, 21, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~OV003', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (387, 169, 21, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~OV004', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (388, 170, 21, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~OV005', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (389, 171, 21, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~OV006', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (390, 172, 21, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_VALUE_CODE~OV007', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (391, 0, 22, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_SUBTYPE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (392, 1, 22, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_SUBTYPE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (393, 43, 22, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_SUBTYPE~INTERVENTION_GENERIC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (394, 44, 22, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_SUBTYPE~SUBSTANCE_ADMINISTRATION', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (395, 0, 23, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'EHA_CORE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (396, 1, 23, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'EHA_CORE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (397, 0, 24, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_STATUS_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (398, 1, 24, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_STATUS_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (399, 106, 24, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_STATUS_CODE~CA', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (400, 107, 24, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_STATUS_CODE~CAN', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (401, 108, 24, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_STATUS_CODE~CPW', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (402, 109, 24, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONSENT_STATUS_CODE~CST', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (403, 0, 25, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MARITAL_STATUS_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (404, 1, 25, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MARITAL_STATUS_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (405, 154, 25, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MARITAL_STATUS_CODE~D', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (406, 155, 25, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MARITAL_STATUS_CODE~MD', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (407, 156, 25, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MARITAL_STATUS_CODE~S', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (408, 157, 25, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MARITAL_STATUS_CODE~SP', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (409, 0, 26, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_TYPE_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (410, 1, 26, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_TYPE_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (411, 212, 26, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_TYPE_CODE~B', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (412, 213, 26, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_TYPE_CODE~FC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (413, 214, 26, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_TYPE_CODE~T', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (414, 215, 26, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_TYPE_CODE~U', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (415, 216, 26, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_TYPE_CODE~IV', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (416, 0, 27, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_SUBTYPE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (417, 1, 27, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_SUBTYPE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (418, 45, 27, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'OBSERVATION_SUBTYPE~OBSERVATION_GENERIC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (419, 0, 28, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (420, 1, 28, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (421, 86, 28, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CODE~D001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (422, 91, 28, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CODE~D002', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (423, 96, 28, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CODE~D003', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (424, 100, 28, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CODE~D004', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (425, 105, 28, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CODE~D005', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (426, 0, 29, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTY_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (427, 1, 29, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTY_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (428, 119, 29, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTY_CODE~DA', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (429, 120, 29, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTY_CODE~PB', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (430, 121, 29, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTY_CODE~BR', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (431, 122, 29, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'COUNTY_CODE~OG', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (432, 0, 30, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PARTY_SUBTYPE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (433, 1, 30, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PARTY_SUBTYPE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (434, 46, 30, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PARTY_SUBTYPE~IND', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (435, 0, 31, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROC_CHEMO_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (436, 1, 31, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROC_CHEMO_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (437, 186, 31, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROC_CHEMO_CODE~P001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (438, 0, 32, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_STATUS_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (439, 1, 32, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_STATUS_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (440, 221, 32, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_STATUS_CODE~A', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (441, 222, 32, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ADDRESS_STATUS_CODE~NA', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (442, 0, 33, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_SUBTYPE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (443, 1, 33, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_SUBTYPE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (444, 47, 33, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_SUBTYPE~SUBSTANCE_HISTORY', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (445, 0, 34, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_SUBTYPE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (446, 1, 34, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_SUBTYPE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (447, 48, 34, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_SUBTYPE~SPECIMEN_GENERIC', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (448, 0, 35, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (449, 1, 35, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (450, 58, 35, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (451, 59, 35, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A002', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (452, 60, 35, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A003', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (453, 61, 35, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A004', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (492, 218, 41, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'STATE_CODE~AZ', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (493, 219, 41, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'STATE_CODE~CA', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (494, 220, 41, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'STATE_CODE~NM', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (454, 62, 35, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A005', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (455, 63, 35, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A006', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (456, 64, 35, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A007', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (457, 65, 35, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A008', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (458, 66, 35, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ANATOMICAL_SITE_CODE~A009', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (459, 0, 36, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_STATUS_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (460, 1, 36, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_STATUS_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (461, 123, 36, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_STATUS_CODE~A', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (462, 124, 36, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_STATUS_CODE~NA', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (463, 125, 36, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_STATUS_CODE~R', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (464, 0, 37, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (465, 1, 37, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (466, 158, 37, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (467, 159, 37, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS002', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (468, 160, 37, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS003', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (469, 161, 37, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS004', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (470, 162, 37, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS005', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (471, 163, 37, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS006', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (472, 164, 37, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS007', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (473, 165, 37, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'MEDICATION_CODE~IS008', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (474, 0, 38, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROCEDURE_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (475, 1, 38, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROCEDURE_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (476, 186, 38, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROCEDURE_CODE~P001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (477, 187, 38, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROCEDURE_CODE~P002', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (478, 188, 38, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROCEDURE_CODE~P003', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (479, 189, 38, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROCEDURE_CODE~P004', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (480, 190, 38, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROCEDURE_CODE~P005', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (481, 0, 39, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROC_ONCOLOGY_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (482, 1, 39, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROC_ONCOLOGY_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (483, 186, 39, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROC_ONCOLOGY_CODE~P001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (484, 187, 39, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROC_ONCOLOGY_CODE~P002', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (485, 0, 40, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROC_SURGERY_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (486, 1, 40, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROC_SURGERY_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (487, 188, 40, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROC_SURGERY_CODE~P003', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (488, 189, 40, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PROC_SURGERY_CODE~P004', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (489, 0, 41, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'STATE_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (490, 1, 41, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'STATE_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (491, 217, 41, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'STATE_CODE~AK', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (226, 0, 1, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (227, 1, 1, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (228, 49, 1, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~HGB', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (229, 126, 1, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~AUS', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (230, 127, 1, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~AXRAY', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (231, 128, 1, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~CCT', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (232, 129, 1, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~HCT', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (233, 130, 1, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~PXRAY', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (234, 131, 1, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~MRI', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (235, 132, 1, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~BEN', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (236, 133, 1, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~GSN', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (237, 134, 1, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSTIC_TEST_CODE~CPY', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (238, 0, 2, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (239, 1, 2, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (240, 54, 2, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~DK', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (241, 135, 2, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~PK', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (242, 136, 2, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~IJ', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (243, 137, 2, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~PF', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (244, 138, 2, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~MG', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (245, 139, 2, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~ML', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (246, 140, 2, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DOSE_UOM_CODE~GM', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (247, 0, 3, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ETHNICITY_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (248, 1, 3, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ETHNICITY_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (249, 141, 3, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ETHNICITY_CODE~EW', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (250, 142, 3, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ETHNICITY_CODE~EI', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (251, 143, 3, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ETHNICITY_CODE~ES', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (252, 144, 3, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ETHNICITY_CODE~EH', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (253, 145, 3, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'ETHNICITY_CODE~EB', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (254, 0, 4, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_OBSERVATION_RELATIONSHIP_TYPE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (255, 1, 4, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_OBSERVATION_RELATIONSHIP_TYPE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (256, 152, 4, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'INTERVENTION_OBSERVATION_RELATIONSHIP_TYPE~RESULTING', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (257, 0, 5, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (258, 1, 5, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (259, 178, 5, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (260, 179, 5, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH002', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (261, 180, 5, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH003', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (262, 181, 5, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH004', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (263, 182, 5, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH005', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (264, 183, 5, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH006', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (265, 184, 5, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH007', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (266, 185, 5, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'PATIENT_HISTORY_CODE~PH008', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (267, 0, 6, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_QUANTITY_UOM_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (268, 1, 6, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_QUANTITY_UOM_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (269, 208, 6, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_QUANTITY_UOM_CODE~SL', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (270, 209, 6, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_QUANTITY_UOM_CODE~SML', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (271, 210, 6, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_QUANTITY_UOM_CODE~SGM', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (272, 211, 6, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'SPECIMEN_QUANTITY_UOM_CODE~SMG', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (273, 0, 7, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONCERN_SUBTYPE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (274, 1, 7, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONCERN_SUBTYPE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (275, 42, 7, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'CONCERN_SUBTYPE~DIAGNOSIS', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (276, 0, 8, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'AGE_AT_FIRST_ONSET_UOM_CODE~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (277, 1, 8, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'AGE_AT_FIRST_ONSET_UOM_CODE~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (278, 52, 8, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'AGE_AT_FIRST_ONSET_UOM_CODE~AHR', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (279, 53, 8, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'AGE_AT_FIRST_ONSET_UOM_CODE~RDY', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (280, 55, 8, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'AGE_AT_FIRST_ONSET_UOM_CODE~AWK', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (281, 56, 8, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'AGE_AT_FIRST_ONSET_UOM_CODE~AMOS', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (282, 57, 8, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'AGE_AT_FIRST_ONSET_UOM_CODE~AYR', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (283, 0, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~$NA$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (284, 1, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~$NAV$', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (285, 82, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C001', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (286, 83, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C002', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (287, 84, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C003', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (288, 85, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C004', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (289, 87, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C005', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (290, 88, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C006', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (291, 89, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C007', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (292, 90, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C008', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (293, 92, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C009', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (294, 93, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C010', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (295, 94, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C011', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (296, 95, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C012', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (297, 97, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C014', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (298, 98, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C015', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (299, 99, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C016', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (300, 101, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C017', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); insert into HDM_CD_REPOSITORY_CD_TYP (cd_repository_cd_typ_id, cd_id, typ_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, effective_from_dt, effective_to_dt, current_flg, cd_vn, enterprise_id, correction_flg) values (301, 102, 9, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, 0, 'DIAGNOSIS_CATEGORY~C018', '0', 'N', to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', 0, 0, null); prompt 269 records loaded prompt Loading HDM_PRTY... insert into HDM_PRTY (prty_id, prty_subtyp_id, prty_rlshp_stcd_id, prty_nbr, prty_nm, orig_prty_subtyp_id, orig_prty_rlshp_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, prty_vn, prty_rlshp_stcd_vn, orig_prty_subtyp_vn, orig_prty_rlshp_stcd_vn, prty_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (4, 46, null, '004', 'Jane 004', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, 0, null, 0, null); insert into HDM_PRTY (prty_id, prty_subtyp_id, prty_rlshp_stcd_id, prty_nbr, prty_nm, orig_prty_subtyp_id, orig_prty_rlshp_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, prty_vn, prty_rlshp_stcd_vn, orig_prty_subtyp_vn, orig_prty_rlshp_stcd_vn, prty_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (8, 46, null, '008', 'John 008', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, 0, null, 0, null); insert into HDM_PRTY (prty_id, prty_subtyp_id, prty_rlshp_stcd_id, prty_nbr, prty_nm, orig_prty_subtyp_id, orig_prty_rlshp_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, prty_vn, prty_rlshp_stcd_vn, orig_prty_subtyp_vn, orig_prty_rlshp_stcd_vn, prty_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (9, 46, null, '009', 'John 009', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, 0, null, 0, null); insert into HDM_PRTY (prty_id, prty_subtyp_id, prty_rlshp_stcd_id, prty_nbr, prty_nm, orig_prty_subtyp_id, orig_prty_rlshp_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, prty_vn, prty_rlshp_stcd_vn, orig_prty_subtyp_vn, orig_prty_rlshp_stcd_vn, prty_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (5, 46, null, '005', 'Jane 005', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, 0, null, 0, null); insert into HDM_PRTY (prty_id, prty_subtyp_id, prty_rlshp_stcd_id, prty_nbr, prty_nm, orig_prty_subtyp_id, orig_prty_rlshp_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, prty_vn, prty_rlshp_stcd_vn, orig_prty_subtyp_vn, orig_prty_rlshp_stcd_vn, prty_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (1, 46, null, '001', 'Jane 001', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, 0, null, 0, null); insert into HDM_PRTY (prty_id, prty_subtyp_id, prty_rlshp_stcd_id, prty_nbr, prty_nm, orig_prty_subtyp_id, orig_prty_rlshp_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, prty_vn, prty_rlshp_stcd_vn, orig_prty_subtyp_vn, orig_prty_rlshp_stcd_vn, prty_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (7, 46, null, '007', 'John 007', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, 0, null, 0, null); insert into HDM_PRTY (prty_id, prty_subtyp_id, prty_rlshp_stcd_id, prty_nbr, prty_nm, orig_prty_subtyp_id, orig_prty_rlshp_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, prty_vn, prty_rlshp_stcd_vn, orig_prty_subtyp_vn, orig_prty_rlshp_stcd_vn, prty_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (3, 46, null, '003', 'Jane 003', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, 0, null, 0, null); insert into HDM_PRTY (prty_id, prty_subtyp_id, prty_rlshp_stcd_id, prty_nbr, prty_nm, orig_prty_subtyp_id, orig_prty_rlshp_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, prty_vn, prty_rlshp_stcd_vn, orig_prty_subtyp_vn, orig_prty_rlshp_stcd_vn, prty_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (2, 46, null, '002', 'Jane 002', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, 0, null, 0, null); insert into HDM_PRTY (prty_id, prty_subtyp_id, prty_rlshp_stcd_id, prty_nbr, prty_nm, orig_prty_subtyp_id, orig_prty_rlshp_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, prty_vn, prty_rlshp_stcd_vn, orig_prty_subtyp_vn, orig_prty_rlshp_stcd_vn, prty_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (10, 46, null, '010', 'John 010', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, 0, null, 0, null); insert into HDM_PRTY (prty_id, prty_subtyp_id, prty_rlshp_stcd_id, prty_nbr, prty_nm, orig_prty_subtyp_id, orig_prty_rlshp_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, prty_vn, prty_rlshp_stcd_vn, orig_prty_subtyp_vn, orig_prty_rlshp_stcd_vn, prty_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (6, 46, null, '006', 'John 006', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, 0, null, 0, null); prompt 10 records loaded prompt Loading HDM_IND_PRTY... insert into HDM_IND_PRTY (ttl_cd_id, vip_cd_id, relgn_cd_id, mrtl_stcd_id, gndr_cd_id, decd_flg, bir_dt, decd_dt, frst_nm, mid_nm, lst_nm, suf, mothrs_mdn_nm, orig_vip_cd_id, orig_gndr_cd_id, orig_mrtl_stcd_id, orig_relgn_cd_id, orig_ttl_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, prty_id, login_user_id, prty_vn, vet_stcd_id, orig_vet_stcd_id, vet_brnch_of_svc_cd_id, orig_vet_brnch_of_svc_cd_id, bir_plc, orig_ttl_cd_vn, relgn_cd_vn, ttl_cd_vn, orig_mrtl_stcd_vn, orig_vip_cd_vn, vet_stcd_vn, mrtl_stcd_vn, gndr_cd_vn, orig_gndr_cd_vn, orig_relgn_cd_vn, vet_brnch_of_svc_cd_vn, orig_vet_brnch_of_svc_cd_vn, vip_cd_vn, orig_vet_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, 154, 151, null, to_date('17-06-1979 07:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, 'John', null, '009', null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009', '0', 'N', 9, null, 0, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_IND_PRTY (ttl_cd_id, vip_cd_id, relgn_cd_id, mrtl_stcd_id, gndr_cd_id, decd_flg, bir_dt, decd_dt, frst_nm, mid_nm, lst_nm, suf, mothrs_mdn_nm, orig_vip_cd_id, orig_gndr_cd_id, orig_mrtl_stcd_id, orig_relgn_cd_id, orig_ttl_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, prty_id, login_user_id, prty_vn, vet_stcd_id, orig_vet_stcd_id, vet_brnch_of_svc_cd_id, orig_vet_brnch_of_svc_cd_id, bir_plc, orig_ttl_cd_vn, relgn_cd_vn, ttl_cd_vn, orig_mrtl_stcd_vn, orig_vip_cd_vn, vet_stcd_vn, mrtl_stcd_vn, gndr_cd_vn, orig_gndr_cd_vn, orig_relgn_cd_vn, vet_brnch_of_svc_cd_vn, orig_vet_brnch_of_svc_cd_vn, vip_cd_vn, orig_vet_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, 154, 150, null, to_date('17-06-1979 22:57:00', 'dd-mm-yyyy hh24:mi:ss'), null, 'Jane', null, '004', null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004', '0', 'N', 4, null, 0, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_IND_PRTY (ttl_cd_id, vip_cd_id, relgn_cd_id, mrtl_stcd_id, gndr_cd_id, decd_flg, bir_dt, decd_dt, frst_nm, mid_nm, lst_nm, suf, mothrs_mdn_nm, orig_vip_cd_id, orig_gndr_cd_id, orig_mrtl_stcd_id, orig_relgn_cd_id, orig_ttl_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, prty_id, login_user_id, prty_vn, vet_stcd_id, orig_vet_stcd_id, vet_brnch_of_svc_cd_id, orig_vet_brnch_of_svc_cd_id, bir_plc, orig_ttl_cd_vn, relgn_cd_vn, ttl_cd_vn, orig_mrtl_stcd_vn, orig_vip_cd_vn, vet_stcd_vn, mrtl_stcd_vn, gndr_cd_vn, orig_gndr_cd_vn, orig_relgn_cd_vn, vet_brnch_of_svc_cd_vn, orig_vet_brnch_of_svc_cd_vn, vip_cd_vn, orig_vet_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, 155, 151, null, to_date('05-08-1967 23:22:00', 'dd-mm-yyyy hh24:mi:ss'), null, 'John', null, '007', null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007', '0', 'N', 7, null, 0, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_IND_PRTY (ttl_cd_id, vip_cd_id, relgn_cd_id, mrtl_stcd_id, gndr_cd_id, decd_flg, bir_dt, decd_dt, frst_nm, mid_nm, lst_nm, suf, mothrs_mdn_nm, orig_vip_cd_id, orig_gndr_cd_id, orig_mrtl_stcd_id, orig_relgn_cd_id, orig_ttl_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, prty_id, login_user_id, prty_vn, vet_stcd_id, orig_vet_stcd_id, vet_brnch_of_svc_cd_id, orig_vet_brnch_of_svc_cd_id, bir_plc, orig_ttl_cd_vn, relgn_cd_vn, ttl_cd_vn, orig_mrtl_stcd_vn, orig_vip_cd_vn, vet_stcd_vn, mrtl_stcd_vn, gndr_cd_vn, orig_gndr_cd_vn, orig_relgn_cd_vn, vet_brnch_of_svc_cd_vn, orig_vet_brnch_of_svc_cd_vn, vip_cd_vn, orig_vet_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, 155, 150, null, to_date('05-08-1967 02:20:00', 'dd-mm-yyyy hh24:mi:ss'), null, 'Jane', null, '002', null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002', '0', 'N', 2, null, 0, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_IND_PRTY (ttl_cd_id, vip_cd_id, relgn_cd_id, mrtl_stcd_id, gndr_cd_id, decd_flg, bir_dt, decd_dt, frst_nm, mid_nm, lst_nm, suf, mothrs_mdn_nm, orig_vip_cd_id, orig_gndr_cd_id, orig_mrtl_stcd_id, orig_relgn_cd_id, orig_ttl_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, prty_id, login_user_id, prty_vn, vet_stcd_id, orig_vet_stcd_id, vet_brnch_of_svc_cd_id, orig_vet_brnch_of_svc_cd_id, bir_plc, orig_ttl_cd_vn, relgn_cd_vn, ttl_cd_vn, orig_mrtl_stcd_vn, orig_vip_cd_vn, vet_stcd_vn, mrtl_stcd_vn, gndr_cd_vn, orig_gndr_cd_vn, orig_relgn_cd_vn, vet_brnch_of_svc_cd_vn, orig_vet_brnch_of_svc_cd_vn, vip_cd_vn, orig_vet_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, 156, 151, null, to_date('01-01-1910 18:23:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('31-05-2011 19:20:00', 'dd-mm-yyyy hh24:mi:ss'), 'John', null, '010', null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010', '0', 'N', 10, null, 0, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_IND_PRTY (ttl_cd_id, vip_cd_id, relgn_cd_id, mrtl_stcd_id, gndr_cd_id, decd_flg, bir_dt, decd_dt, frst_nm, mid_nm, lst_nm, suf, mothrs_mdn_nm, orig_vip_cd_id, orig_gndr_cd_id, orig_mrtl_stcd_id, orig_relgn_cd_id, orig_ttl_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, prty_id, login_user_id, prty_vn, vet_stcd_id, orig_vet_stcd_id, vet_brnch_of_svc_cd_id, orig_vet_brnch_of_svc_cd_id, bir_plc, orig_ttl_cd_vn, relgn_cd_vn, ttl_cd_vn, orig_mrtl_stcd_vn, orig_vip_cd_vn, vet_stcd_vn, mrtl_stcd_vn, gndr_cd_vn, orig_gndr_cd_vn, orig_relgn_cd_vn, vet_brnch_of_svc_cd_vn, orig_vet_brnch_of_svc_cd_vn, vip_cd_vn, orig_vet_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, 156, 151, null, to_date('03-01-1950 10:33:00', 'dd-mm-yyyy hh24:mi:ss'), null, 'John', null, '006', null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006', '0', 'N', 6, null, 0, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_IND_PRTY (ttl_cd_id, vip_cd_id, relgn_cd_id, mrtl_stcd_id, gndr_cd_id, decd_flg, bir_dt, decd_dt, frst_nm, mid_nm, lst_nm, suf, mothrs_mdn_nm, orig_vip_cd_id, orig_gndr_cd_id, orig_mrtl_stcd_id, orig_relgn_cd_id, orig_ttl_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, prty_id, login_user_id, prty_vn, vet_stcd_id, orig_vet_stcd_id, vet_brnch_of_svc_cd_id, orig_vet_brnch_of_svc_cd_id, bir_plc, orig_ttl_cd_vn, relgn_cd_vn, ttl_cd_vn, orig_mrtl_stcd_vn, orig_vip_cd_vn, vet_stcd_vn, mrtl_stcd_vn, gndr_cd_vn, orig_gndr_cd_vn, orig_relgn_cd_vn, vet_brnch_of_svc_cd_vn, orig_vet_brnch_of_svc_cd_vn, vip_cd_vn, orig_vet_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, 156, 150, null, to_date('01-01-1910 08:59:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('31-05-2011 03:30:00', 'dd-mm-yyyy hh24:mi:ss'), 'Jane', null, '005', null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005', '0', 'N', 5, null, 0, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_IND_PRTY (ttl_cd_id, vip_cd_id, relgn_cd_id, mrtl_stcd_id, gndr_cd_id, decd_flg, bir_dt, decd_dt, frst_nm, mid_nm, lst_nm, suf, mothrs_mdn_nm, orig_vip_cd_id, orig_gndr_cd_id, orig_mrtl_stcd_id, orig_relgn_cd_id, orig_ttl_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, prty_id, login_user_id, prty_vn, vet_stcd_id, orig_vet_stcd_id, vet_brnch_of_svc_cd_id, orig_vet_brnch_of_svc_cd_id, bir_plc, orig_ttl_cd_vn, relgn_cd_vn, ttl_cd_vn, orig_mrtl_stcd_vn, orig_vip_cd_vn, vet_stcd_vn, mrtl_stcd_vn, gndr_cd_vn, orig_gndr_cd_vn, orig_relgn_cd_vn, vet_brnch_of_svc_cd_vn, orig_vet_brnch_of_svc_cd_vn, vip_cd_vn, orig_vet_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, 156, 150, null, to_date('03-01-1950 00:01:00', 'dd-mm-yyyy hh24:mi:ss'), null, 'Jane', null, '001', null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001', '0', 'N', 1, null, 0, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_IND_PRTY (ttl_cd_id, vip_cd_id, relgn_cd_id, mrtl_stcd_id, gndr_cd_id, decd_flg, bir_dt, decd_dt, frst_nm, mid_nm, lst_nm, suf, mothrs_mdn_nm, orig_vip_cd_id, orig_gndr_cd_id, orig_mrtl_stcd_id, orig_relgn_cd_id, orig_ttl_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, prty_id, login_user_id, prty_vn, vet_stcd_id, orig_vet_stcd_id, vet_brnch_of_svc_cd_id, orig_vet_brnch_of_svc_cd_id, bir_plc, orig_ttl_cd_vn, relgn_cd_vn, ttl_cd_vn, orig_mrtl_stcd_vn, orig_vip_cd_vn, vet_stcd_vn, mrtl_stcd_vn, gndr_cd_vn, orig_gndr_cd_vn, orig_relgn_cd_vn, vet_brnch_of_svc_cd_vn, orig_vet_brnch_of_svc_cd_vn, vip_cd_vn, orig_vet_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, 157, 151, null, to_date('26-12-1934 05:12:00', 'dd-mm-yyyy hh24:mi:ss'), null, 'John', null, '008', null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008', '0', 'N', 8, null, 0, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_IND_PRTY (ttl_cd_id, vip_cd_id, relgn_cd_id, mrtl_stcd_id, gndr_cd_id, decd_flg, bir_dt, decd_dt, frst_nm, mid_nm, lst_nm, suf, mothrs_mdn_nm, orig_vip_cd_id, orig_gndr_cd_id, orig_mrtl_stcd_id, orig_relgn_cd_id, orig_ttl_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, prty_id, login_user_id, prty_vn, vet_stcd_id, orig_vet_stcd_id, vet_brnch_of_svc_cd_id, orig_vet_brnch_of_svc_cd_id, bir_plc, orig_ttl_cd_vn, relgn_cd_vn, ttl_cd_vn, orig_mrtl_stcd_vn, orig_vip_cd_vn, vet_stcd_vn, mrtl_stcd_vn, gndr_cd_vn, orig_gndr_cd_vn, orig_relgn_cd_vn, vet_brnch_of_svc_cd_vn, orig_vet_brnch_of_svc_cd_vn, vip_cd_vn, orig_vet_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, 157, 150, null, to_date('26-12-1934 16:45:00', 'dd-mm-yyyy hh24:mi:ss'), null, 'Jane', null, '003', null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003', '0', 'N', 3, null, 0, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, 0, null); prompt 10 records loaded prompt Loading HDM_PT... insert into HDM_PT (pt_id, prty_id, pt_stcd_id, livg_depc_cd_id, livg_arngmnt_cd_id, mult_bir_flg, bir_ord, orig_pt_stcd_id, orig_livg_arngmnt_cd_id, orig_livg_depc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, clin_trial_stcd_id, orig_clin_trial_stcd_id, pt_vn, prty_vn, pt_nbr, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, orig_pt_stcd_vn, orig_livg_depc_cd_vn, livg_depc_cd_vn, orig_livg_arngmnt_cd_vn, livg_arngmnt_cd_vn, pt_stcd_vn, clin_trial_stcd_vn, orig_clin_trial_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (1, 1, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001', '0', 'N', null, null, 0, 0, '001', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PT (pt_id, prty_id, pt_stcd_id, livg_depc_cd_id, livg_arngmnt_cd_id, mult_bir_flg, bir_ord, orig_pt_stcd_id, orig_livg_arngmnt_cd_id, orig_livg_depc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, clin_trial_stcd_id, orig_clin_trial_stcd_id, pt_vn, prty_vn, pt_nbr, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, orig_pt_stcd_vn, orig_livg_depc_cd_vn, livg_depc_cd_vn, orig_livg_arngmnt_cd_vn, livg_arngmnt_cd_vn, pt_stcd_vn, clin_trial_stcd_vn, orig_clin_trial_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (2, 2, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002', '0', 'N', null, null, 0, 0, '002', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PT (pt_id, prty_id, pt_stcd_id, livg_depc_cd_id, livg_arngmnt_cd_id, mult_bir_flg, bir_ord, orig_pt_stcd_id, orig_livg_arngmnt_cd_id, orig_livg_depc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, clin_trial_stcd_id, orig_clin_trial_stcd_id, pt_vn, prty_vn, pt_nbr, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, orig_pt_stcd_vn, orig_livg_depc_cd_vn, livg_depc_cd_vn, orig_livg_arngmnt_cd_vn, livg_arngmnt_cd_vn, pt_stcd_vn, clin_trial_stcd_vn, orig_clin_trial_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (3, 3, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003', '0', 'N', null, null, 0, 0, '003', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PT (pt_id, prty_id, pt_stcd_id, livg_depc_cd_id, livg_arngmnt_cd_id, mult_bir_flg, bir_ord, orig_pt_stcd_id, orig_livg_arngmnt_cd_id, orig_livg_depc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, clin_trial_stcd_id, orig_clin_trial_stcd_id, pt_vn, prty_vn, pt_nbr, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, orig_pt_stcd_vn, orig_livg_depc_cd_vn, livg_depc_cd_vn, orig_livg_arngmnt_cd_vn, livg_arngmnt_cd_vn, pt_stcd_vn, clin_trial_stcd_vn, orig_clin_trial_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (4, 4, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004', '0', 'N', null, null, 0, 0, '004', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PT (pt_id, prty_id, pt_stcd_id, livg_depc_cd_id, livg_arngmnt_cd_id, mult_bir_flg, bir_ord, orig_pt_stcd_id, orig_livg_arngmnt_cd_id, orig_livg_depc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, clin_trial_stcd_id, orig_clin_trial_stcd_id, pt_vn, prty_vn, pt_nbr, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, orig_pt_stcd_vn, orig_livg_depc_cd_vn, livg_depc_cd_vn, orig_livg_arngmnt_cd_vn, livg_arngmnt_cd_vn, pt_stcd_vn, clin_trial_stcd_vn, orig_clin_trial_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (5, 5, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005', '0', 'N', null, null, 0, 0, '005', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PT (pt_id, prty_id, pt_stcd_id, livg_depc_cd_id, livg_arngmnt_cd_id, mult_bir_flg, bir_ord, orig_pt_stcd_id, orig_livg_arngmnt_cd_id, orig_livg_depc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, clin_trial_stcd_id, orig_clin_trial_stcd_id, pt_vn, prty_vn, pt_nbr, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, orig_pt_stcd_vn, orig_livg_depc_cd_vn, livg_depc_cd_vn, orig_livg_arngmnt_cd_vn, livg_arngmnt_cd_vn, pt_stcd_vn, clin_trial_stcd_vn, orig_clin_trial_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (6, 6, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006', '0', 'N', null, null, 0, 0, '006', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PT (pt_id, prty_id, pt_stcd_id, livg_depc_cd_id, livg_arngmnt_cd_id, mult_bir_flg, bir_ord, orig_pt_stcd_id, orig_livg_arngmnt_cd_id, orig_livg_depc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, clin_trial_stcd_id, orig_clin_trial_stcd_id, pt_vn, prty_vn, pt_nbr, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, orig_pt_stcd_vn, orig_livg_depc_cd_vn, livg_depc_cd_vn, orig_livg_arngmnt_cd_vn, livg_arngmnt_cd_vn, pt_stcd_vn, clin_trial_stcd_vn, orig_clin_trial_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (7, 7, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007', '0', 'N', null, null, 0, 0, '007', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PT (pt_id, prty_id, pt_stcd_id, livg_depc_cd_id, livg_arngmnt_cd_id, mult_bir_flg, bir_ord, orig_pt_stcd_id, orig_livg_arngmnt_cd_id, orig_livg_depc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, clin_trial_stcd_id, orig_clin_trial_stcd_id, pt_vn, prty_vn, pt_nbr, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, orig_pt_stcd_vn, orig_livg_depc_cd_vn, livg_depc_cd_vn, orig_livg_arngmnt_cd_vn, livg_arngmnt_cd_vn, pt_stcd_vn, clin_trial_stcd_vn, orig_clin_trial_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (8, 8, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008', '0', 'N', null, null, 0, 0, '008', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PT (pt_id, prty_id, pt_stcd_id, livg_depc_cd_id, livg_arngmnt_cd_id, mult_bir_flg, bir_ord, orig_pt_stcd_id, orig_livg_arngmnt_cd_id, orig_livg_depc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, clin_trial_stcd_id, orig_clin_trial_stcd_id, pt_vn, prty_vn, pt_nbr, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, orig_pt_stcd_vn, orig_livg_depc_cd_vn, livg_depc_cd_vn, orig_livg_arngmnt_cd_vn, livg_arngmnt_cd_vn, pt_stcd_vn, clin_trial_stcd_vn, orig_clin_trial_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (9, 9, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009', '0', 'N', null, null, 0, 0, '009', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PT (pt_id, prty_id, pt_stcd_id, livg_depc_cd_id, livg_arngmnt_cd_id, mult_bir_flg, bir_ord, orig_pt_stcd_id, orig_livg_arngmnt_cd_id, orig_livg_depc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, clin_trial_stcd_id, orig_clin_trial_stcd_id, pt_vn, prty_vn, pt_nbr, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, orig_pt_stcd_vn, orig_livg_depc_cd_vn, livg_depc_cd_vn, orig_livg_arngmnt_cd_vn, livg_arngmnt_cd_vn, pt_stcd_vn, clin_trial_stcd_vn, orig_clin_trial_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (10, 10, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010', '0', 'N', null, null, 0, 0, '010', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); prompt 10 records loaded prompt Loading HDM_CNRN... insert into HDM_CNRN (cnrn_id, pt_id, cnrn_subtyp_id, cnrn_cd_id, cnrn_stcd_id, hosp_acqd_cnrn_cd_id, infrmnt_typ_id, sevrty_cd_id, cnfdlty_cd_id, cnrn_nbr, cnrn_recd_dt, cnrn_onst_dt, cnrn_reslutn_dt, lst_expd_dt, age_at_frst_onst, age_at_frst_onst_uomcd_id, cnrn_nt, cnrn_obj_findg_nt, cnrn_subjtv_findg_nt, orig_cnrn_stcd_id, orig_cnrn_cd_id, orig_hosp_acqd_cnrn_cd_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_cnrn_subtyp_id, orig_age_at_frst_onst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnrn_vn, pt_vn, prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_vn, orig_cnrn_stcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_cnfdlty_cd_vn, cnrn_cd_vn, age_at_frst_onst_uomcd_vn, orig_cnrn_subtyp_vn, hosp_acqd_cnrn_cd_vn, orig_cnrn_cd_vn, orig_sevrty_cd_vn, prsnt_on_admsn_cnrn_cd_vn, orig_age_at_frst_onst_uomcd_vn, cnrn_subtyp_vn, infrmnt_typ_vn, orig_infrmnt_typ_vn, cnrn_stcd_vn, sevrty_cd_vn, cnfdlty_cd_vn, conftn_stcd_id, conftn_stcd_vn, orig_conftn_stcd_id, orig_conftn_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (609, 2, 42, 91, 123, null, null, null, null, 'DG 002', to_date('07-05-2010 02:54:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('06-05-2010 19:10:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~DG 002', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_CNRN (cnrn_id, pt_id, cnrn_subtyp_id, cnrn_cd_id, cnrn_stcd_id, hosp_acqd_cnrn_cd_id, infrmnt_typ_id, sevrty_cd_id, cnfdlty_cd_id, cnrn_nbr, cnrn_recd_dt, cnrn_onst_dt, cnrn_reslutn_dt, lst_expd_dt, age_at_frst_onst, age_at_frst_onst_uomcd_id, cnrn_nt, cnrn_obj_findg_nt, cnrn_subjtv_findg_nt, orig_cnrn_stcd_id, orig_cnrn_cd_id, orig_hosp_acqd_cnrn_cd_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_cnrn_subtyp_id, orig_age_at_frst_onst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnrn_vn, pt_vn, prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_vn, orig_cnrn_stcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_cnfdlty_cd_vn, cnrn_cd_vn, age_at_frst_onst_uomcd_vn, orig_cnrn_subtyp_vn, hosp_acqd_cnrn_cd_vn, orig_cnrn_cd_vn, orig_sevrty_cd_vn, prsnt_on_admsn_cnrn_cd_vn, orig_age_at_frst_onst_uomcd_vn, cnrn_subtyp_vn, infrmnt_typ_vn, orig_infrmnt_typ_vn, cnrn_stcd_vn, sevrty_cd_vn, cnfdlty_cd_vn, conftn_stcd_id, conftn_stcd_vn, orig_conftn_stcd_id, orig_conftn_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (610, 7, 42, 91, 123, null, null, null, null, 'DG 007', to_date('05-01-2009 00:01:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('04-01-2009 09:21:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~DG 007', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_CNRN (cnrn_id, pt_id, cnrn_subtyp_id, cnrn_cd_id, cnrn_stcd_id, hosp_acqd_cnrn_cd_id, infrmnt_typ_id, sevrty_cd_id, cnfdlty_cd_id, cnrn_nbr, cnrn_recd_dt, cnrn_onst_dt, cnrn_reslutn_dt, lst_expd_dt, age_at_frst_onst, age_at_frst_onst_uomcd_id, cnrn_nt, cnrn_obj_findg_nt, cnrn_subjtv_findg_nt, orig_cnrn_stcd_id, orig_cnrn_cd_id, orig_hosp_acqd_cnrn_cd_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_cnrn_subtyp_id, orig_age_at_frst_onst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnrn_vn, pt_vn, prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_vn, orig_cnrn_stcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_cnfdlty_cd_vn, cnrn_cd_vn, age_at_frst_onst_uomcd_vn, orig_cnrn_subtyp_vn, hosp_acqd_cnrn_cd_vn, orig_cnrn_cd_vn, orig_sevrty_cd_vn, prsnt_on_admsn_cnrn_cd_vn, orig_age_at_frst_onst_uomcd_vn, cnrn_subtyp_vn, infrmnt_typ_vn, orig_infrmnt_typ_vn, cnrn_stcd_vn, sevrty_cd_vn, cnfdlty_cd_vn, conftn_stcd_id, conftn_stcd_vn, orig_conftn_stcd_id, orig_conftn_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (611, 1, 42, 96, 123, null, null, null, null, 'DG 001B', to_date('04-01-2009 00:05:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('03-01-2009 23:31:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('05-01-2009 10:15:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~DG 001B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_CNRN (cnrn_id, pt_id, cnrn_subtyp_id, cnrn_cd_id, cnrn_stcd_id, hosp_acqd_cnrn_cd_id, infrmnt_typ_id, sevrty_cd_id, cnfdlty_cd_id, cnrn_nbr, cnrn_recd_dt, cnrn_onst_dt, cnrn_reslutn_dt, lst_expd_dt, age_at_frst_onst, age_at_frst_onst_uomcd_id, cnrn_nt, cnrn_obj_findg_nt, cnrn_subjtv_findg_nt, orig_cnrn_stcd_id, orig_cnrn_cd_id, orig_hosp_acqd_cnrn_cd_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_cnrn_subtyp_id, orig_age_at_frst_onst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnrn_vn, pt_vn, prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_vn, orig_cnrn_stcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_cnfdlty_cd_vn, cnrn_cd_vn, age_at_frst_onst_uomcd_vn, orig_cnrn_subtyp_vn, hosp_acqd_cnrn_cd_vn, orig_cnrn_cd_vn, orig_sevrty_cd_vn, prsnt_on_admsn_cnrn_cd_vn, orig_age_at_frst_onst_uomcd_vn, cnrn_subtyp_vn, infrmnt_typ_vn, orig_infrmnt_typ_vn, cnrn_stcd_vn, sevrty_cd_vn, cnfdlty_cd_vn, conftn_stcd_id, conftn_stcd_vn, orig_conftn_stcd_id, orig_conftn_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (612, 3, 42, 96, 125, null, null, null, null, 'DG 003', to_date('07-08-2010 11:11:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-08-2010 06:30:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~DG 003', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_CNRN (cnrn_id, pt_id, cnrn_subtyp_id, cnrn_cd_id, cnrn_stcd_id, hosp_acqd_cnrn_cd_id, infrmnt_typ_id, sevrty_cd_id, cnfdlty_cd_id, cnrn_nbr, cnrn_recd_dt, cnrn_onst_dt, cnrn_reslutn_dt, lst_expd_dt, age_at_frst_onst, age_at_frst_onst_uomcd_id, cnrn_nt, cnrn_obj_findg_nt, cnrn_subjtv_findg_nt, orig_cnrn_stcd_id, orig_cnrn_cd_id, orig_hosp_acqd_cnrn_cd_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_cnrn_subtyp_id, orig_age_at_frst_onst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnrn_vn, pt_vn, prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_vn, orig_cnrn_stcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_cnfdlty_cd_vn, cnrn_cd_vn, age_at_frst_onst_uomcd_vn, orig_cnrn_subtyp_vn, hosp_acqd_cnrn_cd_vn, orig_cnrn_cd_vn, orig_sevrty_cd_vn, prsnt_on_admsn_cnrn_cd_vn, orig_age_at_frst_onst_uomcd_vn, cnrn_subtyp_vn, infrmnt_typ_vn, orig_infrmnt_typ_vn, cnrn_stcd_vn, sevrty_cd_vn, cnfdlty_cd_vn, conftn_stcd_id, conftn_stcd_vn, orig_conftn_stcd_id, orig_conftn_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (613, 8, 42, 96, 125, null, null, null, null, 'DG 008', to_date('05-03-2011 07:44:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('03-03-2011 05:33:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~DG 008', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_CNRN (cnrn_id, pt_id, cnrn_subtyp_id, cnrn_cd_id, cnrn_stcd_id, hosp_acqd_cnrn_cd_id, infrmnt_typ_id, sevrty_cd_id, cnfdlty_cd_id, cnrn_nbr, cnrn_recd_dt, cnrn_onst_dt, cnrn_reslutn_dt, lst_expd_dt, age_at_frst_onst, age_at_frst_onst_uomcd_id, cnrn_nt, cnrn_obj_findg_nt, cnrn_subjtv_findg_nt, orig_cnrn_stcd_id, orig_cnrn_cd_id, orig_hosp_acqd_cnrn_cd_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_cnrn_subtyp_id, orig_age_at_frst_onst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnrn_vn, pt_vn, prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_vn, orig_cnrn_stcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_cnfdlty_cd_vn, cnrn_cd_vn, age_at_frst_onst_uomcd_vn, orig_cnrn_subtyp_vn, hosp_acqd_cnrn_cd_vn, orig_cnrn_cd_vn, orig_sevrty_cd_vn, prsnt_on_admsn_cnrn_cd_vn, orig_age_at_frst_onst_uomcd_vn, cnrn_subtyp_vn, infrmnt_typ_vn, orig_infrmnt_typ_vn, cnrn_stcd_vn, sevrty_cd_vn, cnfdlty_cd_vn, conftn_stcd_id, conftn_stcd_vn, orig_conftn_stcd_id, orig_conftn_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (614, 4, 42, 100, 123, null, null, null, null, 'DG 004', to_date('13-12-2010 01:23:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('12-12-2010 03:45:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~DG 004', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_CNRN (cnrn_id, pt_id, cnrn_subtyp_id, cnrn_cd_id, cnrn_stcd_id, hosp_acqd_cnrn_cd_id, infrmnt_typ_id, sevrty_cd_id, cnfdlty_cd_id, cnrn_nbr, cnrn_recd_dt, cnrn_onst_dt, cnrn_reslutn_dt, lst_expd_dt, age_at_frst_onst, age_at_frst_onst_uomcd_id, cnrn_nt, cnrn_obj_findg_nt, cnrn_subjtv_findg_nt, orig_cnrn_stcd_id, orig_cnrn_cd_id, orig_hosp_acqd_cnrn_cd_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_cnrn_subtyp_id, orig_age_at_frst_onst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnrn_vn, pt_vn, prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_vn, orig_cnrn_stcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_cnfdlty_cd_vn, cnrn_cd_vn, age_at_frst_onst_uomcd_vn, orig_cnrn_subtyp_vn, hosp_acqd_cnrn_cd_vn, orig_cnrn_cd_vn, orig_sevrty_cd_vn, prsnt_on_admsn_cnrn_cd_vn, orig_age_at_frst_onst_uomcd_vn, cnrn_subtyp_vn, infrmnt_typ_vn, orig_infrmnt_typ_vn, cnrn_stcd_vn, sevrty_cd_vn, cnfdlty_cd_vn, conftn_stcd_id, conftn_stcd_vn, orig_conftn_stcd_id, orig_conftn_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (615, 9, 42, 100, 123, null, null, null, null, 'DG 009', to_date('07-04-2011 01:33:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('06-04-2011 04:22:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~DG 009', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_CNRN (cnrn_id, pt_id, cnrn_subtyp_id, cnrn_cd_id, cnrn_stcd_id, hosp_acqd_cnrn_cd_id, infrmnt_typ_id, sevrty_cd_id, cnfdlty_cd_id, cnrn_nbr, cnrn_recd_dt, cnrn_onst_dt, cnrn_reslutn_dt, lst_expd_dt, age_at_frst_onst, age_at_frst_onst_uomcd_id, cnrn_nt, cnrn_obj_findg_nt, cnrn_subjtv_findg_nt, orig_cnrn_stcd_id, orig_cnrn_cd_id, orig_hosp_acqd_cnrn_cd_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_cnrn_subtyp_id, orig_age_at_frst_onst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnrn_vn, pt_vn, prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_vn, orig_cnrn_stcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_cnfdlty_cd_vn, cnrn_cd_vn, age_at_frst_onst_uomcd_vn, orig_cnrn_subtyp_vn, hosp_acqd_cnrn_cd_vn, orig_cnrn_cd_vn, orig_sevrty_cd_vn, prsnt_on_admsn_cnrn_cd_vn, orig_age_at_frst_onst_uomcd_vn, cnrn_subtyp_vn, infrmnt_typ_vn, orig_infrmnt_typ_vn, cnrn_stcd_vn, sevrty_cd_vn, cnfdlty_cd_vn, conftn_stcd_id, conftn_stcd_vn, orig_conftn_stcd_id, orig_conftn_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (616, 5, 42, 105, 124, null, null, null, null, 'DG 005', to_date('08-01-2011 06:03:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-01-2011 12:02:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('10-01-2011 10:15:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~DG 005', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_CNRN (cnrn_id, pt_id, cnrn_subtyp_id, cnrn_cd_id, cnrn_stcd_id, hosp_acqd_cnrn_cd_id, infrmnt_typ_id, sevrty_cd_id, cnfdlty_cd_id, cnrn_nbr, cnrn_recd_dt, cnrn_onst_dt, cnrn_reslutn_dt, lst_expd_dt, age_at_frst_onst, age_at_frst_onst_uomcd_id, cnrn_nt, cnrn_obj_findg_nt, cnrn_subjtv_findg_nt, orig_cnrn_stcd_id, orig_cnrn_cd_id, orig_hosp_acqd_cnrn_cd_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_cnrn_subtyp_id, orig_age_at_frst_onst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnrn_vn, pt_vn, prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_vn, orig_cnrn_stcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_cnfdlty_cd_vn, cnrn_cd_vn, age_at_frst_onst_uomcd_vn, orig_cnrn_subtyp_vn, hosp_acqd_cnrn_cd_vn, orig_cnrn_cd_vn, orig_sevrty_cd_vn, prsnt_on_admsn_cnrn_cd_vn, orig_age_at_frst_onst_uomcd_vn, cnrn_subtyp_vn, infrmnt_typ_vn, orig_infrmnt_typ_vn, cnrn_stcd_vn, sevrty_cd_vn, cnfdlty_cd_vn, conftn_stcd_id, conftn_stcd_vn, orig_conftn_stcd_id, orig_conftn_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (617, 10, 42, 105, 124, null, null, null, null, 'DG 010', to_date('08-01-2009 03:11:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('07-01-2009 18:56:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('09-01-2009 07:43:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~DG 010', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_CNRN (cnrn_id, pt_id, cnrn_subtyp_id, cnrn_cd_id, cnrn_stcd_id, hosp_acqd_cnrn_cd_id, infrmnt_typ_id, sevrty_cd_id, cnfdlty_cd_id, cnrn_nbr, cnrn_recd_dt, cnrn_onst_dt, cnrn_reslutn_dt, lst_expd_dt, age_at_frst_onst, age_at_frst_onst_uomcd_id, cnrn_nt, cnrn_obj_findg_nt, cnrn_subjtv_findg_nt, orig_cnrn_stcd_id, orig_cnrn_cd_id, orig_hosp_acqd_cnrn_cd_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_cnrn_subtyp_id, orig_age_at_frst_onst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnrn_vn, pt_vn, prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_vn, orig_cnrn_stcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_cnfdlty_cd_vn, cnrn_cd_vn, age_at_frst_onst_uomcd_vn, orig_cnrn_subtyp_vn, hosp_acqd_cnrn_cd_vn, orig_cnrn_cd_vn, orig_sevrty_cd_vn, prsnt_on_admsn_cnrn_cd_vn, orig_age_at_frst_onst_uomcd_vn, cnrn_subtyp_vn, infrmnt_typ_vn, orig_infrmnt_typ_vn, cnrn_stcd_vn, sevrty_cd_vn, cnfdlty_cd_vn, conftn_stcd_id, conftn_stcd_vn, orig_conftn_stcd_id, orig_conftn_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (618, 1, 42, 86, 124, null, null, null, null, 'DG 001', to_date('04-01-2009 00:05:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('03-01-2009 23:31:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('05-01-2009 10:15:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~DG 001', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, 0, null); insert into HDM_CNRN (cnrn_id, pt_id, cnrn_subtyp_id, cnrn_cd_id, cnrn_stcd_id, hosp_acqd_cnrn_cd_id, infrmnt_typ_id, sevrty_cd_id, cnfdlty_cd_id, cnrn_nbr, cnrn_recd_dt, cnrn_onst_dt, cnrn_reslutn_dt, lst_expd_dt, age_at_frst_onst, age_at_frst_onst_uomcd_id, cnrn_nt, cnrn_obj_findg_nt, cnrn_subjtv_findg_nt, orig_cnrn_stcd_id, orig_cnrn_cd_id, orig_hosp_acqd_cnrn_cd_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_cnrn_subtyp_id, orig_age_at_frst_onst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnrn_vn, pt_vn, prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_id, orig_prsnt_on_admsn_cnrn_cd_vn, orig_cnrn_stcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_cnfdlty_cd_vn, cnrn_cd_vn, age_at_frst_onst_uomcd_vn, orig_cnrn_subtyp_vn, hosp_acqd_cnrn_cd_vn, orig_cnrn_cd_vn, orig_sevrty_cd_vn, prsnt_on_admsn_cnrn_cd_vn, orig_age_at_frst_onst_uomcd_vn, cnrn_subtyp_vn, infrmnt_typ_vn, orig_infrmnt_typ_vn, cnrn_stcd_vn, sevrty_cd_vn, cnfdlty_cd_vn, conftn_stcd_id, conftn_stcd_vn, orig_conftn_stcd_id, orig_conftn_stcd_vn, recrd_set_id, enterprise_id, correction_flg) values (619, 6, 42, 86, 124, null, null, null, null, 'DG 006', to_date('05-04-2011 01:01:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('04-04-2011 13:44:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('06-04-2011 12:22:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~DG 006', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, 0, null); prompt 11 records loaded prompt Loading HDM_CNRN_ANATSITE... insert into HDM_CNRN_ANATSITE (cnrn_anatsite_id, cnrn_id, anatsite_cd_id, orig_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, cnrn_anatsite_vn, cnrn_vn, anatsite_cd_vn, orig_anatsite_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (620, 618, 58, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~DG 001~A001', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_CNRN_ANATSITE (cnrn_anatsite_id, cnrn_id, anatsite_cd_id, orig_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, cnrn_anatsite_vn, cnrn_vn, anatsite_cd_vn, orig_anatsite_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (621, 619, 58, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~DG 006~A001', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_CNRN_ANATSITE (cnrn_anatsite_id, cnrn_id, anatsite_cd_id, orig_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, cnrn_anatsite_vn, cnrn_vn, anatsite_cd_vn, orig_anatsite_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (622, 611, 59, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~DG 001B~A002', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_CNRN_ANATSITE (cnrn_anatsite_id, cnrn_id, anatsite_cd_id, orig_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, cnrn_anatsite_vn, cnrn_vn, anatsite_cd_vn, orig_anatsite_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (623, 610, 59, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~DG 007~A002', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_CNRN_ANATSITE (cnrn_anatsite_id, cnrn_id, anatsite_cd_id, orig_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, cnrn_anatsite_vn, cnrn_vn, anatsite_cd_vn, orig_anatsite_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (624, 609, 59, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~DG 002~A002', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_CNRN_ANATSITE (cnrn_anatsite_id, cnrn_id, anatsite_cd_id, orig_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, cnrn_anatsite_vn, cnrn_vn, anatsite_cd_vn, orig_anatsite_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (625, 613, 60, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~DG 008~A003', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_CNRN_ANATSITE (cnrn_anatsite_id, cnrn_id, anatsite_cd_id, orig_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, cnrn_anatsite_vn, cnrn_vn, anatsite_cd_vn, orig_anatsite_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (626, 611, 60, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~DG 001B~A003', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_CNRN_ANATSITE (cnrn_anatsite_id, cnrn_id, anatsite_cd_id, orig_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, cnrn_anatsite_vn, cnrn_vn, anatsite_cd_vn, orig_anatsite_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (627, 612, 60, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~DG 003~A003', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_CNRN_ANATSITE (cnrn_anatsite_id, cnrn_id, anatsite_cd_id, orig_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, cnrn_anatsite_vn, cnrn_vn, anatsite_cd_vn, orig_anatsite_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (628, 614, 61, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~DG 004~A004', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_CNRN_ANATSITE (cnrn_anatsite_id, cnrn_id, anatsite_cd_id, orig_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, cnrn_anatsite_vn, cnrn_vn, anatsite_cd_vn, orig_anatsite_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (629, 615, 61, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~DG 009~A004', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_CNRN_ANATSITE (cnrn_anatsite_id, cnrn_id, anatsite_cd_id, orig_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, cnrn_anatsite_vn, cnrn_vn, anatsite_cd_vn, orig_anatsite_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (630, 616, 61, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~DG 005~A004', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_CNRN_ANATSITE (cnrn_anatsite_id, cnrn_id, anatsite_cd_id, orig_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, cnrn_anatsite_vn, cnrn_vn, anatsite_cd_vn, orig_anatsite_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (631, 617, 61, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~DG 010~A004', '0', 'N', 0, 0, 0, null, null, 0, null); prompt 12 records loaded prompt Loading HDM_CNSNT... insert into HDM_CNSNT (cnsnt_id, pt_id, guardn_id, cnsnt_typ_id, cnsnt_stcd_id, cnsnt_nbr, cnsnt_eff_strt_dt, cnsnt_eff_end_dt, cnsnt_desc, cnsnt_nt, orig_cnsnt_typ_id, orig_cnsnt_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnsnt_vn, guardn_vn, pt_vn, orig_cnsnt_typ_vn, orig_cnsnt_stcd_vn, cnsnt_typ_vn, cnsnt_stcd_vn, cnsnt_frm_recvd_dt, cnsnt_revoked_dt, cnsnt_expired_dt, recrd_set_id, enterprise_id, correction_flg) values (576, 1, null, 110, 106, 'CN 001', to_date('01-06-2010 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~CN 001', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null, null, 0, 0, null, null, null, null, 0, null); insert into HDM_CNSNT (cnsnt_id, pt_id, guardn_id, cnsnt_typ_id, cnsnt_stcd_id, cnsnt_nbr, cnsnt_eff_strt_dt, cnsnt_eff_end_dt, cnsnt_desc, cnsnt_nt, orig_cnsnt_typ_id, orig_cnsnt_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnsnt_vn, guardn_vn, pt_vn, orig_cnsnt_typ_vn, orig_cnsnt_stcd_vn, cnsnt_typ_vn, cnsnt_stcd_vn, cnsnt_frm_recvd_dt, cnsnt_revoked_dt, cnsnt_expired_dt, recrd_set_id, enterprise_id, correction_flg) values (577, 6, null, 110, 107, 'CN 006', to_date('01-05-2010 07:00:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('30-04-2011', 'dd-mm-yyyy'), null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~CN 006', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null, null, 0, 0, null, null, null, null, 0, null); insert into HDM_CNSNT (cnsnt_id, pt_id, guardn_id, cnsnt_typ_id, cnsnt_stcd_id, cnsnt_nbr, cnsnt_eff_strt_dt, cnsnt_eff_end_dt, cnsnt_desc, cnsnt_nt, orig_cnsnt_typ_id, orig_cnsnt_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnsnt_vn, guardn_vn, pt_vn, orig_cnsnt_typ_vn, orig_cnsnt_stcd_vn, cnsnt_typ_vn, cnsnt_stcd_vn, cnsnt_frm_recvd_dt, cnsnt_revoked_dt, cnsnt_expired_dt, recrd_set_id, enterprise_id, correction_flg) values (578, 2, null, 111, 108, 'CN 002', to_date('02-05-2010 09:40:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('31-12-2010', 'dd-mm-yyyy'), null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~CN 002', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null, null, 0, 0, null, null, null, null, 0, null); insert into HDM_CNSNT (cnsnt_id, pt_id, guardn_id, cnsnt_typ_id, cnsnt_stcd_id, cnsnt_nbr, cnsnt_eff_strt_dt, cnsnt_eff_end_dt, cnsnt_desc, cnsnt_nt, orig_cnsnt_typ_id, orig_cnsnt_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnsnt_vn, guardn_vn, pt_vn, orig_cnsnt_typ_vn, orig_cnsnt_stcd_vn, cnsnt_typ_vn, cnsnt_stcd_vn, cnsnt_frm_recvd_dt, cnsnt_revoked_dt, cnsnt_expired_dt, recrd_set_id, enterprise_id, correction_flg) values (579, 7, null, 111, 106, 'CN 007', to_date('01-06-2010 10:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~CN 007', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null, null, 0, 0, null, null, null, null, 0, null); insert into HDM_CNSNT (cnsnt_id, pt_id, guardn_id, cnsnt_typ_id, cnsnt_stcd_id, cnsnt_nbr, cnsnt_eff_strt_dt, cnsnt_eff_end_dt, cnsnt_desc, cnsnt_nt, orig_cnsnt_typ_id, orig_cnsnt_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnsnt_vn, guardn_vn, pt_vn, orig_cnsnt_typ_vn, orig_cnsnt_stcd_vn, cnsnt_typ_vn, cnsnt_stcd_vn, cnsnt_frm_recvd_dt, cnsnt_revoked_dt, cnsnt_expired_dt, recrd_set_id, enterprise_id, correction_flg) values (580, 10, null, 111, 109, 'CN 010', to_date('05-05-2010 08:00:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('31-12-2010', 'dd-mm-yyyy'), null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~CN 010', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null, null, 0, 0, null, null, null, null, 0, null); insert into HDM_CNSNT (cnsnt_id, pt_id, guardn_id, cnsnt_typ_id, cnsnt_stcd_id, cnsnt_nbr, cnsnt_eff_strt_dt, cnsnt_eff_end_dt, cnsnt_desc, cnsnt_nt, orig_cnsnt_typ_id, orig_cnsnt_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnsnt_vn, guardn_vn, pt_vn, orig_cnsnt_typ_vn, orig_cnsnt_stcd_vn, cnsnt_typ_vn, cnsnt_stcd_vn, cnsnt_frm_recvd_dt, cnsnt_revoked_dt, cnsnt_expired_dt, recrd_set_id, enterprise_id, correction_flg) values (581, 3, null, 112, 107, 'CN 003', to_date('03-05-2010 13:00:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('02-05-2011', 'dd-mm-yyyy'), null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~CN 003', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null, null, 0, 0, null, null, null, null, 0, null); insert into HDM_CNSNT (cnsnt_id, pt_id, guardn_id, cnsnt_typ_id, cnsnt_stcd_id, cnsnt_nbr, cnsnt_eff_strt_dt, cnsnt_eff_end_dt, cnsnt_desc, cnsnt_nt, orig_cnsnt_typ_id, orig_cnsnt_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnsnt_vn, guardn_vn, pt_vn, orig_cnsnt_typ_vn, orig_cnsnt_stcd_vn, cnsnt_typ_vn, cnsnt_stcd_vn, cnsnt_frm_recvd_dt, cnsnt_revoked_dt, cnsnt_expired_dt, recrd_set_id, enterprise_id, correction_flg) values (582, 8, null, 112, 108, 'CN 008', to_date('03-05-2010 11:00:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('06-06-2010', 'dd-mm-yyyy'), null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~CN 008', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null, null, 0, 0, null, null, null, null, 0, null); insert into HDM_CNSNT (cnsnt_id, pt_id, guardn_id, cnsnt_typ_id, cnsnt_stcd_id, cnsnt_nbr, cnsnt_eff_strt_dt, cnsnt_eff_end_dt, cnsnt_desc, cnsnt_nt, orig_cnsnt_typ_id, orig_cnsnt_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnsnt_vn, guardn_vn, pt_vn, orig_cnsnt_typ_vn, orig_cnsnt_stcd_vn, cnsnt_typ_vn, cnsnt_stcd_vn, cnsnt_frm_recvd_dt, cnsnt_revoked_dt, cnsnt_expired_dt, recrd_set_id, enterprise_id, correction_flg) values (583, 4, null, 113, 106, 'CN 004', to_date('04-05-2010 14:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~CN 004', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null, null, 0, 0, null, null, null, null, 0, null); insert into HDM_CNSNT (cnsnt_id, pt_id, guardn_id, cnsnt_typ_id, cnsnt_stcd_id, cnsnt_nbr, cnsnt_eff_strt_dt, cnsnt_eff_end_dt, cnsnt_desc, cnsnt_nt, orig_cnsnt_typ_id, orig_cnsnt_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnsnt_vn, guardn_vn, pt_vn, orig_cnsnt_typ_vn, orig_cnsnt_stcd_vn, cnsnt_typ_vn, cnsnt_stcd_vn, cnsnt_frm_recvd_dt, cnsnt_revoked_dt, cnsnt_expired_dt, recrd_set_id, enterprise_id, correction_flg) values (584, 2, null, 114, 106, 'CN 002B', to_date('02-05-2010 09:40:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('31-12-2010', 'dd-mm-yyyy'), null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~CN 002B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null, null, 0, 0, null, null, null, null, 0, null); insert into HDM_CNSNT (cnsnt_id, pt_id, guardn_id, cnsnt_typ_id, cnsnt_stcd_id, cnsnt_nbr, cnsnt_eff_strt_dt, cnsnt_eff_end_dt, cnsnt_desc, cnsnt_nt, orig_cnsnt_typ_id, orig_cnsnt_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnsnt_vn, guardn_vn, pt_vn, orig_cnsnt_typ_vn, orig_cnsnt_stcd_vn, cnsnt_typ_vn, cnsnt_stcd_vn, cnsnt_frm_recvd_dt, cnsnt_revoked_dt, cnsnt_expired_dt, recrd_set_id, enterprise_id, correction_flg) values (585, 5, null, 114, 106, 'CN 005', to_date('01-06-2010 08:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~CN 005', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null, null, 0, 0, null, null, null, null, 0, null); insert into HDM_CNSNT (cnsnt_id, pt_id, guardn_id, cnsnt_typ_id, cnsnt_stcd_id, cnsnt_nbr, cnsnt_eff_strt_dt, cnsnt_eff_end_dt, cnsnt_desc, cnsnt_nt, orig_cnsnt_typ_id, orig_cnsnt_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, cnsnt_vn, guardn_vn, pt_vn, orig_cnsnt_typ_vn, orig_cnsnt_stcd_vn, cnsnt_typ_vn, cnsnt_stcd_vn, cnsnt_frm_recvd_dt, cnsnt_revoked_dt, cnsnt_expired_dt, recrd_set_id, enterprise_id, correction_flg) values (586, 9, null, 114, 107, 'CN 009', to_date('04-05-2010 11:00:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('03-05-2011', 'dd-mm-yyyy'), null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~CN 009', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null, null, 0, 0, null, null, null, null, 0, null); prompt 11 records loaded prompt Loading HDM_IND_PRTY_ETHN... insert into HDM_IND_PRTY_ETHN (ind_prty_ethn_id, prty_id, ethn_cd_id, orig_ethn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_ethn_vn, prty_vn, ethn_cd_vn, orig_ethn_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (545, 1, 141, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~EW', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_ETHN (ind_prty_ethn_id, prty_id, ethn_cd_id, orig_ethn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_ethn_vn, prty_vn, ethn_cd_vn, orig_ethn_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (546, 2, 142, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~EI', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_ETHN (ind_prty_ethn_id, prty_id, ethn_cd_id, orig_ethn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_ethn_vn, prty_vn, ethn_cd_vn, orig_ethn_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (547, 2, 145, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~EB', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_ETHN (ind_prty_ethn_id, prty_id, ethn_cd_id, orig_ethn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_ethn_vn, prty_vn, ethn_cd_vn, orig_ethn_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (548, 3, 142, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~EI', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_ETHN (ind_prty_ethn_id, prty_id, ethn_cd_id, orig_ethn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_ethn_vn, prty_vn, ethn_cd_vn, orig_ethn_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (549, 4, 144, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~EH', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_ETHN (ind_prty_ethn_id, prty_id, ethn_cd_id, orig_ethn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_ethn_vn, prty_vn, ethn_cd_vn, orig_ethn_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (550, 5, 143, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~ES', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_ETHN (ind_prty_ethn_id, prty_id, ethn_cd_id, orig_ethn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_ethn_vn, prty_vn, ethn_cd_vn, orig_ethn_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (551, 6, 141, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~EW', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_ETHN (ind_prty_ethn_id, prty_id, ethn_cd_id, orig_ethn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_ethn_vn, prty_vn, ethn_cd_vn, orig_ethn_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (552, 7, 145, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~EB', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_ETHN (ind_prty_ethn_id, prty_id, ethn_cd_id, orig_ethn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_ethn_vn, prty_vn, ethn_cd_vn, orig_ethn_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (553, 8, 142, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~EI', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_ETHN (ind_prty_ethn_id, prty_id, ethn_cd_id, orig_ethn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_ethn_vn, prty_vn, ethn_cd_vn, orig_ethn_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (554, 9, 144, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~EH', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_ETHN (ind_prty_ethn_id, prty_id, ethn_cd_id, orig_ethn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_ethn_vn, prty_vn, ethn_cd_vn, orig_ethn_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (555, 10, 143, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~ES', '0', 'N', 0, 0, 0, null, null, 0, null); prompt 11 records loaded prompt Loading HDM_IND_PRTY_RC... insert into HDM_IND_PRTY_RC (ind_prty_rc_id, prty_id, rc_cd_id, orig_rc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_rc_vn, prty_vn, rc_cd_vn, orig_rc_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (533, 1, 191, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~RC', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_RC (ind_prty_rc_id, prty_id, rc_cd_id, orig_rc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_rc_vn, prty_vn, rc_cd_vn, orig_rc_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (534, 2, 192, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~RB', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_RC (ind_prty_rc_id, prty_id, rc_cd_id, orig_rc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_rc_vn, prty_vn, rc_cd_vn, orig_rc_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (535, 3, 193, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~RN', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_RC (ind_prty_rc_id, prty_id, rc_cd_id, orig_rc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_rc_vn, prty_vn, rc_cd_vn, orig_rc_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (536, 4, 194, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~RA', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_RC (ind_prty_rc_id, prty_id, rc_cd_id, orig_rc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_rc_vn, prty_vn, rc_cd_vn, orig_rc_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (537, 5, 195, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~RH', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_RC (ind_prty_rc_id, prty_id, rc_cd_id, orig_rc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_rc_vn, prty_vn, rc_cd_vn, orig_rc_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (538, 6, 191, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~RC', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_RC (ind_prty_rc_id, prty_id, rc_cd_id, orig_rc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_rc_vn, prty_vn, rc_cd_vn, orig_rc_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (539, 6, 192, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~RB', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_RC (ind_prty_rc_id, prty_id, rc_cd_id, orig_rc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_rc_vn, prty_vn, rc_cd_vn, orig_rc_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (540, 7, 192, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~RB', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_RC (ind_prty_rc_id, prty_id, rc_cd_id, orig_rc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_rc_vn, prty_vn, rc_cd_vn, orig_rc_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (541, 8, 193, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~RN', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_RC (ind_prty_rc_id, prty_id, rc_cd_id, orig_rc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_rc_vn, prty_vn, rc_cd_vn, orig_rc_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (542, 9, 191, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~RC', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_RC (ind_prty_rc_id, prty_id, rc_cd_id, orig_rc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_rc_vn, prty_vn, rc_cd_vn, orig_rc_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (543, 9, 194, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~RA', '0', 'N', 0, 0, 0, null, null, 0, null); insert into HDM_IND_PRTY_RC (ind_prty_rc_id, prty_id, rc_cd_id, orig_rc_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ind_prty_rc_vn, prty_vn, rc_cd_vn, orig_rc_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (544, 10, 195, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~RH', '0', 'N', 0, 0, 0, null, null, 0, null); prompt 12 records loaded prompt Loading HDM_INTVN... insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (636, 188, 4, null, null, 43, null, null, 'PN 004', to_date('10-01-2010 06:10:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('10-01-2010 10:10:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~PN 004', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (637, 189, 5, null, null, 43, null, null, 'PN 005', to_date('08-01-2011 06:10:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('08-01-2011 07:10:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~PN 005', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (638, 189, 6, null, null, 43, null, null, 'PN 006', to_date('04-03-2009 10:10:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('04-03-2009 11:10:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~PN 006', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (639, 189, 7, null, null, 43, null, null, 'PN 007', to_date('05-01-2009 05:10:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('05-01-2009 06:10:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~PN 007', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (640, 186, 8, null, null, 43, null, null, 'PN 008', to_date('08-05-2011 00:10:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('08-05-2011 00:10:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~PN 008', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (641, 190, 9, null, null, 43, null, null, 'PN 009', to_date('10-04-2011 07:10:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('10-04-2011 09:10:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~PN 009', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (642, 188, 10, null, null, 43, null, null, 'PN 010', to_date('09-01-2009 11:10:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('09-01-2009 15:10:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~PN 010', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (643, null, 1, null, null, 44, null, null, 'SA 001B', to_date('02-01-2011 06:30:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~SA 001B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (644, null, 1, null, null, 44, null, null, 'SA 001', to_date('01-01-2010 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('31-01-2010', 'dd-mm-yyyy'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~SA 001', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (645, null, 2, null, null, 44, null, null, 'SA 002', to_date('02-01-2010 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~SA 002', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (646, null, 3, null, null, 44, null, null, 'SA 003B', to_date('04-01-2011 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('31-01-2011', 'dd-mm-yyyy'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~SA 003B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (647, null, 3, null, null, 44, null, null, 'SA 003', to_date('03-01-2010 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('31-01-2011', 'dd-mm-yyyy'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~SA 003', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (648, null, 4, null, null, 44, null, null, 'SA 004B', to_date('04-01-2010 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~SA 004B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (649, null, 4, null, null, 44, null, null, 'SA 004', to_date('04-01-2010 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~SA 004', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (650, null, 5, null, null, 44, null, null, 'SA 005B', to_date('05-01-2010 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('06-01-2011 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~SA 005B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (651, null, 5, null, null, 44, null, null, 'SA 005', to_date('05-01-2010 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('06-01-2011 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~SA 005', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (652, null, 6, null, null, 44, null, null, 'SA 006B', to_date('06-01-2010 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~SA 006B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (653, null, 6, null, null, 44, null, null, 'SA 006', to_date('02-01-2011 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~SA 006', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (654, null, 7, null, null, 44, null, null, 'SA 007B', to_date('07-01-2010 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('08-01-2011 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~SA 007B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (655, null, 7, null, null, 44, null, null, 'SA 007', to_date('07-01-2010 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('08-01-2011 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~SA 007', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (656, null, 8, null, null, 44, null, null, 'SA 008B', to_date('04-01-2011 14:00:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('04-01-2011 14:30:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~SA 008B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (657, null, 8, null, null, 44, null, null, 'SA 008', to_date('08-01-2010 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~SA 008', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (658, null, 9, null, null, 44, null, null, 'SA 009', to_date('09-01-2010 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('31-05-2011 12:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~SA 009', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (659, null, 10, null, null, 44, null, null, 'SA 010', to_date('10-01-2010 09:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~SA 010', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, null, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (678, 134, 1, null, null, 43, null, null, 'DG 001B', to_date('02-01-2011 07:30:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~DG 001B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (632, 189, 1, null, null, 43, null, null, 'PN 001', to_date('04-01-2011 07:10:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('04-01-2011 08:10:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~PN 001', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (633, 190, 1, null, null, 43, null, null, 'PN 001B', to_date('04-01-2011 07:10:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('04-01-2011 08:10:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~PN 001B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (634, 189, 2, null, null, 43, null, null, 'PN 002', to_date('05-01-2011 08:01:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('05-01-2011 09:10:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~PN 002', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (679, 126, 1, null, null, 43, null, null, 'DG 001', to_date('02-01-2011 07:30:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~DG 001', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (680, 127, 2, null, null, 43, null, null, 'DG 002', to_date('03-01-2011 09:22:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~DG 002', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (681, 131, 3, null, null, 43, null, null, 'DG 003B', to_date('04-01-2011 11:46:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~DG 003B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (682, 128, 3, null, null, 43, null, null, 'DG 003', to_date('04-01-2011 11:46:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~DG 003', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (683, 133, 4, null, null, 43, null, null, 'DG 004B', to_date('05-01-2011 08:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~DG 004B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (684, 129, 4, null, null, 43, null, null, 'DG 004', to_date('05-01-2011 08:00:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~DG 004', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (685, 130, 5, null, null, 43, null, null, 'DG 005', to_date('06-01-2011 23:10:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~DG 005', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (686, 126, 6, null, null, 43, null, null, 'DG 006', to_date('02-01-2011 14:56:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~DG 006', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (687, 127, 7, null, null, 43, null, null, 'DG 007', to_date('03-01-2011 22:33:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~DG 007', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (688, 131, 8, null, null, 43, null, null, 'DG 008B', to_date('04-01-2011 13:21:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~DG 008B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (689, 128, 8, null, null, 43, null, null, 'DG 008', to_date('04-01-2011 13:21:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~DG 008', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (690, 49, 9, null, null, 43, null, null, 'DG 009B', to_date('05-01-2011 07:45:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~DG 009B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (691, 129, 9, null, null, 43, null, null, 'DG 009', to_date('05-01-2011 07:45:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~DG 009', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (692, 128, 10, null, null, 43, null, null, 'DG 010B', to_date('06-01-2011 09:11:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~DG 010B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (693, 130, 10, null, null, 43, null, null, 'DG 010', to_date('06-01-2011 09:11:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~DG 010', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); insert into HDM_INTVN (intvn_id, intvn_cd_id, pt_id, fac_id, case_id, intvn_subtyp_id, intvn_stcd_id, intvn_cnfdlty_cd_id, intvn_nbr, strt_dt, end_dt, intvn_outcm_nt, intvn_nt, orig_intvn_cnfdlty_cd_id, orig_intvn_stcd_id, orig_intvn_subtyp_id, orig_intvn_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_sces_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, intvn_vn, case_vn, fac_vn, pt_vn, rept_intvn_flg, orig_intvn_cnfdlty_cd_vn, intvn_cnfdlty_cd_vn, intvn_cd_vn, intvn_subtyp_vn, orig_intvn_cd_vn, orig_intvn_stcd_vn, intvn_stcd_vn, orig_intvn_subtyp_vn, recrd_set_id, seq_nbr, enterprise_id, correction_flg) values (635, 187, 3, null, null, 43, null, null, 'PN 003', to_date('11-01-2011 13:10:00', 'dd-mm-yyyy hh24:mi:ss'), to_date('11-01-2011 15:10:00', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~PN 003', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, 0, null, null, null, 0, 0, null, null, null, null, null, null, 0, null); prompt 44 records loaded prompt Loading HDM_SPCMN... insert into HDM_SPCMN (spcmn_id, pt_id, intvn_id, spcmn_subtyp_id, spcmn_typ_cd_id, spcmn_stcd_id, targ_anatsite_cd_id, apro_anatsite_cd_id, spcmn_methd_cd_id, spcmn_prio_cd_id, spcmn_cnfdlty_cd_id, spcmn_nbr, spcmn_snt_dt, spcmn_recvd_dt, spcmn_nt, orig_spcmn_cnfdlty_cd_id, orig_spcmn_methd_cd_id, orig_spcmn_subtyp_id, orig_spcmn_prio_cd_id, orig_spcmn_stcd_id, orig_spcmn_typ_cd_id, orig_targ_anatsite_cd_id, orig_apro_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, spcmn_qty, spcmn_qty_uomcd_id, orig_spcmn_qty_uomcd_id, spcmn_qual_cd_id, orig_spcmn_qual_cd_id, spcmn_container_typ_id, orig_spcmn_container_typ_id, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, spcmn_vn, intvn_vn, pt_vn, spcmn_obtnd_qty, spcmn_obtnd_qty_uomcd_id, spcmn_expirtn_dt, spcmn_hndlng_instrcn, spcmn_storg_instrcn, spcmn_trnsprt_instrcn, orig_spcmn_obtnd_qty_uomcd_id, spcmn_subtyp_vn, spcmn_methd_cd_vn, spcmn_obtnd_qty_uomcd_vn, orig_spcmn_typ_cd_vn, orig_spcmn_subtyp_vn, spcmn_qual_cd_vn, apro_anatsite_cd_vn, orig_apro_anatsite_cd_vn, spcmn_prio_cd_vn, spcmn_cnfdlty_cd_vn, orig_spcmn_stcd_vn, spcmn_qty_uomcd_vn, orig_targ_anatsite_cd_vn, orig_spcmn_cnfdlty_cd_vn, orig_spcmn_obtnd_qty_uomcd_vn, spcmn_container_typ_vn, spcmn_stcd_vn, orig_spcmn_qual_cd_vn, orig_spcmn_container_typ_vn, spcmn_typ_cd_vn, targ_anatsite_cd_vn, orig_spcmn_methd_cd_vn, orig_spcmn_qty_uomcd_vn, orig_spcmn_prio_cd_vn, recrd_set_id, spcmn_colc_dt, enterprise_id, correction_flg) values (587, 8, 689, 48, 216, null, 66, null, null, null, null, 'SN 008', null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~SN 008', '0', 'N', 1, 208, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, 0, null, null, null, null, to_date('08-05-2011 00:10:00', 'dd-mm-yyyy hh24:mi:ss'), 0, null); insert into HDM_SPCMN (spcmn_id, pt_id, intvn_id, spcmn_subtyp_id, spcmn_typ_cd_id, spcmn_stcd_id, targ_anatsite_cd_id, apro_anatsite_cd_id, spcmn_methd_cd_id, spcmn_prio_cd_id, spcmn_cnfdlty_cd_id, spcmn_nbr, spcmn_snt_dt, spcmn_recvd_dt, spcmn_nt, orig_spcmn_cnfdlty_cd_id, orig_spcmn_methd_cd_id, orig_spcmn_subtyp_id, orig_spcmn_prio_cd_id, orig_spcmn_stcd_id, orig_spcmn_typ_cd_id, orig_targ_anatsite_cd_id, orig_apro_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, spcmn_qty, spcmn_qty_uomcd_id, orig_spcmn_qty_uomcd_id, spcmn_qual_cd_id, orig_spcmn_qual_cd_id, spcmn_container_typ_id, orig_spcmn_container_typ_id, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, spcmn_vn, intvn_vn, pt_vn, spcmn_obtnd_qty, spcmn_obtnd_qty_uomcd_id, spcmn_expirtn_dt, spcmn_hndlng_instrcn, spcmn_storg_instrcn, spcmn_trnsprt_instrcn, orig_spcmn_obtnd_qty_uomcd_id, spcmn_subtyp_vn, spcmn_methd_cd_vn, spcmn_obtnd_qty_uomcd_vn, orig_spcmn_typ_cd_vn, orig_spcmn_subtyp_vn, spcmn_qual_cd_vn, apro_anatsite_cd_vn, orig_apro_anatsite_cd_vn, spcmn_prio_cd_vn, spcmn_cnfdlty_cd_vn, orig_spcmn_stcd_vn, spcmn_qty_uomcd_vn, orig_targ_anatsite_cd_vn, orig_spcmn_cnfdlty_cd_vn, orig_spcmn_obtnd_qty_uomcd_vn, spcmn_container_typ_vn, spcmn_stcd_vn, orig_spcmn_qual_cd_vn, orig_spcmn_container_typ_vn, spcmn_typ_cd_vn, targ_anatsite_cd_vn, orig_spcmn_methd_cd_vn, orig_spcmn_qty_uomcd_vn, orig_spcmn_prio_cd_vn, recrd_set_id, spcmn_colc_dt, enterprise_id, correction_flg) values (588, 9, 691, 48, 215, null, 65, null, null, null, null, 'SN 009', null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~SN 009', '0', 'N', 500, 209, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, 0, null, null, null, null, to_date('10-04-2011 09:10:00', 'dd-mm-yyyy hh24:mi:ss'), 0, null); insert into HDM_SPCMN (spcmn_id, pt_id, intvn_id, spcmn_subtyp_id, spcmn_typ_cd_id, spcmn_stcd_id, targ_anatsite_cd_id, apro_anatsite_cd_id, spcmn_methd_cd_id, spcmn_prio_cd_id, spcmn_cnfdlty_cd_id, spcmn_nbr, spcmn_snt_dt, spcmn_recvd_dt, spcmn_nt, orig_spcmn_cnfdlty_cd_id, orig_spcmn_methd_cd_id, orig_spcmn_subtyp_id, orig_spcmn_prio_cd_id, orig_spcmn_stcd_id, orig_spcmn_typ_cd_id, orig_targ_anatsite_cd_id, orig_apro_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, spcmn_qty, spcmn_qty_uomcd_id, orig_spcmn_qty_uomcd_id, spcmn_qual_cd_id, orig_spcmn_qual_cd_id, spcmn_container_typ_id, orig_spcmn_container_typ_id, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, spcmn_vn, intvn_vn, pt_vn, spcmn_obtnd_qty, spcmn_obtnd_qty_uomcd_id, spcmn_expirtn_dt, spcmn_hndlng_instrcn, spcmn_storg_instrcn, spcmn_trnsprt_instrcn, orig_spcmn_obtnd_qty_uomcd_id, spcmn_subtyp_vn, spcmn_methd_cd_vn, spcmn_obtnd_qty_uomcd_vn, orig_spcmn_typ_cd_vn, orig_spcmn_subtyp_vn, spcmn_qual_cd_vn, apro_anatsite_cd_vn, orig_apro_anatsite_cd_vn, spcmn_prio_cd_vn, spcmn_cnfdlty_cd_vn, orig_spcmn_stcd_vn, spcmn_qty_uomcd_vn, orig_targ_anatsite_cd_vn, orig_spcmn_cnfdlty_cd_vn, orig_spcmn_obtnd_qty_uomcd_vn, spcmn_container_typ_vn, spcmn_stcd_vn, orig_spcmn_qual_cd_vn, orig_spcmn_container_typ_vn, spcmn_typ_cd_vn, targ_anatsite_cd_vn, orig_spcmn_methd_cd_vn, orig_spcmn_qty_uomcd_vn, orig_spcmn_prio_cd_vn, recrd_set_id, spcmn_colc_dt, enterprise_id, correction_flg) values (589, 7, 687, 48, 212, null, 64, null, null, null, null, 'SN 007', null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~SN 007', '0', 'N', 1, 209, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, 0, null, null, null, null, to_date('05-01-2009 06:10:00', 'dd-mm-yyyy hh24:mi:ss'), 0, null); insert into HDM_SPCMN (spcmn_id, pt_id, intvn_id, spcmn_subtyp_id, spcmn_typ_cd_id, spcmn_stcd_id, targ_anatsite_cd_id, apro_anatsite_cd_id, spcmn_methd_cd_id, spcmn_prio_cd_id, spcmn_cnfdlty_cd_id, spcmn_nbr, spcmn_snt_dt, spcmn_recvd_dt, spcmn_nt, orig_spcmn_cnfdlty_cd_id, orig_spcmn_methd_cd_id, orig_spcmn_subtyp_id, orig_spcmn_prio_cd_id, orig_spcmn_stcd_id, orig_spcmn_typ_cd_id, orig_targ_anatsite_cd_id, orig_apro_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, spcmn_qty, spcmn_qty_uomcd_id, orig_spcmn_qty_uomcd_id, spcmn_qual_cd_id, orig_spcmn_qual_cd_id, spcmn_container_typ_id, orig_spcmn_container_typ_id, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, spcmn_vn, intvn_vn, pt_vn, spcmn_obtnd_qty, spcmn_obtnd_qty_uomcd_id, spcmn_expirtn_dt, spcmn_hndlng_instrcn, spcmn_storg_instrcn, spcmn_trnsprt_instrcn, orig_spcmn_obtnd_qty_uomcd_id, spcmn_subtyp_vn, spcmn_methd_cd_vn, spcmn_obtnd_qty_uomcd_vn, orig_spcmn_typ_cd_vn, orig_spcmn_subtyp_vn, spcmn_qual_cd_vn, apro_anatsite_cd_vn, orig_apro_anatsite_cd_vn, spcmn_prio_cd_vn, spcmn_cnfdlty_cd_vn, orig_spcmn_stcd_vn, spcmn_qty_uomcd_vn, orig_targ_anatsite_cd_vn, orig_spcmn_cnfdlty_cd_vn, orig_spcmn_obtnd_qty_uomcd_vn, spcmn_container_typ_vn, spcmn_stcd_vn, orig_spcmn_qual_cd_vn, orig_spcmn_container_typ_vn, spcmn_typ_cd_vn, targ_anatsite_cd_vn, orig_spcmn_methd_cd_vn, orig_spcmn_qty_uomcd_vn, orig_spcmn_prio_cd_vn, recrd_set_id, spcmn_colc_dt, enterprise_id, correction_flg) values (590, 6, 686, 48, 212, null, 64, null, null, null, null, 'SN 006', null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~SN 006', '0', 'N', 4, 209, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, 0, null, null, null, null, to_date('04-03-2009 11:10:00', 'dd-mm-yyyy hh24:mi:ss'), 0, null); insert into HDM_SPCMN (spcmn_id, pt_id, intvn_id, spcmn_subtyp_id, spcmn_typ_cd_id, spcmn_stcd_id, targ_anatsite_cd_id, apro_anatsite_cd_id, spcmn_methd_cd_id, spcmn_prio_cd_id, spcmn_cnfdlty_cd_id, spcmn_nbr, spcmn_snt_dt, spcmn_recvd_dt, spcmn_nt, orig_spcmn_cnfdlty_cd_id, orig_spcmn_methd_cd_id, orig_spcmn_subtyp_id, orig_spcmn_prio_cd_id, orig_spcmn_stcd_id, orig_spcmn_typ_cd_id, orig_targ_anatsite_cd_id, orig_apro_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, spcmn_qty, spcmn_qty_uomcd_id, orig_spcmn_qty_uomcd_id, spcmn_qual_cd_id, orig_spcmn_qual_cd_id, spcmn_container_typ_id, orig_spcmn_container_typ_id, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, spcmn_vn, intvn_vn, pt_vn, spcmn_obtnd_qty, spcmn_obtnd_qty_uomcd_id, spcmn_expirtn_dt, spcmn_hndlng_instrcn, spcmn_storg_instrcn, spcmn_trnsprt_instrcn, orig_spcmn_obtnd_qty_uomcd_id, spcmn_subtyp_vn, spcmn_methd_cd_vn, spcmn_obtnd_qty_uomcd_vn, orig_spcmn_typ_cd_vn, orig_spcmn_subtyp_vn, spcmn_qual_cd_vn, apro_anatsite_cd_vn, orig_apro_anatsite_cd_vn, spcmn_prio_cd_vn, spcmn_cnfdlty_cd_vn, orig_spcmn_stcd_vn, spcmn_qty_uomcd_vn, orig_targ_anatsite_cd_vn, orig_spcmn_cnfdlty_cd_vn, orig_spcmn_obtnd_qty_uomcd_vn, spcmn_container_typ_vn, spcmn_stcd_vn, orig_spcmn_qual_cd_vn, orig_spcmn_container_typ_vn, spcmn_typ_cd_vn, targ_anatsite_cd_vn, orig_spcmn_methd_cd_vn, orig_spcmn_qty_uomcd_vn, orig_spcmn_prio_cd_vn, recrd_set_id, spcmn_colc_dt, enterprise_id, correction_flg) values (591, 5, 685, 48, 212, null, 64, null, null, null, null, 'SN 005', null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~SN 005', '0', 'N', 2, 209, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, 0, null, null, null, null, to_date('08-01-2011 07:10:00', 'dd-mm-yyyy hh24:mi:ss'), 0, null); insert into HDM_SPCMN (spcmn_id, pt_id, intvn_id, spcmn_subtyp_id, spcmn_typ_cd_id, spcmn_stcd_id, targ_anatsite_cd_id, apro_anatsite_cd_id, spcmn_methd_cd_id, spcmn_prio_cd_id, spcmn_cnfdlty_cd_id, spcmn_nbr, spcmn_snt_dt, spcmn_recvd_dt, spcmn_nt, orig_spcmn_cnfdlty_cd_id, orig_spcmn_methd_cd_id, orig_spcmn_subtyp_id, orig_spcmn_prio_cd_id, orig_spcmn_stcd_id, orig_spcmn_typ_cd_id, orig_targ_anatsite_cd_id, orig_apro_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, spcmn_qty, spcmn_qty_uomcd_id, orig_spcmn_qty_uomcd_id, spcmn_qual_cd_id, orig_spcmn_qual_cd_id, spcmn_container_typ_id, orig_spcmn_container_typ_id, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, spcmn_vn, intvn_vn, pt_vn, spcmn_obtnd_qty, spcmn_obtnd_qty_uomcd_id, spcmn_expirtn_dt, spcmn_hndlng_instrcn, spcmn_storg_instrcn, spcmn_trnsprt_instrcn, orig_spcmn_obtnd_qty_uomcd_id, spcmn_subtyp_vn, spcmn_methd_cd_vn, spcmn_obtnd_qty_uomcd_vn, orig_spcmn_typ_cd_vn, orig_spcmn_subtyp_vn, spcmn_qual_cd_vn, apro_anatsite_cd_vn, orig_apro_anatsite_cd_vn, spcmn_prio_cd_vn, spcmn_cnfdlty_cd_vn, orig_spcmn_stcd_vn, spcmn_qty_uomcd_vn, orig_targ_anatsite_cd_vn, orig_spcmn_cnfdlty_cd_vn, orig_spcmn_obtnd_qty_uomcd_vn, spcmn_container_typ_vn, spcmn_stcd_vn, orig_spcmn_qual_cd_vn, orig_spcmn_container_typ_vn, spcmn_typ_cd_vn, targ_anatsite_cd_vn, orig_spcmn_methd_cd_vn, orig_spcmn_qty_uomcd_vn, orig_spcmn_prio_cd_vn, recrd_set_id, spcmn_colc_dt, enterprise_id, correction_flg) values (592, 2, null, 48, 212, null, 64, null, null, null, null, 'SN 002', null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~SN 002', '0', 'N', 5, 209, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, 0, null, null, null, null, to_date('05-01-2011 09:10:00', 'dd-mm-yyyy hh24:mi:ss'), 0, null); insert into HDM_SPCMN (spcmn_id, pt_id, intvn_id, spcmn_subtyp_id, spcmn_typ_cd_id, spcmn_stcd_id, targ_anatsite_cd_id, apro_anatsite_cd_id, spcmn_methd_cd_id, spcmn_prio_cd_id, spcmn_cnfdlty_cd_id, spcmn_nbr, spcmn_snt_dt, spcmn_recvd_dt, spcmn_nt, orig_spcmn_cnfdlty_cd_id, orig_spcmn_methd_cd_id, orig_spcmn_subtyp_id, orig_spcmn_prio_cd_id, orig_spcmn_stcd_id, orig_spcmn_typ_cd_id, orig_targ_anatsite_cd_id, orig_apro_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, spcmn_qty, spcmn_qty_uomcd_id, orig_spcmn_qty_uomcd_id, spcmn_qual_cd_id, orig_spcmn_qual_cd_id, spcmn_container_typ_id, orig_spcmn_container_typ_id, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, spcmn_vn, intvn_vn, pt_vn, spcmn_obtnd_qty, spcmn_obtnd_qty_uomcd_id, spcmn_expirtn_dt, spcmn_hndlng_instrcn, spcmn_storg_instrcn, spcmn_trnsprt_instrcn, orig_spcmn_obtnd_qty_uomcd_id, spcmn_subtyp_vn, spcmn_methd_cd_vn, spcmn_obtnd_qty_uomcd_vn, orig_spcmn_typ_cd_vn, orig_spcmn_subtyp_vn, spcmn_qual_cd_vn, apro_anatsite_cd_vn, orig_apro_anatsite_cd_vn, spcmn_prio_cd_vn, spcmn_cnfdlty_cd_vn, orig_spcmn_stcd_vn, spcmn_qty_uomcd_vn, orig_targ_anatsite_cd_vn, orig_spcmn_cnfdlty_cd_vn, orig_spcmn_obtnd_qty_uomcd_vn, spcmn_container_typ_vn, spcmn_stcd_vn, orig_spcmn_qual_cd_vn, orig_spcmn_container_typ_vn, spcmn_typ_cd_vn, targ_anatsite_cd_vn, orig_spcmn_methd_cd_vn, orig_spcmn_qty_uomcd_vn, orig_spcmn_prio_cd_vn, recrd_set_id, spcmn_colc_dt, enterprise_id, correction_flg) values (593, 1, 679, 48, 212, null, 64, null, null, null, null, 'SN 001', null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~SN 001', '0', 'N', 3, 209, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, 0, null, null, null, null, to_date('04-01-2011 08:10:00', 'dd-mm-yyyy hh24:mi:ss'), 0, null); insert into HDM_SPCMN (spcmn_id, pt_id, intvn_id, spcmn_subtyp_id, spcmn_typ_cd_id, spcmn_stcd_id, targ_anatsite_cd_id, apro_anatsite_cd_id, spcmn_methd_cd_id, spcmn_prio_cd_id, spcmn_cnfdlty_cd_id, spcmn_nbr, spcmn_snt_dt, spcmn_recvd_dt, spcmn_nt, orig_spcmn_cnfdlty_cd_id, orig_spcmn_methd_cd_id, orig_spcmn_subtyp_id, orig_spcmn_prio_cd_id, orig_spcmn_stcd_id, orig_spcmn_typ_cd_id, orig_targ_anatsite_cd_id, orig_apro_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, spcmn_qty, spcmn_qty_uomcd_id, orig_spcmn_qty_uomcd_id, spcmn_qual_cd_id, orig_spcmn_qual_cd_id, spcmn_container_typ_id, orig_spcmn_container_typ_id, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, spcmn_vn, intvn_vn, pt_vn, spcmn_obtnd_qty, spcmn_obtnd_qty_uomcd_id, spcmn_expirtn_dt, spcmn_hndlng_instrcn, spcmn_storg_instrcn, spcmn_trnsprt_instrcn, orig_spcmn_obtnd_qty_uomcd_id, spcmn_subtyp_vn, spcmn_methd_cd_vn, spcmn_obtnd_qty_uomcd_vn, orig_spcmn_typ_cd_vn, orig_spcmn_subtyp_vn, spcmn_qual_cd_vn, apro_anatsite_cd_vn, orig_apro_anatsite_cd_vn, spcmn_prio_cd_vn, spcmn_cnfdlty_cd_vn, orig_spcmn_stcd_vn, spcmn_qty_uomcd_vn, orig_targ_anatsite_cd_vn, orig_spcmn_cnfdlty_cd_vn, orig_spcmn_obtnd_qty_uomcd_vn, spcmn_container_typ_vn, spcmn_stcd_vn, orig_spcmn_qual_cd_vn, orig_spcmn_container_typ_vn, spcmn_typ_cd_vn, targ_anatsite_cd_vn, orig_spcmn_methd_cd_vn, orig_spcmn_qty_uomcd_vn, orig_spcmn_prio_cd_vn, recrd_set_id, spcmn_colc_dt, enterprise_id, correction_flg) values (594, 10, 693, 48, 214, null, 63, null, null, null, null, 'SN 010', null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~SN 010', '0', 'N', 3, 210, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, 0, null, null, null, null, to_date('09-01-2009 15:10:00', 'dd-mm-yyyy hh24:mi:ss'), 0, null); insert into HDM_SPCMN (spcmn_id, pt_id, intvn_id, spcmn_subtyp_id, spcmn_typ_cd_id, spcmn_stcd_id, targ_anatsite_cd_id, apro_anatsite_cd_id, spcmn_methd_cd_id, spcmn_prio_cd_id, spcmn_cnfdlty_cd_id, spcmn_nbr, spcmn_snt_dt, spcmn_recvd_dt, spcmn_nt, orig_spcmn_cnfdlty_cd_id, orig_spcmn_methd_cd_id, orig_spcmn_subtyp_id, orig_spcmn_prio_cd_id, orig_spcmn_stcd_id, orig_spcmn_typ_cd_id, orig_targ_anatsite_cd_id, orig_apro_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, spcmn_qty, spcmn_qty_uomcd_id, orig_spcmn_qty_uomcd_id, spcmn_qual_cd_id, orig_spcmn_qual_cd_id, spcmn_container_typ_id, orig_spcmn_container_typ_id, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, spcmn_vn, intvn_vn, pt_vn, spcmn_obtnd_qty, spcmn_obtnd_qty_uomcd_id, spcmn_expirtn_dt, spcmn_hndlng_instrcn, spcmn_storg_instrcn, spcmn_trnsprt_instrcn, orig_spcmn_obtnd_qty_uomcd_id, spcmn_subtyp_vn, spcmn_methd_cd_vn, spcmn_obtnd_qty_uomcd_vn, orig_spcmn_typ_cd_vn, orig_spcmn_subtyp_vn, spcmn_qual_cd_vn, apro_anatsite_cd_vn, orig_apro_anatsite_cd_vn, spcmn_prio_cd_vn, spcmn_cnfdlty_cd_vn, orig_spcmn_stcd_vn, spcmn_qty_uomcd_vn, orig_targ_anatsite_cd_vn, orig_spcmn_cnfdlty_cd_vn, orig_spcmn_obtnd_qty_uomcd_vn, spcmn_container_typ_vn, spcmn_stcd_vn, orig_spcmn_qual_cd_vn, orig_spcmn_container_typ_vn, spcmn_typ_cd_vn, targ_anatsite_cd_vn, orig_spcmn_methd_cd_vn, orig_spcmn_qty_uomcd_vn, orig_spcmn_prio_cd_vn, recrd_set_id, spcmn_colc_dt, enterprise_id, correction_flg) values (595, 4, 684, 48, 214, null, 58, null, null, null, null, 'SN 004', null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~SN 004', '0', 'N', 2, 210, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, 0, null, null, null, null, to_date('10-01-2010 10:10:00', 'dd-mm-yyyy hh24:mi:ss'), 0, null); insert into HDM_SPCMN (spcmn_id, pt_id, intvn_id, spcmn_subtyp_id, spcmn_typ_cd_id, spcmn_stcd_id, targ_anatsite_cd_id, apro_anatsite_cd_id, spcmn_methd_cd_id, spcmn_prio_cd_id, spcmn_cnfdlty_cd_id, spcmn_nbr, spcmn_snt_dt, spcmn_recvd_dt, spcmn_nt, orig_spcmn_cnfdlty_cd_id, orig_spcmn_methd_cd_id, orig_spcmn_subtyp_id, orig_spcmn_prio_cd_id, orig_spcmn_stcd_id, orig_spcmn_typ_cd_id, orig_targ_anatsite_cd_id, orig_apro_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, spcmn_qty, spcmn_qty_uomcd_id, orig_spcmn_qty_uomcd_id, spcmn_qual_cd_id, orig_spcmn_qual_cd_id, spcmn_container_typ_id, orig_spcmn_container_typ_id, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, spcmn_vn, intvn_vn, pt_vn, spcmn_obtnd_qty, spcmn_obtnd_qty_uomcd_id, spcmn_expirtn_dt, spcmn_hndlng_instrcn, spcmn_storg_instrcn, spcmn_trnsprt_instrcn, orig_spcmn_obtnd_qty_uomcd_id, spcmn_subtyp_vn, spcmn_methd_cd_vn, spcmn_obtnd_qty_uomcd_vn, orig_spcmn_typ_cd_vn, orig_spcmn_subtyp_vn, spcmn_qual_cd_vn, apro_anatsite_cd_vn, orig_apro_anatsite_cd_vn, spcmn_prio_cd_vn, spcmn_cnfdlty_cd_vn, orig_spcmn_stcd_vn, spcmn_qty_uomcd_vn, orig_targ_anatsite_cd_vn, orig_spcmn_cnfdlty_cd_vn, orig_spcmn_obtnd_qty_uomcd_vn, spcmn_container_typ_vn, spcmn_stcd_vn, orig_spcmn_qual_cd_vn, orig_spcmn_container_typ_vn, spcmn_typ_cd_vn, targ_anatsite_cd_vn, orig_spcmn_methd_cd_vn, orig_spcmn_qty_uomcd_vn, orig_spcmn_prio_cd_vn, recrd_set_id, spcmn_colc_dt, enterprise_id, correction_flg) values (596, 5, 685, 48, 213, null, 62, null, null, null, null, 'SN 005B', null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~SN 005B', '0', 'N', 3, 211, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, 0, null, null, null, null, to_date('09-01-2011 07:10:00', 'dd-mm-yyyy hh24:mi:ss'), 0, null); insert into HDM_SPCMN (spcmn_id, pt_id, intvn_id, spcmn_subtyp_id, spcmn_typ_cd_id, spcmn_stcd_id, targ_anatsite_cd_id, apro_anatsite_cd_id, spcmn_methd_cd_id, spcmn_prio_cd_id, spcmn_cnfdlty_cd_id, spcmn_nbr, spcmn_snt_dt, spcmn_recvd_dt, spcmn_nt, orig_spcmn_cnfdlty_cd_id, orig_spcmn_methd_cd_id, orig_spcmn_subtyp_id, orig_spcmn_prio_cd_id, orig_spcmn_stcd_id, orig_spcmn_typ_cd_id, orig_targ_anatsite_cd_id, orig_apro_anatsite_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, spcmn_qty, spcmn_qty_uomcd_id, orig_spcmn_qty_uomcd_id, spcmn_qual_cd_id, orig_spcmn_qual_cd_id, spcmn_container_typ_id, orig_spcmn_container_typ_id, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, spcmn_vn, intvn_vn, pt_vn, spcmn_obtnd_qty, spcmn_obtnd_qty_uomcd_id, spcmn_expirtn_dt, spcmn_hndlng_instrcn, spcmn_storg_instrcn, spcmn_trnsprt_instrcn, orig_spcmn_obtnd_qty_uomcd_id, spcmn_subtyp_vn, spcmn_methd_cd_vn, spcmn_obtnd_qty_uomcd_vn, orig_spcmn_typ_cd_vn, orig_spcmn_subtyp_vn, spcmn_qual_cd_vn, apro_anatsite_cd_vn, orig_apro_anatsite_cd_vn, spcmn_prio_cd_vn, spcmn_cnfdlty_cd_vn, orig_spcmn_stcd_vn, spcmn_qty_uomcd_vn, orig_targ_anatsite_cd_vn, orig_spcmn_cnfdlty_cd_vn, orig_spcmn_obtnd_qty_uomcd_vn, spcmn_container_typ_vn, spcmn_stcd_vn, orig_spcmn_qual_cd_vn, orig_spcmn_container_typ_vn, spcmn_typ_cd_vn, targ_anatsite_cd_vn, orig_spcmn_methd_cd_vn, orig_spcmn_qty_uomcd_vn, orig_spcmn_prio_cd_vn, recrd_set_id, spcmn_colc_dt, enterprise_id, correction_flg) values (597, 3, 682, 48, 213, null, 62, null, null, null, null, 'SN 003', null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~SN 003', '0', 'N', 5, 211, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, 0, 0, null, null, null, null, to_date('11-01-2011 15:10:00', 'dd-mm-yyyy hh24:mi:ss'), 0, null); prompt 11 records loaded prompt Loading HDM_OBSV... insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (812, 9, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 009B~$NA$', null, null, null, 0, null, 12, 175, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~DG 009B~$NA$', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (813, 4, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 004~$NA$', null, null, null, 0, null, 36, 176, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~DG 004~$NA$', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (814, 9, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 009~$NA$', null, null, null, 0, null, 45, 176, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~DG 009~$NA$', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (815, 4, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 004B~OV007', null, null, null, 172, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~DG 004B~OV007', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (816, 3, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 003B~OV006', null, null, null, 171, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~DG 003B~OV006', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (817, 8, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 008B~OV006', null, null, null, 171, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~DG 008B~OV006', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (818, 1, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 001B~OV005', null, null, null, 170, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~DG 001B~OV005', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (819, 2, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 002~OV004', null, null, null, 169, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~DG 002~OV004', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (820, 5, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 005~OV004', null, null, null, 169, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~DG 005~OV004', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (821, 10, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 010~OV004', null, null, null, 169, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~DG 010~OV004', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (822, 3, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 003~OV003', null, null, null, 168, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~DG 003~OV003', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (823, 8, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 008~OV003', null, null, null, 168, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~DG 008~OV003', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (824, 10, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 010B~OV003', null, null, null, 168, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~DG 010B~OV003', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (825, 2, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 002~OV002', null, null, null, 167, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~DG 002~OV002', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (826, 7, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 007~OV002', null, null, null, 167, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~DG 007~OV002', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (827, 1, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 001~OV001', null, null, null, 166, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~DG 001~OV001', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_OBSV (obsv_id, pt_id, fac_id, cnsnt_id, spcmn_id, obsv_subtyp_id, obsv_cd_id, obsv_stcd_id, obsv_methd_cd_id, sevrty_cd_id, infrmnt_typ_id, interp_cd_id, cnfdlty_cd_id, obsv_val_typ_id, obsv_nbr, obsv_dt, obsv_eff_strt_dt, obsv_eff_end_dt, obsv_val_cd_id, obsv_val_flg, obsv_val_nmeric, obsv_val_uomcd_id, obsv_val_nt, ref_low, ref_hi, orig_obsv_stcd_id, orig_obsv_cd_id, orig_obsv_val_cd_id, orig_obsv_val_typ_id, orig_obsv_subtyp_id, orig_sevrty_cd_id, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_obsv_methd_cd_id, orig_interp_cd_id, orig_obsv_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, obsv_onst_dt, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, obsv_vn, pt_vn, spcmn_vn, cnsnt_vn, fac_vn, orig_hosp_acqd_cnrn_cd_id, hosp_acqd_cnrn_cd_id, ref_rng_val_typ_id, ref_rng_val_cd_id, ref_rng_uomcd_id, ref_rng_val_nmeric, ref_rng_val_desc, schlrly_ref, ref_rng_val_txt, orig_ref_rng_val_typ_id, orig_ref_rng_val_cd_id, orig_ref_rng_uomcd_id, ref_hi_uomcd_id, ref_low_uomcd_id, orig_ref_hi_uomcd_id, orig_ref_low_uomcd_id, orig_obsv_methd_cd_vn, ref_low_uomcd_vn, orig_ref_hi_uomcd_vn, orig_obsv_val_cd_vn, orig_obsv_val_uomcd_vn, obsv_subtyp_vn, orig_ref_rng_uomcd_vn, hosp_acqd_cnrn_cd_vn, cnfdlty_cd_vn, obsv_val_typ_vn, orig_sevrty_cd_vn, orig_cnfdlty_cd_vn, obsv_methd_cd_vn, ref_rng_val_typ_vn, ref_rng_uomcd_vn, orig_hosp_acqd_cnrn_cd_vn, orig_obsv_stcd_vn, orig_infrmnt_typ_vn, orig_interp_cd_vn, sevrty_cd_vn, orig_ref_rng_val_typ_vn, orig_ref_rng_val_cd_vn, orig_ref_low_uomcd_vn, orig_obsv_subtyp_vn, obsv_val_uomcd_vn, interp_cd_vn, infrmnt_typ_vn, obsv_stcd_vn, ref_rng_val_cd_vn, obsv_val_cd_vn, orig_obsv_cd_vn, orig_obsv_val_typ_vn, obsv_cd_vn, ref_hi_uomcd_vn, obsv_schd_dt, obsv_prelim_rslt_pst_ed_dt, obsv_crtcl_rslt_rspns_pstd_dt, obsv_rslt_sgnd_off_dt, obsv_final_rslt_pst_ed_dt, obsv_critical_rslt_pst_ed_dt, obsv_rslt_reviewed_dt, obsv_cancelled_dt, recrd_set_id, enterprise_id, correction_flg) values (828, 6, null, null, null, 45, 0, null, null, null, null, null, null, null, 'DG 006~OV001', null, null, null, 166, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:09', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~DG 006~OV001', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, null, 0, null, null, null, null, null, null, null, null, null, null, 0, null); prompt 17 records loaded prompt Loading HDM_INTVN_OBSV... insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (829, 678, 818, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~DG 001B~001~DG 001B~OV005', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (830, 679, 827, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~DG 001~001~DG 001~OV001', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (831, 680, 825, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~DG 002~002~DG 002~OV002', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (832, 680, 819, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~DG 002~002~DG 002~OV004', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (833, 681, 816, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~DG 003B~003~DG 003B~OV006', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (834, 682, 822, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~DG 003~003~DG 003~OV003', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (835, 683, 815, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~DG 004B~004~DG 004B~OV007', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (836, 684, 813, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~DG 004~004~DG 004~$NA$', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (837, 685, 820, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~DG 005~005~DG 005~OV004', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (838, 686, 828, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~DG 006~006~DG 006~OV001', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (839, 687, 826, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~DG 007~007~DG 007~OV002', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (840, 688, 817, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~DG 008B~008~DG 008B~OV006', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (841, 689, 823, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~DG 008~008~DG 008~OV003', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (842, 690, 812, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~DG 009B~009~DG 009B~$NA$', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (843, 691, 814, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~DG 009~009~DG 009~$NA$', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (844, 692, 824, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~DG 010B~010~DG 010B~OV003', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); insert into HDM_INTVN_OBSV (intvn_obsv_id, intvn_id, obsv_id, intvn_obsv_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_obsv_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_obsv_vn, intvn_vn, obsv_vn, intvn_obsv_rlshptyp_vn, orig_intvn_obsv_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (845, 693, 821, 152, null, null, null, null, null, 0, 0, null, null, to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), to_date('01-07-2011 19:29:10', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~DG 010~010~DG 010~OV004', '0', 'N', null, null, 0, 0, 0, 0, null, null, 0, null); prompt 17 records loaded prompt Loading HDM_INTVN_SUBST... insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (660, 647, 0, null, 158, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~SA 003~IS001', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (661, 657, 0, null, 158, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~SA 008~IS001', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (662, 658, 0, null, 159, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~SA 009~IS002', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (663, 649, 0, null, 159, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~SA 004~IS002', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (664, 651, 0, null, 160, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~SA 005~IS003', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (665, 659, 0, null, 160, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~SA 010~IS003', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (666, 655, 0, null, 161, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~SA 007~IS004', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (667, 644, 0, null, 161, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~SA 001~IS004', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (668, 653, 0, null, 161, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~SA 006~IS004', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (669, 652, 0, null, 161, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~SA 006B~IS004', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (670, 645, 0, null, 161, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~SA 002~IS004', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (671, 650, 0, null, 161, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~SA 005B~IS004', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (672, 648, 0, null, 162, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~SA 004B~IS005', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (673, 659, 0, null, 163, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~SA 010~IS006', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (674, 646, 0, null, 163, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~SA 003B~IS006', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (675, 643, 0, null, 163, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~SA 001B~IS006', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (676, 656, 0, null, 164, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~SA 008B~IS007', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); insert into HDM_INTVN_SUBST (intvn_subst_id, intvn_id, subst_cd_id, subst_brnd_nm_cd_id, genrc_nm_cd_id, subst_nt, orig_subst_cd_id, orig_genrc_nm_cd_id, orig_subst_brnd_nm_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, intvn_subst_vn, intvn_vn, orig_subst_cd_vn, orig_genrc_nm_cd_vn, subst_brnd_nm_cd_vn, orig_subst_brnd_nm_cd_vn, subst_cd_vn, genrc_nm_cd_vn, recrd_set_id, enterprise_id, correction_flg) values (677, 654, 0, null, 165, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~SA 007B~IS008', '0', 'N', null, null, 0, 0, null, null, null, null, 0, 0, null, 0, null); prompt 18 records loaded prompt Loading HDM_LOC... insert into HDM_LOC (loc_id, ctry_cd_id, st_cd_id, tmzn_id, glob_loc_nbr, regn_nm, strt_addr, strt_addr1, strt_addr2, cit, pstl_cd, orig_st_cd_id, orig_ctry_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ctry_regn_cd_id, orig_ctry_regn_cd_id, coun_cd_id, orig_coun_cd_id, loc_gps_lat_postn, loc_gps_longtd_postn, loc_typ_id, orig_loc_typ_id, loc_vn, tmzn_vn, coun_cd_vn, orig_loc_typ_vn, st_cd_vn, orig_ctry_cd_vn, ctry_cd_vn, orig_ctry_regn_cd_vn, ctry_regn_cd_vn, orig_coun_cd_vn, loc_typ_vn, orig_st_cd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, loc_nm, loc_nbr, recrd_set_id, enterprise_id, correction_flg) values (556, 118, 217, null, null, null, null, null, null, 'Anchorage', '99506', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~HOME', '0', 'N', null, null, 122, null, null, null, null, null, 0, null, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_LOC (loc_id, ctry_cd_id, st_cd_id, tmzn_id, glob_loc_nbr, regn_nm, strt_addr, strt_addr1, strt_addr2, cit, pstl_cd, orig_st_cd_id, orig_ctry_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ctry_regn_cd_id, orig_ctry_regn_cd_id, coun_cd_id, orig_coun_cd_id, loc_gps_lat_postn, loc_gps_longtd_postn, loc_typ_id, orig_loc_typ_id, loc_vn, tmzn_vn, coun_cd_vn, orig_loc_typ_vn, st_cd_vn, orig_ctry_cd_vn, ctry_cd_vn, orig_ctry_regn_cd_vn, ctry_regn_cd_vn, orig_coun_cd_vn, loc_typ_vn, orig_st_cd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, loc_nm, loc_nbr, recrd_set_id, enterprise_id, correction_flg) values (557, 118, 217, null, null, null, null, null, null, 'Anchorage', '99506', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~HOME', '0', 'N', null, null, 122, null, null, null, null, null, 0, null, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_LOC (loc_id, ctry_cd_id, st_cd_id, tmzn_id, glob_loc_nbr, regn_nm, strt_addr, strt_addr1, strt_addr2, cit, pstl_cd, orig_st_cd_id, orig_ctry_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ctry_regn_cd_id, orig_ctry_regn_cd_id, coun_cd_id, orig_coun_cd_id, loc_gps_lat_postn, loc_gps_longtd_postn, loc_typ_id, orig_loc_typ_id, loc_vn, tmzn_vn, coun_cd_vn, orig_loc_typ_vn, st_cd_vn, orig_ctry_cd_vn, ctry_cd_vn, orig_ctry_regn_cd_vn, ctry_regn_cd_vn, orig_coun_cd_vn, loc_typ_vn, orig_st_cd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, loc_nm, loc_nbr, recrd_set_id, enterprise_id, correction_flg) values (558, 118, 219, null, null, null, null, null, null, 'San Diego', '99507', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~HOME', '0', 'N', null, null, 122, null, null, null, null, null, 0, null, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_LOC (loc_id, ctry_cd_id, st_cd_id, tmzn_id, glob_loc_nbr, regn_nm, strt_addr, strt_addr1, strt_addr2, cit, pstl_cd, orig_st_cd_id, orig_ctry_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ctry_regn_cd_id, orig_ctry_regn_cd_id, coun_cd_id, orig_coun_cd_id, loc_gps_lat_postn, loc_gps_longtd_postn, loc_typ_id, orig_loc_typ_id, loc_vn, tmzn_vn, coun_cd_vn, orig_loc_typ_vn, st_cd_vn, orig_ctry_cd_vn, ctry_cd_vn, orig_ctry_regn_cd_vn, ctry_regn_cd_vn, orig_coun_cd_vn, loc_typ_vn, orig_st_cd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, loc_nm, loc_nbr, recrd_set_id, enterprise_id, correction_flg) values (559, 118, 219, null, null, null, null, null, null, 'San Diego', '99507', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~HOME', '0', 'N', null, null, 121, null, null, null, null, null, 0, null, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_LOC (loc_id, ctry_cd_id, st_cd_id, tmzn_id, glob_loc_nbr, regn_nm, strt_addr, strt_addr1, strt_addr2, cit, pstl_cd, orig_st_cd_id, orig_ctry_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ctry_regn_cd_id, orig_ctry_regn_cd_id, coun_cd_id, orig_coun_cd_id, loc_gps_lat_postn, loc_gps_longtd_postn, loc_typ_id, orig_loc_typ_id, loc_vn, tmzn_vn, coun_cd_vn, orig_loc_typ_vn, st_cd_vn, orig_ctry_cd_vn, ctry_cd_vn, orig_ctry_regn_cd_vn, ctry_regn_cd_vn, orig_coun_cd_vn, loc_typ_vn, orig_st_cd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, loc_nm, loc_nbr, recrd_set_id, enterprise_id, correction_flg) values (560, 118, 220, null, null, null, null, null, null, 'Santa Fe', '99508', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~HOME', '0', 'N', null, null, 121, null, null, null, null, null, 0, null, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_LOC (loc_id, ctry_cd_id, st_cd_id, tmzn_id, glob_loc_nbr, regn_nm, strt_addr, strt_addr1, strt_addr2, cit, pstl_cd, orig_st_cd_id, orig_ctry_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ctry_regn_cd_id, orig_ctry_regn_cd_id, coun_cd_id, orig_coun_cd_id, loc_gps_lat_postn, loc_gps_longtd_postn, loc_typ_id, orig_loc_typ_id, loc_vn, tmzn_vn, coun_cd_vn, orig_loc_typ_vn, st_cd_vn, orig_ctry_cd_vn, ctry_cd_vn, orig_ctry_regn_cd_vn, ctry_regn_cd_vn, orig_coun_cd_vn, loc_typ_vn, orig_st_cd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, loc_nm, loc_nbr, recrd_set_id, enterprise_id, correction_flg) values (561, 118, 217, null, null, null, null, null, null, 'Anchorage', '99506', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~HOME', '0', 'N', null, null, 120, null, null, null, null, null, 0, null, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_LOC (loc_id, ctry_cd_id, st_cd_id, tmzn_id, glob_loc_nbr, regn_nm, strt_addr, strt_addr1, strt_addr2, cit, pstl_cd, orig_st_cd_id, orig_ctry_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ctry_regn_cd_id, orig_ctry_regn_cd_id, coun_cd_id, orig_coun_cd_id, loc_gps_lat_postn, loc_gps_longtd_postn, loc_typ_id, orig_loc_typ_id, loc_vn, tmzn_vn, coun_cd_vn, orig_loc_typ_vn, st_cd_vn, orig_ctry_cd_vn, ctry_cd_vn, orig_ctry_regn_cd_vn, ctry_regn_cd_vn, orig_coun_cd_vn, loc_typ_vn, orig_st_cd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, loc_nm, loc_nbr, recrd_set_id, enterprise_id, correction_flg) values (562, 118, 217, null, null, null, null, null, null, 'Anchorage', '99506', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~HOME', '0', 'N', null, null, 120, null, null, null, null, null, 0, null, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_LOC (loc_id, ctry_cd_id, st_cd_id, tmzn_id, glob_loc_nbr, regn_nm, strt_addr, strt_addr1, strt_addr2, cit, pstl_cd, orig_st_cd_id, orig_ctry_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ctry_regn_cd_id, orig_ctry_regn_cd_id, coun_cd_id, orig_coun_cd_id, loc_gps_lat_postn, loc_gps_longtd_postn, loc_typ_id, orig_loc_typ_id, loc_vn, tmzn_vn, coun_cd_vn, orig_loc_typ_vn, st_cd_vn, orig_ctry_cd_vn, ctry_cd_vn, orig_ctry_regn_cd_vn, ctry_regn_cd_vn, orig_coun_cd_vn, loc_typ_vn, orig_st_cd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, loc_nm, loc_nbr, recrd_set_id, enterprise_id, correction_flg) values (563, 118, 218, null, null, null, null, null, null, 'Phoenix', '99509', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~HOME', '0', 'N', null, null, 120, null, null, null, null, null, 0, null, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_LOC (loc_id, ctry_cd_id, st_cd_id, tmzn_id, glob_loc_nbr, regn_nm, strt_addr, strt_addr1, strt_addr2, cit, pstl_cd, orig_st_cd_id, orig_ctry_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ctry_regn_cd_id, orig_ctry_regn_cd_id, coun_cd_id, orig_coun_cd_id, loc_gps_lat_postn, loc_gps_longtd_postn, loc_typ_id, orig_loc_typ_id, loc_vn, tmzn_vn, coun_cd_vn, orig_loc_typ_vn, st_cd_vn, orig_ctry_cd_vn, ctry_cd_vn, orig_ctry_regn_cd_vn, ctry_regn_cd_vn, orig_coun_cd_vn, loc_typ_vn, orig_st_cd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, loc_nm, loc_nbr, recrd_set_id, enterprise_id, correction_flg) values (564, 118, 218, null, null, null, null, null, null, 'Phoenix', '99509', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~HOME', '0', 'N', null, null, 119, null, null, null, null, null, 0, null, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_LOC (loc_id, ctry_cd_id, st_cd_id, tmzn_id, glob_loc_nbr, regn_nm, strt_addr, strt_addr1, strt_addr2, cit, pstl_cd, orig_st_cd_id, orig_ctry_cd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, ctry_regn_cd_id, orig_ctry_regn_cd_id, coun_cd_id, orig_coun_cd_id, loc_gps_lat_postn, loc_gps_longtd_postn, loc_typ_id, orig_loc_typ_id, loc_vn, tmzn_vn, coun_cd_vn, orig_loc_typ_vn, st_cd_vn, orig_ctry_cd_vn, ctry_cd_vn, orig_ctry_regn_cd_vn, ctry_regn_cd_vn, orig_coun_cd_vn, loc_typ_vn, orig_st_cd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, loc_nm, loc_nbr, recrd_set_id, enterprise_id, correction_flg) values (565, 118, 220, null, null, null, null, null, null, 'Santa Fe', '99508', null, null, 0, 0, null, null, to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:43', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~HOME', '0', 'N', null, null, 119, null, null, null, null, null, 0, null, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); prompt 10 records loaded prompt Loading HDM_PRTY_ADDR... insert into HDM_PRTY_ADDR (prty_addr_id, prty_id, loc_id, addr_typ_id, addr_stcd_id, valdty_strt_dt, valdty_end_dt, orig_addr_typ_id, orig_addr_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, addr_site_nbr, prty_addr_vn, loc_vn, prty_vn, orig_addr_typ_vn, addr_typ_vn, orig_addr_stcd_vn, addr_stcd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, recrd_set_id, enterprise_id, correction_flg) values (566, 1, 561, 223, 221, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~HOME~001', '0', 'N', null, 0, 0, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PRTY_ADDR (prty_addr_id, prty_id, loc_id, addr_typ_id, addr_stcd_id, valdty_strt_dt, valdty_end_dt, orig_addr_typ_id, orig_addr_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, addr_site_nbr, prty_addr_vn, loc_vn, prty_vn, orig_addr_typ_vn, addr_typ_vn, orig_addr_stcd_vn, addr_stcd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, recrd_set_id, enterprise_id, correction_flg) values (567, 2, 558, 223, 221, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~HOME~002', '0', 'N', null, 0, 0, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PRTY_ADDR (prty_addr_id, prty_id, loc_id, addr_typ_id, addr_stcd_id, valdty_strt_dt, valdty_end_dt, orig_addr_typ_id, orig_addr_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, addr_site_nbr, prty_addr_vn, loc_vn, prty_vn, orig_addr_typ_vn, addr_typ_vn, orig_addr_stcd_vn, addr_stcd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, recrd_set_id, enterprise_id, correction_flg) values (568, 3, 560, 223, 221, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~HOME~003', '0', 'N', null, 0, 0, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PRTY_ADDR (prty_addr_id, prty_id, loc_id, addr_typ_id, addr_stcd_id, valdty_strt_dt, valdty_end_dt, orig_addr_typ_id, orig_addr_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, addr_site_nbr, prty_addr_vn, loc_vn, prty_vn, orig_addr_typ_vn, addr_typ_vn, orig_addr_stcd_vn, addr_stcd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, recrd_set_id, enterprise_id, correction_flg) values (569, 4, 564, 223, 221, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~HOME~004', '0', 'N', null, 0, 0, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PRTY_ADDR (prty_addr_id, prty_id, loc_id, addr_typ_id, addr_stcd_id, valdty_strt_dt, valdty_end_dt, orig_addr_typ_id, orig_addr_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, addr_site_nbr, prty_addr_vn, loc_vn, prty_vn, orig_addr_typ_vn, addr_typ_vn, orig_addr_stcd_vn, addr_stcd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, recrd_set_id, enterprise_id, correction_flg) values (570, 5, 562, 223, 221, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~HOME~005', '0', 'N', null, 0, 0, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PRTY_ADDR (prty_addr_id, prty_id, loc_id, addr_typ_id, addr_stcd_id, valdty_strt_dt, valdty_end_dt, orig_addr_typ_id, orig_addr_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, addr_site_nbr, prty_addr_vn, loc_vn, prty_vn, orig_addr_typ_vn, addr_typ_vn, orig_addr_stcd_vn, addr_stcd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, recrd_set_id, enterprise_id, correction_flg) values (571, 6, 556, 223, 221, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~HOME~006', '0', 'N', null, 0, 0, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PRTY_ADDR (prty_addr_id, prty_id, loc_id, addr_typ_id, addr_stcd_id, valdty_strt_dt, valdty_end_dt, orig_addr_typ_id, orig_addr_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, addr_site_nbr, prty_addr_vn, loc_vn, prty_vn, orig_addr_typ_vn, addr_typ_vn, orig_addr_stcd_vn, addr_stcd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, recrd_set_id, enterprise_id, correction_flg) values (572, 7, 559, 223, 221, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~HOME~007', '0', 'N', null, 0, 0, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PRTY_ADDR (prty_addr_id, prty_id, loc_id, addr_typ_id, addr_stcd_id, valdty_strt_dt, valdty_end_dt, orig_addr_typ_id, orig_addr_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, addr_site_nbr, prty_addr_vn, loc_vn, prty_vn, orig_addr_typ_vn, addr_typ_vn, orig_addr_stcd_vn, addr_stcd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, recrd_set_id, enterprise_id, correction_flg) values (573, 8, 565, 223, 221, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~HOME~008', '0', 'N', null, 0, 0, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PRTY_ADDR (prty_addr_id, prty_id, loc_id, addr_typ_id, addr_stcd_id, valdty_strt_dt, valdty_end_dt, orig_addr_typ_id, orig_addr_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, addr_site_nbr, prty_addr_vn, loc_vn, prty_vn, orig_addr_typ_vn, addr_typ_vn, orig_addr_stcd_vn, addr_stcd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, recrd_set_id, enterprise_id, correction_flg) values (574, 9, 563, 223, 221, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~HOME~009', '0', 'N', null, 0, 0, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); insert into HDM_PRTY_ADDR (prty_addr_id, prty_id, loc_id, addr_typ_id, addr_stcd_id, valdty_strt_dt, valdty_end_dt, orig_addr_typ_id, orig_addr_stcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, addr_site_nbr, prty_addr_vn, loc_vn, prty_vn, orig_addr_typ_vn, addr_typ_vn, orig_addr_stcd_vn, addr_stcd_vn, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, recrd_set_id, enterprise_id, correction_flg) values (575, 10, 557, 223, 221, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~HOME~010', '0', 'N', null, 0, 0, 0, null, 0, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null); prompt 10 records loaded prompt Loading HDM_PT_HX... insert into HDM_PT_HX (pt_hx_id, pt_id, pt_hx_subtyp_id, pt_hx_cd_id, infrmnt_typ_id, cnfdlty_cd_id, anatsite_cd_id, pt_hx_val_typ_id, pt_hx_val_cd_id, pt_hx_nbr, pt_hx_dt, pt_hx_eff_strt_dt, pt_hx_eff_end_dt, onst_dt, lst_expd_dt, reslutn_dt, cse_of_dth_flg, pt_hx_val_flg, pt_hx_val_nmeric, pt_hx_val_uomcd_id, pt_hx_val_nt, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_pt_hx_cd_id, orig_pt_hx_subtyp_id, orig_pt_hx_val_cd_id, orig_pt_hx_val_typ_id, orig_anatsite_cd_id, orig_pt_hx_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, pt_hx_vn, pt_vn, orig_anatsite_cd_vn, orig_infrmnt_typ_vn, orig_pt_hx_cd_vn, orig_pt_hx_val_typ_vn, cnfdlty_cd_vn, pt_hx_val_cd_vn, orig_pt_hx_subtyp_vn, orig_pt_hx_val_uomcd_vn, infrmnt_typ_vn, anatsite_cd_vn, pt_hx_cd_vn, pt_hx_val_typ_vn, orig_pt_hx_val_cd_vn, pt_hx_val_uomcd_vn, orig_cnfdlty_cd_vn, pt_hx_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (598, 1, 47, 178, null, null, null, null, null, 'PHN 001', null, to_date('03-03-1968', 'dd-mm-yyyy'), to_date('01-01-1970', 'dd-mm-yyyy'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~PHN 001', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, 0, null); insert into HDM_PT_HX (pt_hx_id, pt_id, pt_hx_subtyp_id, pt_hx_cd_id, infrmnt_typ_id, cnfdlty_cd_id, anatsite_cd_id, pt_hx_val_typ_id, pt_hx_val_cd_id, pt_hx_nbr, pt_hx_dt, pt_hx_eff_strt_dt, pt_hx_eff_end_dt, onst_dt, lst_expd_dt, reslutn_dt, cse_of_dth_flg, pt_hx_val_flg, pt_hx_val_nmeric, pt_hx_val_uomcd_id, pt_hx_val_nt, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_pt_hx_cd_id, orig_pt_hx_subtyp_id, orig_pt_hx_val_cd_id, orig_pt_hx_val_typ_id, orig_anatsite_cd_id, orig_pt_hx_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, pt_hx_vn, pt_vn, orig_anatsite_cd_vn, orig_infrmnt_typ_vn, orig_pt_hx_cd_vn, orig_pt_hx_val_typ_vn, cnfdlty_cd_vn, pt_hx_val_cd_vn, orig_pt_hx_subtyp_vn, orig_pt_hx_val_uomcd_vn, infrmnt_typ_vn, anatsite_cd_vn, pt_hx_cd_vn, pt_hx_val_typ_vn, orig_pt_hx_val_cd_vn, pt_hx_val_uomcd_vn, orig_cnfdlty_cd_vn, pt_hx_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (599, 2, 47, 179, null, null, null, null, null, 'PHN 002', null, to_date('09-08-1987', 'dd-mm-yyyy'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~PHN 002', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, 0, null); insert into HDM_PT_HX (pt_hx_id, pt_id, pt_hx_subtyp_id, pt_hx_cd_id, infrmnt_typ_id, cnfdlty_cd_id, anatsite_cd_id, pt_hx_val_typ_id, pt_hx_val_cd_id, pt_hx_nbr, pt_hx_dt, pt_hx_eff_strt_dt, pt_hx_eff_end_dt, onst_dt, lst_expd_dt, reslutn_dt, cse_of_dth_flg, pt_hx_val_flg, pt_hx_val_nmeric, pt_hx_val_uomcd_id, pt_hx_val_nt, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_pt_hx_cd_id, orig_pt_hx_subtyp_id, orig_pt_hx_val_cd_id, orig_pt_hx_val_typ_id, orig_anatsite_cd_id, orig_pt_hx_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, pt_hx_vn, pt_vn, orig_anatsite_cd_vn, orig_infrmnt_typ_vn, orig_pt_hx_cd_vn, orig_pt_hx_val_typ_vn, cnfdlty_cd_vn, pt_hx_val_cd_vn, orig_pt_hx_subtyp_vn, orig_pt_hx_val_uomcd_vn, infrmnt_typ_vn, anatsite_cd_vn, pt_hx_cd_vn, pt_hx_val_typ_vn, orig_pt_hx_val_cd_vn, pt_hx_val_uomcd_vn, orig_cnfdlty_cd_vn, pt_hx_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (600, 3, 47, 180, null, null, null, null, null, 'PHN 003', null, to_date('01-06-1978', 'dd-mm-yyyy'), to_date('01-01-1980', 'dd-mm-yyyy'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~PHN 003', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, 0, null); insert into HDM_PT_HX (pt_hx_id, pt_id, pt_hx_subtyp_id, pt_hx_cd_id, infrmnt_typ_id, cnfdlty_cd_id, anatsite_cd_id, pt_hx_val_typ_id, pt_hx_val_cd_id, pt_hx_nbr, pt_hx_dt, pt_hx_eff_strt_dt, pt_hx_eff_end_dt, onst_dt, lst_expd_dt, reslutn_dt, cse_of_dth_flg, pt_hx_val_flg, pt_hx_val_nmeric, pt_hx_val_uomcd_id, pt_hx_val_nt, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_pt_hx_cd_id, orig_pt_hx_subtyp_id, orig_pt_hx_val_cd_id, orig_pt_hx_val_typ_id, orig_anatsite_cd_id, orig_pt_hx_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, pt_hx_vn, pt_vn, orig_anatsite_cd_vn, orig_infrmnt_typ_vn, orig_pt_hx_cd_vn, orig_pt_hx_val_typ_vn, cnfdlty_cd_vn, pt_hx_val_cd_vn, orig_pt_hx_subtyp_vn, orig_pt_hx_val_uomcd_vn, infrmnt_typ_vn, anatsite_cd_vn, pt_hx_cd_vn, pt_hx_val_typ_vn, orig_pt_hx_val_cd_vn, pt_hx_val_uomcd_vn, orig_cnfdlty_cd_vn, pt_hx_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (601, 4, 47, 181, null, null, null, null, null, 'PHN 004', null, to_date('01-01-2010', 'dd-mm-yyyy'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~PHN 004', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, 0, null); insert into HDM_PT_HX (pt_hx_id, pt_id, pt_hx_subtyp_id, pt_hx_cd_id, infrmnt_typ_id, cnfdlty_cd_id, anatsite_cd_id, pt_hx_val_typ_id, pt_hx_val_cd_id, pt_hx_nbr, pt_hx_dt, pt_hx_eff_strt_dt, pt_hx_eff_end_dt, onst_dt, lst_expd_dt, reslutn_dt, cse_of_dth_flg, pt_hx_val_flg, pt_hx_val_nmeric, pt_hx_val_uomcd_id, pt_hx_val_nt, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_pt_hx_cd_id, orig_pt_hx_subtyp_id, orig_pt_hx_val_cd_id, orig_pt_hx_val_typ_id, orig_anatsite_cd_id, orig_pt_hx_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, pt_hx_vn, pt_vn, orig_anatsite_cd_vn, orig_infrmnt_typ_vn, orig_pt_hx_cd_vn, orig_pt_hx_val_typ_vn, cnfdlty_cd_vn, pt_hx_val_cd_vn, orig_pt_hx_subtyp_vn, orig_pt_hx_val_uomcd_vn, infrmnt_typ_vn, anatsite_cd_vn, pt_hx_cd_vn, pt_hx_val_typ_vn, orig_pt_hx_val_cd_vn, pt_hx_val_uomcd_vn, orig_cnfdlty_cd_vn, pt_hx_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (602, 5, 47, 182, null, null, null, null, null, 'PHN 005', null, to_date('01-01-1965', 'dd-mm-yyyy'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~PHN 005', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, 0, null); insert into HDM_PT_HX (pt_hx_id, pt_id, pt_hx_subtyp_id, pt_hx_cd_id, infrmnt_typ_id, cnfdlty_cd_id, anatsite_cd_id, pt_hx_val_typ_id, pt_hx_val_cd_id, pt_hx_nbr, pt_hx_dt, pt_hx_eff_strt_dt, pt_hx_eff_end_dt, onst_dt, lst_expd_dt, reslutn_dt, cse_of_dth_flg, pt_hx_val_flg, pt_hx_val_nmeric, pt_hx_val_uomcd_id, pt_hx_val_nt, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_pt_hx_cd_id, orig_pt_hx_subtyp_id, orig_pt_hx_val_cd_id, orig_pt_hx_val_typ_id, orig_anatsite_cd_id, orig_pt_hx_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, pt_hx_vn, pt_vn, orig_anatsite_cd_vn, orig_infrmnt_typ_vn, orig_pt_hx_cd_vn, orig_pt_hx_val_typ_vn, cnfdlty_cd_vn, pt_hx_val_cd_vn, orig_pt_hx_subtyp_vn, orig_pt_hx_val_uomcd_vn, infrmnt_typ_vn, anatsite_cd_vn, pt_hx_cd_vn, pt_hx_val_typ_vn, orig_pt_hx_val_cd_vn, pt_hx_val_uomcd_vn, orig_cnfdlty_cd_vn, pt_hx_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (603, 6, 47, 178, null, null, null, null, null, 'PHN 006', null, to_date('01-01-1960', 'dd-mm-yyyy'), to_date('01-01-1990', 'dd-mm-yyyy'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~PHN 006', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, 0, null); insert into HDM_PT_HX (pt_hx_id, pt_id, pt_hx_subtyp_id, pt_hx_cd_id, infrmnt_typ_id, cnfdlty_cd_id, anatsite_cd_id, pt_hx_val_typ_id, pt_hx_val_cd_id, pt_hx_nbr, pt_hx_dt, pt_hx_eff_strt_dt, pt_hx_eff_end_dt, onst_dt, lst_expd_dt, reslutn_dt, cse_of_dth_flg, pt_hx_val_flg, pt_hx_val_nmeric, pt_hx_val_uomcd_id, pt_hx_val_nt, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_pt_hx_cd_id, orig_pt_hx_subtyp_id, orig_pt_hx_val_cd_id, orig_pt_hx_val_typ_id, orig_anatsite_cd_id, orig_pt_hx_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, pt_hx_vn, pt_vn, orig_anatsite_cd_vn, orig_infrmnt_typ_vn, orig_pt_hx_cd_vn, orig_pt_hx_val_typ_vn, cnfdlty_cd_vn, pt_hx_val_cd_vn, orig_pt_hx_subtyp_vn, orig_pt_hx_val_uomcd_vn, infrmnt_typ_vn, anatsite_cd_vn, pt_hx_cd_vn, pt_hx_val_typ_vn, orig_pt_hx_val_cd_vn, pt_hx_val_uomcd_vn, orig_cnfdlty_cd_vn, pt_hx_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (604, 7, 47, 181, null, null, null, null, null, 'PHN 007B', null, to_date('01-06-1987', 'dd-mm-yyyy'), to_date('01-01-2010', 'dd-mm-yyyy'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~PHN 007B', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, 0, null); insert into HDM_PT_HX (pt_hx_id, pt_id, pt_hx_subtyp_id, pt_hx_cd_id, infrmnt_typ_id, cnfdlty_cd_id, anatsite_cd_id, pt_hx_val_typ_id, pt_hx_val_cd_id, pt_hx_nbr, pt_hx_dt, pt_hx_eff_strt_dt, pt_hx_eff_end_dt, onst_dt, lst_expd_dt, reslutn_dt, cse_of_dth_flg, pt_hx_val_flg, pt_hx_val_nmeric, pt_hx_val_uomcd_id, pt_hx_val_nt, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_pt_hx_cd_id, orig_pt_hx_subtyp_id, orig_pt_hx_val_cd_id, orig_pt_hx_val_typ_id, orig_anatsite_cd_id, orig_pt_hx_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, pt_hx_vn, pt_vn, orig_anatsite_cd_vn, orig_infrmnt_typ_vn, orig_pt_hx_cd_vn, orig_pt_hx_val_typ_vn, cnfdlty_cd_vn, pt_hx_val_cd_vn, orig_pt_hx_subtyp_vn, orig_pt_hx_val_uomcd_vn, infrmnt_typ_vn, anatsite_cd_vn, pt_hx_cd_vn, pt_hx_val_typ_vn, orig_pt_hx_val_cd_vn, pt_hx_val_uomcd_vn, orig_cnfdlty_cd_vn, pt_hx_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (605, 7, 47, 179, null, null, null, null, null, 'PHN 007', null, to_date('01-06-1987', 'dd-mm-yyyy'), to_date('01-01-2010', 'dd-mm-yyyy'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~PHN 007', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, 0, null); insert into HDM_PT_HX (pt_hx_id, pt_id, pt_hx_subtyp_id, pt_hx_cd_id, infrmnt_typ_id, cnfdlty_cd_id, anatsite_cd_id, pt_hx_val_typ_id, pt_hx_val_cd_id, pt_hx_nbr, pt_hx_dt, pt_hx_eff_strt_dt, pt_hx_eff_end_dt, onst_dt, lst_expd_dt, reslutn_dt, cse_of_dth_flg, pt_hx_val_flg, pt_hx_val_nmeric, pt_hx_val_uomcd_id, pt_hx_val_nt, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_pt_hx_cd_id, orig_pt_hx_subtyp_id, orig_pt_hx_val_cd_id, orig_pt_hx_val_typ_id, orig_anatsite_cd_id, orig_pt_hx_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, pt_hx_vn, pt_vn, orig_anatsite_cd_vn, orig_infrmnt_typ_vn, orig_pt_hx_cd_vn, orig_pt_hx_val_typ_vn, cnfdlty_cd_vn, pt_hx_val_cd_vn, orig_pt_hx_subtyp_vn, orig_pt_hx_val_uomcd_vn, infrmnt_typ_vn, anatsite_cd_vn, pt_hx_cd_vn, pt_hx_val_typ_vn, orig_pt_hx_val_cd_vn, pt_hx_val_uomcd_vn, orig_cnfdlty_cd_vn, pt_hx_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (606, 8, 47, 180, null, null, null, null, null, 'PHN 008', null, to_date('01-01-2009', 'dd-mm-yyyy'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~PHN 008', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, 0, null); insert into HDM_PT_HX (pt_hx_id, pt_id, pt_hx_subtyp_id, pt_hx_cd_id, infrmnt_typ_id, cnfdlty_cd_id, anatsite_cd_id, pt_hx_val_typ_id, pt_hx_val_cd_id, pt_hx_nbr, pt_hx_dt, pt_hx_eff_strt_dt, pt_hx_eff_end_dt, onst_dt, lst_expd_dt, reslutn_dt, cse_of_dth_flg, pt_hx_val_flg, pt_hx_val_nmeric, pt_hx_val_uomcd_id, pt_hx_val_nt, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_pt_hx_cd_id, orig_pt_hx_subtyp_id, orig_pt_hx_val_cd_id, orig_pt_hx_val_typ_id, orig_anatsite_cd_id, orig_pt_hx_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, pt_hx_vn, pt_vn, orig_anatsite_cd_vn, orig_infrmnt_typ_vn, orig_pt_hx_cd_vn, orig_pt_hx_val_typ_vn, cnfdlty_cd_vn, pt_hx_val_cd_vn, orig_pt_hx_subtyp_vn, orig_pt_hx_val_uomcd_vn, infrmnt_typ_vn, anatsite_cd_vn, pt_hx_cd_vn, pt_hx_val_typ_vn, orig_pt_hx_val_cd_vn, pt_hx_val_uomcd_vn, orig_cnfdlty_cd_vn, pt_hx_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (607, 9, 47, 181, null, null, null, null, null, 'PHN 009', null, to_date('01-06-2010', 'dd-mm-yyyy'), to_date('12-06-2010', 'dd-mm-yyyy'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~PHN 009', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, 0, null); insert into HDM_PT_HX (pt_hx_id, pt_id, pt_hx_subtyp_id, pt_hx_cd_id, infrmnt_typ_id, cnfdlty_cd_id, anatsite_cd_id, pt_hx_val_typ_id, pt_hx_val_cd_id, pt_hx_nbr, pt_hx_dt, pt_hx_eff_strt_dt, pt_hx_eff_end_dt, onst_dt, lst_expd_dt, reslutn_dt, cse_of_dth_flg, pt_hx_val_flg, pt_hx_val_nmeric, pt_hx_val_uomcd_id, pt_hx_val_nt, orig_infrmnt_typ_id, orig_cnfdlty_cd_id, orig_pt_hx_cd_id, orig_pt_hx_subtyp_id, orig_pt_hx_val_cd_id, orig_pt_hx_val_typ_id, orig_anatsite_cd_id, orig_pt_hx_val_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, uda3, uda4, uda5, uda6, uda7, uda8, uda9, uda10, uda11, uda12, uda13, uda14, uda15, uda16, uda17, uda18, uda19, uda20, pt_hx_vn, pt_vn, orig_anatsite_cd_vn, orig_infrmnt_typ_vn, orig_pt_hx_cd_vn, orig_pt_hx_val_typ_vn, cnfdlty_cd_vn, pt_hx_val_cd_vn, orig_pt_hx_subtyp_vn, orig_pt_hx_val_uomcd_vn, infrmnt_typ_vn, anatsite_cd_vn, pt_hx_cd_vn, pt_hx_val_typ_vn, orig_pt_hx_val_cd_vn, pt_hx_val_uomcd_vn, orig_cnfdlty_cd_vn, pt_hx_subtyp_vn, recrd_set_id, enterprise_id, correction_flg) values (608, 10, 47, 182, null, null, null, null, null, 'PHN 010', null, to_date('01-01-1940', 'dd-mm-yyyy'), to_date('01-06-1960', 'dd-mm-yyyy'), null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~PHN 010', '0', 'N', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, 0, null, 0, null); prompt 11 records loaded prompt Loading HDM_RELTD_INTVN... insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (728, 633, 678, 199, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~PN 001B~001~DG 001B', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (729, 632, 679, 199, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~PN 001~001~DG 001', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (730, 634, 680, 200, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~PN 002~002~DG 002', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (731, 635, 682, 201, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~PN 003~003~DG 003', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (732, 636, 684, 199, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~PN 004~004~DG 004', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (733, 637, 685, 200, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~PN 005~005~DG 005', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (734, 638, 686, 201, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~PN 006~006~DG 006', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (735, 639, 687, 199, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~PN 007~007~DG 007', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (736, 640, 689, 200, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~PN 008~008~DG 008', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (737, 641, 691, 201, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~PN 009~009~DG 009', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (738, 642, 693, 199, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~PN 010~010~DG 010', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (739, 642, 692, 199, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~PN 010~010~DG 010B', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (740, 633, 643, 196, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~PN 001B~001~SA 001B', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (741, 632, 643, 196, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~PN 001~001~SA 001B', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (742, 635, 646, 196, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~PN 003~003~SA 003B', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (743, 636, 648, 197, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~PN 004~004~SA 004B', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (744, 637, 650, 196, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~PN 005~005~SA 005B', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (745, 638, 653, 198, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~PN 006~006~SA 006', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (746, 640, 656, 197, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~PN 008~008~SA 008B', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (747, 642, 659, 196, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~PN 010~010~SA 010', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (748, 678, 643, 196, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~DG 001B~001~SA 001B', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (749, 679, 643, 196, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~DG 001~001~SA 001B', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (750, 681, 646, 196, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~DG 003B~003~SA 003B', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (751, 683, 648, 197, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~DG 004B~004~SA 004B', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (752, 686, 653, 201, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~DG 006~006~SA 006', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (753, 688, 656, 197, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~DG 008B~008~SA 008B', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); insert into HDM_RELTD_INTVN (reltd_intvn_id, src_intvn_id, targ_intvn_id, intvn_rlshptyp_id, strt_dt, end_dt, seq_nbr, nt, orig_intvn_rlshptyp_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, uda1, uda2, reltd_intvn_vn, src_intvn_vn, targ_intvn_vn, orig_intvn_rlshptyp_vn, intvn_rlshptyp_vn, recrd_set_id, enterprise_id, correction_flg) values (754, 692, 659, 196, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:46', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~DG 010B~010~SA 010', '0', 'N', null, null, 0, 0, 0, null, 0, null, 0, null); prompt 27 records loaded prompt Loading HDM_SUBADMN... insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 5, 138, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~SA 001B', '0', 'N', 643, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 1000, 138, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~SA 010', '0', 'N', 659, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 500, 138, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~SA 004', '0', 'N', 649, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 10, 138, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~SA 004B', '0', 'N', 648, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 10, 138, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~SA 006B', '0', 'N', 652, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 100, 139, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~SA 007', '0', 'N', 655, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 100, 138, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~SA 008B', '0', 'N', 656, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 10, 138, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~SA 003B', '0', 'N', 646, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 81, 138, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~SA 005B', '0', 'N', 650, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 1000, 139, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~SA 005', '0', 'N', 651, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 200, 139, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~SA 003', '0', 'N', 647, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 1000, 138, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~SA 007B', '0', 'N', 654, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 100, 138, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~SA 002', '0', 'N', 645, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 162, 138, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~SA 006', '0', 'N', 653, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 200, 138, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~SA 008', '0', 'N', 657, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 10, 139, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~SA 001', '0', 'N', 644, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); insert into HDM_SUBADMN (subadmn_sch_cd_id, subadmn_stcd_id, subst_typ_cd_id, rt_cd_id, admin_sys_verf_flg, dos, dos_uomcd_id, rt, rt_uomcd_id, dos_wst, dos_wst_uomcd_id, orig_subadmn_stcd_id, orig_subst_typ_cd_id, orig_rt_cd_id, orig_subadmn_sch_cd_id, orig_dos_uomcd_id, orig_rt_uomcd_id, orig_dos_wst_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, intvn_id, intvn_vn, orig_subadmn_stcd_vn, subadmn_sch_cd_vn, subst_typ_cd_vn, orig_rt_uomcd_vn, dos_wst_uomcd_vn, rt_uomcd_vn, subadmn_stcd_vn, orig_subst_typ_cd_vn, orig_dos_wst_uomcd_vn, orig_dos_uomcd_vn, orig_subadmn_sch_cd_vn, orig_rt_cd_vn, rt_cd_vn, dos_uomcd_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, 500, 139, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:45', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~SA 009', '0', 'N', 658, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, 0, null); prompt 17 records loaded prompt Loading HDM_SUBST_HX... insert into HDM_SUBST_HX (subst_catg_id, subst_sch_cd_id, subst_frm_cd_id, subst_tmg_cd_id, stcd_id, rt_cd_id, subst_veh_cd_id, indictn_cd_id, dos, dos_uomcd_id, dur_nmeric_val, dur_uomcd_id, freq, freq_uomcd_id, intvl, intvl_uomcd_id, ord_dt, ord_expirtn_dt, ord_qty_ordrd, ord_qty_ordrd_uomcd_id, dos_restrctn, dos_restrctn_uomcd_id, dos_indictr_nt, stpd_flg, ord_fils, ord_fulflmt_instrcn, instrcn, del_methd_nt, orig_subst_catg_id, orig_subst_veh_cd_id, orig_indictn_cd_id, orig_subst_tmg_cd_id, orig_subst_frm_cd_id, orig_rt_cd_id, orig_subst_sch_cd_id, orig_stcd_id, orig_dos_uomcd_id, orig_dur_uomcd_id, orig_freq_uomcd_id, orig_intvl_uomcd_id, orig_ord_qty_ordrd_uomcd_id, orig_dos_restrctn_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, pt_hx_id, pt_hx_vn, orig_rt_cd_vn, orig_freq_uomcd_vn, subst_catg_vn, intvl_uomcd_vn, ord_qty_ordrd_uomcd_vn, orig_dos_restrctn_uomcd_vn, rt_cd_vn, dos_uomcd_vn, orig_subst_veh_cd_vn, orig_subst_sch_cd_vn, orig_stcd_vn, orig_dur_uomcd_vn, subst_frm_cd_vn, orig_subst_frm_cd_vn, orig_ord_qty_ordrd_uomcd_vn, indictn_cd_vn, subst_tmg_cd_vn, subst_veh_cd_vn, orig_indictn_cd_vn, orig_dos_uomcd_vn, stcd_vn, dur_uomcd_vn, orig_intvl_uomcd_vn, freq_uomcd_vn, orig_subst_tmg_cd_vn, subst_sch_cd_vn, dos_restrctn_uomcd_vn, orig_subst_catg_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, null, null, null, 2, 137, null, null, 1, 147, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~PHN 007', '0', 'N', 605, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, 0, null); insert into HDM_SUBST_HX (subst_catg_id, subst_sch_cd_id, subst_frm_cd_id, subst_tmg_cd_id, stcd_id, rt_cd_id, subst_veh_cd_id, indictn_cd_id, dos, dos_uomcd_id, dur_nmeric_val, dur_uomcd_id, freq, freq_uomcd_id, intvl, intvl_uomcd_id, ord_dt, ord_expirtn_dt, ord_qty_ordrd, ord_qty_ordrd_uomcd_id, dos_restrctn, dos_restrctn_uomcd_id, dos_indictr_nt, stpd_flg, ord_fils, ord_fulflmt_instrcn, instrcn, del_methd_nt, orig_subst_catg_id, orig_subst_veh_cd_id, orig_indictn_cd_id, orig_subst_tmg_cd_id, orig_subst_frm_cd_id, orig_rt_cd_id, orig_subst_sch_cd_id, orig_stcd_id, orig_dos_uomcd_id, orig_dur_uomcd_id, orig_freq_uomcd_id, orig_intvl_uomcd_id, orig_ord_qty_ordrd_uomcd_id, orig_dos_restrctn_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, pt_hx_id, pt_hx_vn, orig_rt_cd_vn, orig_freq_uomcd_vn, subst_catg_vn, intvl_uomcd_vn, ord_qty_ordrd_uomcd_vn, orig_dos_restrctn_uomcd_vn, rt_cd_vn, dos_uomcd_vn, orig_subst_veh_cd_vn, orig_subst_sch_cd_vn, orig_stcd_vn, orig_dur_uomcd_vn, subst_frm_cd_vn, orig_subst_frm_cd_vn, orig_ord_qty_ordrd_uomcd_vn, indictn_cd_vn, subst_tmg_cd_vn, subst_veh_cd_vn, orig_indictn_cd_vn, orig_dos_uomcd_vn, stcd_vn, dur_uomcd_vn, orig_intvl_uomcd_vn, freq_uomcd_vn, orig_subst_tmg_cd_vn, subst_sch_cd_vn, dos_restrctn_uomcd_vn, orig_subst_catg_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, null, null, null, 2, 137, null, null, 1, 147, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '007~PHN 007B', '0', 'N', 604, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, 0, null); insert into HDM_SUBST_HX (subst_catg_id, subst_sch_cd_id, subst_frm_cd_id, subst_tmg_cd_id, stcd_id, rt_cd_id, subst_veh_cd_id, indictn_cd_id, dos, dos_uomcd_id, dur_nmeric_val, dur_uomcd_id, freq, freq_uomcd_id, intvl, intvl_uomcd_id, ord_dt, ord_expirtn_dt, ord_qty_ordrd, ord_qty_ordrd_uomcd_id, dos_restrctn, dos_restrctn_uomcd_id, dos_indictr_nt, stpd_flg, ord_fils, ord_fulflmt_instrcn, instrcn, del_methd_nt, orig_subst_catg_id, orig_subst_veh_cd_id, orig_indictn_cd_id, orig_subst_tmg_cd_id, orig_subst_frm_cd_id, orig_rt_cd_id, orig_subst_sch_cd_id, orig_stcd_id, orig_dos_uomcd_id, orig_dur_uomcd_id, orig_freq_uomcd_id, orig_intvl_uomcd_id, orig_ord_qty_ordrd_uomcd_id, orig_dos_restrctn_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, pt_hx_id, pt_hx_vn, orig_rt_cd_vn, orig_freq_uomcd_vn, subst_catg_vn, intvl_uomcd_vn, ord_qty_ordrd_uomcd_vn, orig_dos_restrctn_uomcd_vn, rt_cd_vn, dos_uomcd_vn, orig_subst_veh_cd_vn, orig_subst_sch_cd_vn, orig_stcd_vn, orig_dur_uomcd_vn, subst_frm_cd_vn, orig_subst_frm_cd_vn, orig_ord_qty_ordrd_uomcd_vn, indictn_cd_vn, subst_tmg_cd_vn, subst_veh_cd_vn, orig_indictn_cd_vn, orig_dos_uomcd_vn, stcd_vn, dur_uomcd_vn, orig_intvl_uomcd_vn, freq_uomcd_vn, orig_subst_tmg_cd_vn, subst_sch_cd_vn, dos_restrctn_uomcd_vn, orig_subst_catg_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, null, null, null, 3, 137, null, null, 1, 147, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '009~PHN 009', '0', 'N', 607, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, 0, null); insert into HDM_SUBST_HX (subst_catg_id, subst_sch_cd_id, subst_frm_cd_id, subst_tmg_cd_id, stcd_id, rt_cd_id, subst_veh_cd_id, indictn_cd_id, dos, dos_uomcd_id, dur_nmeric_val, dur_uomcd_id, freq, freq_uomcd_id, intvl, intvl_uomcd_id, ord_dt, ord_expirtn_dt, ord_qty_ordrd, ord_qty_ordrd_uomcd_id, dos_restrctn, dos_restrctn_uomcd_id, dos_indictr_nt, stpd_flg, ord_fils, ord_fulflmt_instrcn, instrcn, del_methd_nt, orig_subst_catg_id, orig_subst_veh_cd_id, orig_indictn_cd_id, orig_subst_tmg_cd_id, orig_subst_frm_cd_id, orig_rt_cd_id, orig_subst_sch_cd_id, orig_stcd_id, orig_dos_uomcd_id, orig_dur_uomcd_id, orig_freq_uomcd_id, orig_intvl_uomcd_id, orig_ord_qty_ordrd_uomcd_id, orig_dos_restrctn_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, pt_hx_id, pt_hx_vn, orig_rt_cd_vn, orig_freq_uomcd_vn, subst_catg_vn, intvl_uomcd_vn, ord_qty_ordrd_uomcd_vn, orig_dos_restrctn_uomcd_vn, rt_cd_vn, dos_uomcd_vn, orig_subst_veh_cd_vn, orig_subst_sch_cd_vn, orig_stcd_vn, orig_dur_uomcd_vn, subst_frm_cd_vn, orig_subst_frm_cd_vn, orig_ord_qty_ordrd_uomcd_vn, indictn_cd_vn, subst_tmg_cd_vn, subst_veh_cd_vn, orig_indictn_cd_vn, orig_dos_uomcd_vn, stcd_vn, dur_uomcd_vn, orig_intvl_uomcd_vn, freq_uomcd_vn, orig_subst_tmg_cd_vn, subst_sch_cd_vn, dos_restrctn_uomcd_vn, orig_subst_catg_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, null, null, null, 2, 136, null, null, 1, 147, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '005~PHN 005', '0', 'N', 602, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, 0, null); insert into HDM_SUBST_HX (subst_catg_id, subst_sch_cd_id, subst_frm_cd_id, subst_tmg_cd_id, stcd_id, rt_cd_id, subst_veh_cd_id, indictn_cd_id, dos, dos_uomcd_id, dur_nmeric_val, dur_uomcd_id, freq, freq_uomcd_id, intvl, intvl_uomcd_id, ord_dt, ord_expirtn_dt, ord_qty_ordrd, ord_qty_ordrd_uomcd_id, dos_restrctn, dos_restrctn_uomcd_id, dos_indictr_nt, stpd_flg, ord_fils, ord_fulflmt_instrcn, instrcn, del_methd_nt, orig_subst_catg_id, orig_subst_veh_cd_id, orig_indictn_cd_id, orig_subst_tmg_cd_id, orig_subst_frm_cd_id, orig_rt_cd_id, orig_subst_sch_cd_id, orig_stcd_id, orig_dos_uomcd_id, orig_dur_uomcd_id, orig_freq_uomcd_id, orig_intvl_uomcd_id, orig_ord_qty_ordrd_uomcd_id, orig_dos_restrctn_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, pt_hx_id, pt_hx_vn, orig_rt_cd_vn, orig_freq_uomcd_vn, subst_catg_vn, intvl_uomcd_vn, ord_qty_ordrd_uomcd_vn, orig_dos_restrctn_uomcd_vn, rt_cd_vn, dos_uomcd_vn, orig_subst_veh_cd_vn, orig_subst_sch_cd_vn, orig_stcd_vn, orig_dur_uomcd_vn, subst_frm_cd_vn, orig_subst_frm_cd_vn, orig_ord_qty_ordrd_uomcd_vn, indictn_cd_vn, subst_tmg_cd_vn, subst_veh_cd_vn, orig_indictn_cd_vn, orig_dos_uomcd_vn, stcd_vn, dur_uomcd_vn, orig_intvl_uomcd_vn, freq_uomcd_vn, orig_subst_tmg_cd_vn, subst_sch_cd_vn, dos_restrctn_uomcd_vn, orig_subst_catg_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, null, null, null, 1, 135, null, null, 1, 147, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '002~PHN 002', '0', 'N', 599, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, 0, null); insert into HDM_SUBST_HX (subst_catg_id, subst_sch_cd_id, subst_frm_cd_id, subst_tmg_cd_id, stcd_id, rt_cd_id, subst_veh_cd_id, indictn_cd_id, dos, dos_uomcd_id, dur_nmeric_val, dur_uomcd_id, freq, freq_uomcd_id, intvl, intvl_uomcd_id, ord_dt, ord_expirtn_dt, ord_qty_ordrd, ord_qty_ordrd_uomcd_id, dos_restrctn, dos_restrctn_uomcd_id, dos_indictr_nt, stpd_flg, ord_fils, ord_fulflmt_instrcn, instrcn, del_methd_nt, orig_subst_catg_id, orig_subst_veh_cd_id, orig_indictn_cd_id, orig_subst_tmg_cd_id, orig_subst_frm_cd_id, orig_rt_cd_id, orig_subst_sch_cd_id, orig_stcd_id, orig_dos_uomcd_id, orig_dur_uomcd_id, orig_freq_uomcd_id, orig_intvl_uomcd_id, orig_ord_qty_ordrd_uomcd_id, orig_dos_restrctn_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, pt_hx_id, pt_hx_vn, orig_rt_cd_vn, orig_freq_uomcd_vn, subst_catg_vn, intvl_uomcd_vn, ord_qty_ordrd_uomcd_vn, orig_dos_restrctn_uomcd_vn, rt_cd_vn, dos_uomcd_vn, orig_subst_veh_cd_vn, orig_subst_sch_cd_vn, orig_stcd_vn, orig_dur_uomcd_vn, subst_frm_cd_vn, orig_subst_frm_cd_vn, orig_ord_qty_ordrd_uomcd_vn, indictn_cd_vn, subst_tmg_cd_vn, subst_veh_cd_vn, orig_indictn_cd_vn, orig_dos_uomcd_vn, stcd_vn, dur_uomcd_vn, orig_intvl_uomcd_vn, freq_uomcd_vn, orig_subst_tmg_cd_vn, subst_sch_cd_vn, dos_restrctn_uomcd_vn, orig_subst_catg_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, null, null, null, 10, 54, null, null, 7, 148, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '001~PHN 001', '0', 'N', 598, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, 0, null); insert into HDM_SUBST_HX (subst_catg_id, subst_sch_cd_id, subst_frm_cd_id, subst_tmg_cd_id, stcd_id, rt_cd_id, subst_veh_cd_id, indictn_cd_id, dos, dos_uomcd_id, dur_nmeric_val, dur_uomcd_id, freq, freq_uomcd_id, intvl, intvl_uomcd_id, ord_dt, ord_expirtn_dt, ord_qty_ordrd, ord_qty_ordrd_uomcd_id, dos_restrctn, dos_restrctn_uomcd_id, dos_indictr_nt, stpd_flg, ord_fils, ord_fulflmt_instrcn, instrcn, del_methd_nt, orig_subst_catg_id, orig_subst_veh_cd_id, orig_indictn_cd_id, orig_subst_tmg_cd_id, orig_subst_frm_cd_id, orig_rt_cd_id, orig_subst_sch_cd_id, orig_stcd_id, orig_dos_uomcd_id, orig_dur_uomcd_id, orig_freq_uomcd_id, orig_intvl_uomcd_id, orig_ord_qty_ordrd_uomcd_id, orig_dos_restrctn_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, pt_hx_id, pt_hx_vn, orig_rt_cd_vn, orig_freq_uomcd_vn, subst_catg_vn, intvl_uomcd_vn, ord_qty_ordrd_uomcd_vn, orig_dos_restrctn_uomcd_vn, rt_cd_vn, dos_uomcd_vn, orig_subst_veh_cd_vn, orig_subst_sch_cd_vn, orig_stcd_vn, orig_dur_uomcd_vn, subst_frm_cd_vn, orig_subst_frm_cd_vn, orig_ord_qty_ordrd_uomcd_vn, indictn_cd_vn, subst_tmg_cd_vn, subst_veh_cd_vn, orig_indictn_cd_vn, orig_dos_uomcd_vn, stcd_vn, dur_uomcd_vn, orig_intvl_uomcd_vn, freq_uomcd_vn, orig_subst_tmg_cd_vn, subst_sch_cd_vn, dos_restrctn_uomcd_vn, orig_subst_catg_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, null, null, null, 1, 54, null, null, 1, 149, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '006~PHN 006', '0', 'N', 603, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, 0, null); insert into HDM_SUBST_HX (subst_catg_id, subst_sch_cd_id, subst_frm_cd_id, subst_tmg_cd_id, stcd_id, rt_cd_id, subst_veh_cd_id, indictn_cd_id, dos, dos_uomcd_id, dur_nmeric_val, dur_uomcd_id, freq, freq_uomcd_id, intvl, intvl_uomcd_id, ord_dt, ord_expirtn_dt, ord_qty_ordrd, ord_qty_ordrd_uomcd_id, dos_restrctn, dos_restrctn_uomcd_id, dos_indictr_nt, stpd_flg, ord_fils, ord_fulflmt_instrcn, instrcn, del_methd_nt, orig_subst_catg_id, orig_subst_veh_cd_id, orig_indictn_cd_id, orig_subst_tmg_cd_id, orig_subst_frm_cd_id, orig_rt_cd_id, orig_subst_sch_cd_id, orig_stcd_id, orig_dos_uomcd_id, orig_dur_uomcd_id, orig_freq_uomcd_id, orig_intvl_uomcd_id, orig_ord_qty_ordrd_uomcd_id, orig_dos_restrctn_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, pt_hx_id, pt_hx_vn, orig_rt_cd_vn, orig_freq_uomcd_vn, subst_catg_vn, intvl_uomcd_vn, ord_qty_ordrd_uomcd_vn, orig_dos_restrctn_uomcd_vn, rt_cd_vn, dos_uomcd_vn, orig_subst_veh_cd_vn, orig_subst_sch_cd_vn, orig_stcd_vn, orig_dur_uomcd_vn, subst_frm_cd_vn, orig_subst_frm_cd_vn, orig_ord_qty_ordrd_uomcd_vn, indictn_cd_vn, subst_tmg_cd_vn, subst_veh_cd_vn, orig_indictn_cd_vn, orig_dos_uomcd_vn, stcd_vn, dur_uomcd_vn, orig_intvl_uomcd_vn, freq_uomcd_vn, orig_subst_tmg_cd_vn, subst_sch_cd_vn, dos_restrctn_uomcd_vn, orig_subst_catg_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, null, null, null, 2, 140, null, null, 2, 149, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '008~PHN 008', '0', 'N', 606, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, 0, null); insert into HDM_SUBST_HX (subst_catg_id, subst_sch_cd_id, subst_frm_cd_id, subst_tmg_cd_id, stcd_id, rt_cd_id, subst_veh_cd_id, indictn_cd_id, dos, dos_uomcd_id, dur_nmeric_val, dur_uomcd_id, freq, freq_uomcd_id, intvl, intvl_uomcd_id, ord_dt, ord_expirtn_dt, ord_qty_ordrd, ord_qty_ordrd_uomcd_id, dos_restrctn, dos_restrctn_uomcd_id, dos_indictr_nt, stpd_flg, ord_fils, ord_fulflmt_instrcn, instrcn, del_methd_nt, orig_subst_catg_id, orig_subst_veh_cd_id, orig_indictn_cd_id, orig_subst_tmg_cd_id, orig_subst_frm_cd_id, orig_rt_cd_id, orig_subst_sch_cd_id, orig_stcd_id, orig_dos_uomcd_id, orig_dur_uomcd_id, orig_freq_uomcd_id, orig_intvl_uomcd_id, orig_ord_qty_ordrd_uomcd_id, orig_dos_restrctn_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, pt_hx_id, pt_hx_vn, orig_rt_cd_vn, orig_freq_uomcd_vn, subst_catg_vn, intvl_uomcd_vn, ord_qty_ordrd_uomcd_vn, orig_dos_restrctn_uomcd_vn, rt_cd_vn, dos_uomcd_vn, orig_subst_veh_cd_vn, orig_subst_sch_cd_vn, orig_stcd_vn, orig_dur_uomcd_vn, subst_frm_cd_vn, orig_subst_frm_cd_vn, orig_ord_qty_ordrd_uomcd_vn, indictn_cd_vn, subst_tmg_cd_vn, subst_veh_cd_vn, orig_indictn_cd_vn, orig_dos_uomcd_vn, stcd_vn, dur_uomcd_vn, orig_intvl_uomcd_vn, freq_uomcd_vn, orig_subst_tmg_cd_vn, subst_sch_cd_vn, dos_restrctn_uomcd_vn, orig_subst_catg_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, null, null, null, 1, 140, null, null, 1, 149, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '004~PHN 004', '0', 'N', 601, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, 0, null); insert into HDM_SUBST_HX (subst_catg_id, subst_sch_cd_id, subst_frm_cd_id, subst_tmg_cd_id, stcd_id, rt_cd_id, subst_veh_cd_id, indictn_cd_id, dos, dos_uomcd_id, dur_nmeric_val, dur_uomcd_id, freq, freq_uomcd_id, intvl, intvl_uomcd_id, ord_dt, ord_expirtn_dt, ord_qty_ordrd, ord_qty_ordrd_uomcd_id, dos_restrctn, dos_restrctn_uomcd_id, dos_indictr_nt, stpd_flg, ord_fils, ord_fulflmt_instrcn, instrcn, del_methd_nt, orig_subst_catg_id, orig_subst_veh_cd_id, orig_indictn_cd_id, orig_subst_tmg_cd_id, orig_subst_frm_cd_id, orig_rt_cd_id, orig_subst_sch_cd_id, orig_stcd_id, orig_dos_uomcd_id, orig_dur_uomcd_id, orig_freq_uomcd_id, orig_intvl_uomcd_id, orig_ord_qty_ordrd_uomcd_id, orig_dos_restrctn_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, pt_hx_id, pt_hx_vn, orig_rt_cd_vn, orig_freq_uomcd_vn, subst_catg_vn, intvl_uomcd_vn, ord_qty_ordrd_uomcd_vn, orig_dos_restrctn_uomcd_vn, rt_cd_vn, dos_uomcd_vn, orig_subst_veh_cd_vn, orig_subst_sch_cd_vn, orig_stcd_vn, orig_dur_uomcd_vn, subst_frm_cd_vn, orig_subst_frm_cd_vn, orig_ord_qty_ordrd_uomcd_vn, indictn_cd_vn, subst_tmg_cd_vn, subst_veh_cd_vn, orig_indictn_cd_vn, orig_dos_uomcd_vn, stcd_vn, dur_uomcd_vn, orig_intvl_uomcd_vn, freq_uomcd_vn, orig_subst_tmg_cd_vn, subst_sch_cd_vn, dos_restrctn_uomcd_vn, orig_subst_catg_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, null, null, null, 3, 137, null, null, 1, 149, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '003~PHN 003', '0', 'N', 600, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, 0, null); insert into HDM_SUBST_HX (subst_catg_id, subst_sch_cd_id, subst_frm_cd_id, subst_tmg_cd_id, stcd_id, rt_cd_id, subst_veh_cd_id, indictn_cd_id, dos, dos_uomcd_id, dur_nmeric_val, dur_uomcd_id, freq, freq_uomcd_id, intvl, intvl_uomcd_id, ord_dt, ord_expirtn_dt, ord_qty_ordrd, ord_qty_ordrd_uomcd_id, dos_restrctn, dos_restrctn_uomcd_id, dos_indictr_nt, stpd_flg, ord_fils, ord_fulflmt_instrcn, instrcn, del_methd_nt, orig_subst_catg_id, orig_subst_veh_cd_id, orig_indictn_cd_id, orig_subst_tmg_cd_id, orig_subst_frm_cd_id, orig_rt_cd_id, orig_subst_sch_cd_id, orig_stcd_id, orig_dos_uomcd_id, orig_dur_uomcd_id, orig_freq_uomcd_id, orig_intvl_uomcd_id, orig_ord_qty_ordrd_uomcd_id, orig_dos_restrctn_uomcd_id, created_by_id, changed_by_id, created_on_dt, changed_on_dt, insert_dt, update_dt, request_id, src_eff_from_dt, src_eff_to_dt, effective_from_dt, effective_to_dt, current_flg, incorrect_flg, datasource_num_id, integration_id, tenant_id, delete_flg, pt_hx_id, pt_hx_vn, orig_rt_cd_vn, orig_freq_uomcd_vn, subst_catg_vn, intvl_uomcd_vn, ord_qty_ordrd_uomcd_vn, orig_dos_restrctn_uomcd_vn, rt_cd_vn, dos_uomcd_vn, orig_subst_veh_cd_vn, orig_subst_sch_cd_vn, orig_stcd_vn, orig_dur_uomcd_vn, subst_frm_cd_vn, orig_subst_frm_cd_vn, orig_ord_qty_ordrd_uomcd_vn, indictn_cd_vn, subst_tmg_cd_vn, subst_veh_cd_vn, orig_indictn_cd_vn, orig_dos_uomcd_vn, stcd_vn, dur_uomcd_vn, orig_intvl_uomcd_vn, freq_uomcd_vn, orig_subst_tmg_cd_vn, subst_sch_cd_vn, dos_restrctn_uomcd_vn, orig_subst_catg_vn, recrd_set_id, enterprise_id, correction_flg) values (null, null, null, null, null, null, null, null, 5, 136, null, null, 3, 149, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, 0, null, null, to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), to_date('25-06-2011 21:22:44', 'dd-mm-yyyy hh24:mi:ss'), null, null, null, to_date('01-01-1970', 'dd-mm-yyyy'), to_date('31-12-9999', 'dd-mm-yyyy'), 'Y', null, 0, '010~PHN 010', '0', 'N', 608, 0, null, null, null, null, null, null, null, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 0, null, null, null, null, null, 0, null); prompt 11 records loaded set feedback on set define on prompt Done loading data. set pagesize 999 select * from ( select (select count(*) from hdm_cd_sys ) as hdm_cd_sys, (select count(*) from hdm_cd_typ ) as hdm_cd_typ, (select count(*) from hdm_cd_repository ) as hdm_cd_repository, (select count(*) from hdm_cd_repository_cd_typ) as hdm_cd_repository_cd_typ, (select count(*) from hdm_cd_hier ) as hdm_cd_hier, (select count(*) from hdm_prty ) as hdm_prty, (select count(*) from hdm_ind_prty ) as hdm_ind_prty, (select count(*) from hdm_ind_prty_rc ) as hdm_ind_prty_rc, (select count(*) from hdm_ind_prty_ethn ) as hdm_ind_prty_ethn, (select count(*) from hdm_loc ) as hdm_loc, (select count(*) from hdm_prty_addr ) as hdm_prty_addr, (select count(*) from hdm_pt ) as hdm_pt, (select count(*) from hdm_cnsnt ) as hdm_cnsnt, (select count(*) from hdm_spcmn ) as hdm_spcmn, (select count(*) from hdm_pt_hx ) as hdm_pt_hx, (select count(*) from hdm_subst_hx ) as hdm_subst_hx, (select count(*) from hdm_cnrn ) as hdm_cnrn, (select count(*) from hdm_cnrn_anatsite ) as hdm_cnrn_anatsite, (select count(*) from hdm_intvn ) as hdm_intvn, (select count(*) from hdm_subadmn ) as hdm_subadmn, (select count(*) from hdm_intvn_subst ) as hdm_intvn_subst, (select count(*) from hdm_obsv ) as hdm_obsv, (select count(*) from hdm_intvn_obsv ) as hdm_intvn_obsv, (select count(*) from hdm_reltd_intvn ) as hdm_reltd_intvn from dual) unpivot (recs for "TABLE" in (hdm_cd_sys, hdm_cd_typ, hdm_cd_repository, hdm_cd_repository_cd_typ, hdm_cd_hier, hdm_prty, hdm_ind_prty, hdm_ind_prty_rc, hdm_ind_prty_ethn, hdm_loc, hdm_prty_addr, hdm_pt, hdm_cnsnt, hdm_spcmn, hdm_pt_hx, hdm_subst_hx, hdm_cnrn, hdm_cnrn_anatsite, hdm_intvn, hdm_subadmn, hdm_intvn_subst, hdm_obsv, hdm_intvn_obsv, hdm_reltd_intvn) ); prompt This script does not COMMIT by default. prompt If you want to commit the data then perform the COMMIT manually. --commit;