Posts

Showing posts from October, 2015

Oracle Inventory Item Interface Script

Simple and basic interface script : Step 1: /* Formatted on 2015/10/19 12:28 (Formatter Plus v4.8.8) */ INSERT INTO inv.mtl_system_items_interface             (organization_id, process_flag, item_number, description,              transaction_type, set_process_id)    SELECT 84,                                               -- organization_id              1,                                                -- process_flag                segment1,                                        -- item_number ...