GJGautam Jaininastrogeek777.hashnode.dev·Jul 25, 2024 · 19 min readInterface/Conversion examplesList of interfaces/conversions are covered in this section. Details like pre-requisites required, interface tables, interface program, base tables, validations that need to be performed after inserting the details into the interface tables and requir...00
GJGautam Jaininastrogeek777.hashnode.dev·Jul 24, 2024 · 6 min readInbound InterfaceOracle provides flexible tools in the form of Interface programs to import the master and transactional data like Customers, Invoices, and Sales Orders etc. from external systems into Oracle Applications or to transfer the data from one module to ano...00
GJGautam Jaininastrogeek777.hashnode.dev·Jul 24, 2024 · 3 min readOutbound InterfaceOutbound Interface will be used to extract the data from oracle Database tables into the flat files. when we are aiming for file to table data transfer(inbound), we will use SQL *Loader, otherwise we use UTL_FILE procedure to transfer from table data...00
GJGautam Jaininastrogeek777.hashnode.dev·Jul 22, 2024 · 6 min readOrder to Customer (O2C) CycleOrder to Cash process steps can be listed as below Enter the Sales Order Book the Sales Order Launch Pick Release Ship Confirm Create Invoice Create the Receipts either manually or using Auto Lockbox (In this article we will concentrate on Manual cre...00
GJGautam Jaininastrogeek777.hashnode.dev·Jul 22, 2024 · 7 min readProcure to Payment(P2P) CycleProcure to Pay process which is also known as P2P cycle is followed by any organization in any ERP system if they would like to purchase any products (it could raw materials, office supplies, infrastructure etc.). Of course, when there is a purchase ...00