Posts

Showing posts with the label Oracle EBS

Oracle EBS : Major changes in Purchasing/ iProcurement – R12

Image
 Requisition Creation: In R12 iProcurement, the users can see a new button for Managing Approval Routing lists in create requisition page under Approvals stage. The functionality remains the same as in 11i, but users can add/ delete the approvers and can make changes in the routing sequence in iProcurement itself. Learn more about Oracle EBS implementation . New country field is required when entering a “one-time” ship to address on create requisitions page. Oracle has introduced a new feature for Internal Requisitions and Internal Sales Orders. If the preparer makes changes for approved Internal Requisition, it will reflect in Internal Sales Order and vice versa. Oracle supports this feature only for few particular fields. For Internal Requisition Oracle supports changes to the following attributes: Quantity Need by Date If the preparer updates any of these values, the changes will be reflected in Internal Sales Order. Similarly, for Internal Sales Order, O...

Interact with E-Business Suite in SOA

Image
Oracle Applications (OracleAS) Adapter for Oracle Applications provides real-time, comprehensive, bidirectional, multimodal, synchronous and asynchronous connectivity to Oracle Applications in Service Oriented Architecture. The benefit of using OracleAS is that it can use the existing Oracle Application Infrastructure and expose Integration Interface/ APIs as Web services to interact with SOA environment. Learn more about: Oracle EBS Implementation . The alternative approach to interact with EBS is DB Adapter, however the drawback of using DB Adapter to connect to Oracle EBS is that – one has to set the context manually using the fun_global.apps_initilize or Fnd_Client_Info.SET_ORG_CONTEXT. This is usually done in a wrapper procedure in OracleAS. Moreover, DB Adapter does not support the interface types like e-Commerce, xml gateway, business events for integrating with Oracle Applications. The OracleAS supports the following interface types for integrating with Oracle Applicatio...