Search found 2 matches

by s.ravikumar
Thu Sep 13, 2007 1:02 am
Forum: Order Management
Topic: how can i create discounts
Replies: 3
Views: 1611

Hi,
We can qualifier & Modifier to get this.

regards
Ravi
by s.ravikumar
Thu Sep 13, 2007 12:50 am
Forum: Purchasing & Inventory
Topic: How to remove existing Categories in Inventory
Replies: 3
Views: 1624

Hi, Insert the records in MTL_ITEM_CATEGORIES_INTERFACE table and set the transaction type as 'UPDATE' and put the old category id or name into that table. then load the data into base table using standard concurrent. example: INSERT INTO mtl_item_categories_interface ( category_set_id, category_id,...