21 January 2013

Subinventory Conversion



Is there an API/Interface to convert Subinventories in Oracle Apps?


Three Options,


1) You can safely Insert into MTL_SECONDARY_INVENTORIES table after completing data validations.


2) Use the Subinventory Table handler to the insert, MTL_SECONDARY_INVENTORIES_PKG


3) If you don't want to create addition API, then validate the data and complete the data cleansing in a excel. then insert into MTL_SECONDARY_INVENTORIES table using Toad.



No comments: