R12 Oracle API's Details
Hi,
Is there any site or link or document which tells\list out the PUBLIC API (Oracle recommended API's ) for any module in Oracle Apps?
The reason is that I was strugging in finding the right API.
EG: Inventory Material Status update.
When I checked in the FORM code, I found below API used.
inv_status_pkg.update_status
I used the above but it was not updating the status. Later, I check with my friends and found another API mentioned below.
inv_material_status_pub.update_status
The above one works fine. I was told that the ones used in oracle forms are private API but one mentioned above is a Public API ( Oracle recommended).
0