Inventory Items (APC/PLM/PIM) - EBS (MOSC)

MOSC Banner

INV_ICOI_MISS_CAT_NAME Item Category

edited Aug 25, 2017 5:00AM in Inventory Items (APC/PLM/PIM) - EBS (MOSC) 1 commentAnswered

Hi ,

I have one existing Item Category and now i want yo create another?

INSERT INTO mtl_item_categories_interface

( category_set_id

,category_id

,last_update_date

,ORGANIZATION_CODE

,process_flag

,inventory_item_id

,old_category_id

,transaction_type

,set_process_id

)

VALUES

( 1200017     -- category_set_id

,6150            -- new category_id

,SYSDATE

,'ABC'           -- ORGANIZATION_CODE (should be master_orgaization_id if category set is controlled at master level)

,1               -- always 1

,123456         -- Item name  Note: for performance consideration use inventory_item_id in place of item_number

,NULL           -- old category_id

,'UPDATE'

,111             -- set_process_id can be any positive number

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center