Access Oracle ATP Data from Order Management Extensions
Summary: We have a requirement to develop OM extension which should access the data residing in Oracle ATP to do a validation and apply hold on the order.
We have explored the below two options for Oracle ATP and OM Extension:
- Expose the ATP table as ORDS REST API and invoke the REST API from OM Extension: OM extension cannot invoke REST APIs (https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=102282501093532&id=2531771.1&_afrWindowMode=0&_adf.ctrl-state=lpik2t1ay_4)
- OM Extension is capable of invoking SOAP Webservices: ATP objects cannot be exposed as SOAP webservices. (https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/24d/faiom/call-web-services-from-order-management-extensions.html#Register-the-Web-Service)
0