I am writing to create a PL/SQL package to transfer some data from oracle apex form to oracle EBS R12 using API. My goal is to create a new item in the mtl_system_item table in oracle INV from the apex form where users enter new item data. I will be using the oracle INV api ego_item_pub.process_item to create item . I searched all web for a document or guide which give details about all input and output parameters and its mapping. I found only individuals posted sample code which shows minimal parameters. Is there any Official oracle document available on this ? can someone guide me. I have to transfer more data into the ebs such as Buyer ID etc . But based on the information I got from sample code, using APIOnly status code, segment1 , item desc, long desc can be passed as parameters. How do I pass more information of the item to EBS
can someone help? I am on EBS R12 12.2.1
George