|
insert into MTL_ITEM_CATEGORIES_INTERFACE
(item_number,primary_unit_of_measure, ,process_flag, organization_id ,
set_process_id, transaction_type)
values
('TESTCATG1','UOM',1,,&organization_id ,1,'DELETE');
insert into MTL_ITEM_CATEGORIES_INTERFACE
(item_number,primary_unit_of_measure, ,process_flag, organization_id ,
set_process_id, transaction_type)
values
('TESTCATG1','NEW-UOM',1,&organization_id ,1,'CREATE');
commit;
Run item import.In Process Set enter 1 as we had used 1 in the set_process_id
column. Now enter 2 in create or update items field as we are updating the
exsisting item and changing its UOM. Hit OK button. |
|