Importing CZ Property and Property Values from backend
                    
 Hi All,
                I am trying to import CZ_PROPERTIES and  CZ_ITEM_PROPERTY_VALUES from their respective import tables viz CZ_IMP_PROPERTIES and CZ_IMP_ITEM_PROPERTY_VALUES tables using the concurrent request "Select Tables To Be Imported". I have used following insert statement to create a record in cz_imp_properties table:
Insert into cz_imp_property(NAME,DATA_TYPE,REC_NBR,ORIG_SYS_REF,SRC_APPLICATION_ID) values('Property_Import_Test','4','4','Property_Import_test-0','0');
However, when i run the above concurrent request, giving table name as cz_properties. I am not able to see the inserted record in this table. Its not working out. I need to insert the properties, and then add the property values to the items.
                0      
            