What are the standard APIs to populate the tables below in Oracle EBS R12?
Table name
-----------------------
MTL_ITEM_CATEGORIES
MTL_SYSTEM_ITEMS
MTL_CROSS_REFERENCES
MTL_CUSTOMER_ITEM_XREFS
Provide any link or pointers if any.
These seeded tables are not being populated via an API. You need to populate their interfaces tables then run the Concurrent Program "Import Items".
If there will be records that has any errors, it will be inserted into MTL_INTERFACE_ERRORS
.
See the sample of the required columns and values to be populated here.
BASE TABLE INTERFACE_TABLE ERROR_TABLE CONCURRENT_REQUESTS / PROCESSES
---------------- ------------------------------ --------------------- --------------------------------
MTL_SYSTEM_ITEMS MTL_SYSTEM_ITEMS_INTERFACE MTL_INTERFACE_ERRORS Import Items
MTL_ITEM_CATEGORIES MTL_ITEM_CATEGORIES_INTERFACE MTL_INTERFACE_ERRORS Import Items
MTL_CROSS_REFERENCES MTL_CROSS_REFERENCES_INTERFACE MTL_INTERFACE_ERRORS
MTL_CUSTOMER_ITEM_XREFS MTL_CI_XREFS_INTERFACE MTL_INTERFACE_ERRORS Customer Item Interface -> Customer Item Cross-Reference Interface
More links that may help: