SlideShare a Scribd company logo
1 of 46
Complete Order to cash cycle steps including1. Entering the Sales Order 2. Booking the Sales Order 3. Launch Pick Release 4. Ship Confirm 5. Create Invoice 6. Create the Receipts either manually or using Auto Lockbox ( In this article we will concentrate on Manual creation) 7. Transfer to General Ledger 8. Journal Import 9. Posting<br />Overview:<br />The below are the steps in short that we will go through in this article:<br />Enter the Sales Order<br />Book the Sales Order<br />Launch Pick Release<br />Ship Confirm <br />Create Invoice  <br />Create the Receipts either manually or using Auto Lockbox ( In this article we will concentrate on Manual creation)<br />Transfer to General Ledger<br />Journal Import <br />Posting <br />Let’s get into the details of each step mentioned above.<br />Enter the Sales Order:<br />Navigation: Order Management Super User Operations (USA)>Orders Returns >Sales Orders<br />Enter the Customer details (Ship to and Bill to address), Order type.<br />Click on Lines Tab. Enter the Item to be ordered and the quantity required.<br />Line is scheduled automatically when the Line Item is saved. <br />Scheduling / unscheduling can be done manually by selecting Schedule/Un schedule from the Actions Menu.<br />You can check if the item to be ordered is available in the Inventory by clicking on Availability Button. <br />Save the work.<br />Underlying Tables affected:<br />In Oracle, Order information is maintained at the header and line level. <br />The header information is stored in OE_ORDER_HEADERS_ALL and the line information in OE_ORDER_LINES_ALL when the order is entered. The column called FLOW_STATUS_CODE is available in both the headers and lines tables which tell us the status of the order at each stage.<br />At this stage, the FLOW_STATUS_CODE in OE_ORDER_HEADERS_ALL is ‘Entered’<br />Book the Sales Order:<br /> Book the Order by clicking on the Book Order button.<br />Now that the Order is BOOKED, the status on the header is change accordingly.<br />Underlying tables affected:<br />At this stage:<br />The FLOW_STATUS_CODE in the table   OE_ORDER_HEADERS_ALL would be  ‘BOOKED’ <br />The FLOW_STATUS_CODE in OE_ORDER_LINES_ALL will be ‘AWAITING_SHIPPING’. <br />Record(s) will be created in the table WSH_DELIVERY_DETAILS with RELEASED_STATUS=’R’ (Ready to Release) <br />Also Record(s) will be inserted into WSH_DELIVERY_ASSIGNMENTS.<br />At the same time DEMAND INTERFACE PROGRAM runs in the background and inserts into MTL_DEMAND<br />Launch Pick Release:<br />Navigation: Shipping > Release Sales Order > Release Sales Orders.<br />Key in Based on Rule and Order Number<br />In the Shipping Tab key in the below:<br />Auto Create Delivery: Yes<br />Auto Pick Confirm: Yes<br />Auto Pack Delivery: Yes<br />In the Inventory Tab:<br />Auto Allocate: Yes<br />Enter the Warehouse<br />Click on Execute Now Button.<br />On successful completion, the below message would pop up as shown below.<br />Pick Release process in turn will kick off several other requests like Pick Slip Report,<br />Shipping Exception Report and Auto Pack Report <br />Underlying Tables affected:<br />If Autocreate Delivery is set to ‘Yes’ then a new record is created in the table WSH_NEW_DELIVERIES.<br />DELIVERY_ID is populated in the table WSH_DELIVERY_ASSIGNMENTS. <br />The RELEASED_STATUS in WSH_DELIVERY_DETAILS would be now set to ‘Y’ (Pick Confirmed) if Auto Pick Confirm is set to Yes otherwise RELEASED_STATUS is ‘S’ (Release to Warehouse).<br />Pick Confirm the Order:<br />IF Auto Pick Confirm in the above step is set to NO, then the following should be done.                              <br />Navigation: Inventory Super User > Move Order> Transact Move Order<br />In the HEADER tab, enter the BATCH NUMBER (from the above step) of the order. Click FIND. Click on VIEW/UPDATE Allocation, then Click TRANSACT button. Then Transact button will be deactivated then just close it and go to next step.<br />Ship Confirm the Order:<br />Navigation: Order Management Super User>Shipping >Transactions.<br />Query with the Order Number.<br />Click On Delivery Tab<br />Click on Ship Confirm.<br />The Status in Shipping Transaction screen will now be closed.<br />This will kick off concurrent programs like. INTERFACE TRIP Stop, Commercial Invoice, Packing Slip Report, Bill of Lading<br />Underlying tables affected:<br />RELEASED_STATUS in WSH_DELIVERY_DETAILS would be ‘C’ (Ship Confirmed)<br />FLOW_STATUS_CODE in OE_ORDER_HEADERS_ALL would be quot;
BOOKEDquot;
<br />FLOW_STATUS_CODE in OE_ORDER_LINES_ALL would be quot;
SHIPPEDquot;
<br />Create Invoice:<br />Run workflow background Process.<br />Navigation: Order Management >view >Requests<br />Workflow Background Process inserts the records RA_INTERFACE_LINES_ALL with<br />INTERFACE_LINE_CONTEXT     =       ’ORDER ENTRY’<br />INTERFACE_LINE_ATTRIBUTE1 =        Order_number<br />INTERFACE_LINE_ATTRIBUTE3 =        Delivery_id<br />and spawns Auto invoice Master Program and Auto invoice import program which creates Invoice for that particular Order.<br />The Invoice created can be seen using the Receivables responsibility<br />Navigation: Receivables Super User> Transactions> Transactions<br />Query with the Order Number as Reference.<br />Underlying tables:<br />RA_CUSTOMER_TRX_ALL will have the Invoice header information. The column INTERFACE_HEADER_ATTRIBUTE1 will have the Order Number.<br />RA_CUSTOMER_TRX_LINES_ALL will have the Invoice lines information. The column INTERFACE_LINE_ATTRIBUTE1 will have the Order Number. <br />Create receipt:<br />Navigation: Receivables> Receipts> Receipts<br />Enter the information.<br />Click on Apply Button to apply it to the Invoice.<br />Underlying tables:<br />AR_CASH_RECEIPTS_ALL<br />Transfer to General Ledger:<br />To transfer the Receivables accounting information to general ledger, run General Ledger Transfer Program.<br />Navigation: Receivables> View Requests<br />Parameters:<br />Give in the Start date and Post through date to specify the date range of the transactions to be transferred.<br />Specify the GL Posted Date, defaults to SYSDATE.<br />Post in summary: This controls how Receivables creates journal entries for your transactions in the interface table. If you select ‘No’, then the General Ledger Interface program creates at least one journal entry in the interface table for each transaction in your posting submission. If you select ‘Yes’, then the program creates one journal entry for each general ledger account.<br />If the Parameter Run Journal Import is set to ‘Yes’,  the journal import program is kicked off automatically which transfers journal entries from the interface table to General Ledger, otherwise follow the topic Journal Import to import the journals to General Ledger manually.<br />Underlying tables:<br />This transfers data about your adjustments, chargeback, credit memos, commitments, debit memos, invoices, and receipts to the GL_INTERFACE table.<br />Journal Import:<br /> To transfer the data from General Ledger Interface table to General Ledger, run the Journal Import program from Oracle General Ledger.<br />Navigation: General Ledger > Journal> Import> Run<br />Parameters:<br />Select the appropriate Source.<br />Enter one of the following Selection Criteria:<br />No Group ID: To import all data for that source that has no group ID. Use this option if you specified a NULL group ID for this source.<br />All Group IDs: To import all data for that source that has a group ID. Use this option to import multiple journal batches for the same source with varying group IDs.<br />Specific Group ID: To import data for a specific source/group ID combination. Choose a specific group ID from the List of Values for the Specific Value field.<br />If you do not specify a Group ID, General Ledger imports all data from the specified journal entry source, where the Group_ID is null.<br />Define the Journal Import Run Options (optional)<br />Choose Post Errors to Suspense if you have suspense posting enabled for your set of books to post the difference resulting from any unbalanced journals to your suspense account.<br />Choose Create Summary Journals to have journal import create the following:<br />• one journal line for all transactions that share the same account, period, and currency and that has a debit balance<br />• one journal line for all transactions that share the same account, period, and currency and that has a credit balance.<br />Enter a Date Range to have General Ledger import only journals with accounting dates in that range. If you do not specify a date range, General Ledger imports all journals data. <br />Choose whether to Import Descriptive Flexfields, and whether to import them with validation.<br />Click on Import button.<br />Underlying tables:<br />GL_JE_BATCHES, GL_JE_HEADERS, GL_JE_LINES<br />Posting:<br /> We have to Post journal batches that we have imported previously to update the account balances in General Ledger.<br />Navigation: General Ledger> Journals > Enter<br />Query for the unposted journals for a specific period as shown below.<br /> From the list of unposted journals displayed, select one journal at a time and click on Post button to post the journal.<br />  <br />  <br /> If you know the batch name to be posted you can directly post using the Post window<br />Navigation: General Ledger> Journals> Post<br />Underlying tables:<br />GL_BALANCES. <br />OE tables contain Order details Wsh tables contain delivery details MTL tables contain Item details <br />Procure to Pay cycle covers the following steps1. Creating Requisition2. Creating Purchase Order3. Creating Receipt4. Creating Invoice in AP5. Paying the Invoice6. Transfer, Import and Post to GL <br />Overview:<br />In this article, we will see the steps involved in Procure to Pay Cycle. Here is the diagrammatic representation:<br />1) Create Requisition:<br />Requisition is nothing but a formal request to buy something (like Inventory material, office supplies etc) needed for the enterprise. Only an employee can create one. There are two types of requisitions:<br />Internal Requisition: Internal requisitions provide the mechanism for requesting and transferring material from one inventory to other inventory.<br />Purchase requisition: Unlike Internal requisitions, Purchase requisitions are used for requesting material from suppliers.<br />Navigation:<br />Purchasing Vision Operations (USA) > Requisitions > Requisitions<br />Choose the requisition type and enter the Item, quantity, Price details in the Lines tab.<br />In Source Details tab, specify the Buyer name.<br />Click the Distributions button. Enter the Charge Account.<br />Save the work. The status of the requisition will now be Incomplete. And now the Approve button is highlighted. The requisition needs to be approved first before proceeding further by the concerned authority. Submit this requisition for Approval by clicking on the Approve button. The status will now be updated to In Process .The workflow then will send an Approval notification to the concerned person (derived based on hierarchy used Position or Supervisor hierarchy) using which he can Approve or Reject the requisition.<br />At any time the status of requisition can be checked using the Requisition summary window.<br />Navigation:<br />Requisitions > Requisition Summary<br />Enter requisition number and click on the find button.<br />We can also check the Action History of requisition (it will show details about who has submitted, approved and cancelled the requisitions) as below:<br />Navigation:<br />Tools menu > Action History.<br />Underlying Tables:<br />PO_REQUISITION_HEADERS_ALL<br />PO_REQUISITION_LINES_ALL<br />PO_REQ_DISTRIBUTIONS_ALL<br />2) Create Purchase Order:<br />There are 4 types of Purchase Orders:<br />1. Standard PO: A Standard PO is created for onetime purchase of various items<br />2. Planned PO:  A Planned PO is a longterm agreement committing to buy items or services from a single source. You must specify tentative delivery schedules and all details for goods or services that you want to buy, including charge account, quantities, and estimated cost.<br />3. Blanket agreement: A Blanket PO is created when you know the detail of the goods or services you plan to buy from a specific supplier in a period, but you do not know the detail of your delivery schedules.<br />4. Contract agreement: Contract purchase agreements are created with your suppliers to agree<br />on specific terms and conditions without indicating the goods and services that you will be purchasing<br />Navigation for creating a standard PO:<br />Purchase Orders > Purchase Orders<br />Choose type as Standard Purchase Order. Enter the Supplier, Buyer. In the Lines tab, specify the line number, line type, Item, quantity, price etc.<br />Click Terms to enter terms, conditions, and control information for purchase orders.<br />Click Currency button to enter and change currency information for purchase orders, RFQs, and quotations.<br />Click Shipments button to enter multiple shipments for standard and planned purchase order lines Purchase order shipment specifies the quantity, shipto organization and location, date you want your supplier to deliver the items on a purchase order line, and country of origin for the items. When you save, Purchasing creates distributions depending on the default information available.<br />To enter more shipment information, select the More tab.<br />Enter the Receipt Close Tolerance percent, Invoice Close Tolerance percent to set the receiving and invoice close point.<br />Select one of the following options for Match Approval Level:<br />TwoWay: Purchase order and invoice quantities must match within tolerance before the   corresponding invoice can be paid.<br />ThreeWay: Purchase order, receipt, and invoice quantities must match within tolerance before the corresponding invoice can be paid.<br />FourWay: Purchase order, receipt, accepted, and invoice quantities must match within tolerance before the corresponding invoice can be paid.<br />Select an Invoice Match Option:<br />Purchase Order: Payables must match the invoice to the purchase order.<br />Receipt: Payables must match the invoice to the receipt.<br />Save the work.<br />Click the Receiving Controls button to enter receiving control information for purchase orders.<br />- Enter the maximum acceptable number of Days Early and Days Late for receipts.<br />- Enter the Action for receipt date control.<br />- Enter the maximum acceptable overreceipt Tolerance percent (receipts that exceed the<br />  quantity received tolerance).<br />- Enter the Action for Overreceipt Quantity. <br />- Select Allow Substitute Receipts to indicate that receivers can receive substitute items in place   <br />  of ordered items. <br />- Enter the default Receipt Routing that you assign goods: Direct Delivery, Inspection Required,  <br />  or Standard Receipt. <br />- Enter the Enforce Ship To location option to determine whether the receiving location must be   <br />  the same as the shipto location.<br />Save the work.<br />Click Distributions button to enter distributions for the shipments.<br />Select more tab to enter more details and the requisition number (optional).<br />Save the work.<br />Click on the Approve button to initiate the Approval process.<br />Underlying Tables:<br />PO_HEADERS_ALL<br />PO_LINES_ALL<br />PO_DISTRIBUTIONS_ALL (REQ_HEADER_REFERENCE_NUM in Distributions table is the Requisition number for this PO) <br />PO_LINE_LOCATIONS_ALL<br />3) Create Receipt:<br />Create a receipt to receive the items in the Purchase Order.<br />Navigation:<br />ReceivingReceipts<br />Enter the PO Number and select find button.<br />Go to Lines, check the lines you want to receive in the PO.<br />Click on Header button and Save which creates the receipt.<br />Receipt Tables are:<br />RCV_SHIPMENT_HEADERS<br />RCV_SHIPMENT_LINES (Lines Table has PO_HEADER_ID)<br />4) Create Invoice in Payables:<br />Once the goods are received, its time to pay the vendor for the goods purchased and hence the invoices are created.<br />Navigation:<br />Payables, Vision Operations (USA) > InvoicesEntryInvoices<br />Enter type -- Standard, supplier information and amount.<br />Click the Match button to match to either Purchase Order or Receipt (depending on the Invoice Match option specified on the PO) and avoid manually entering the invoice.<br />Enter the PO Number you want match to and click Find.<br />Select the lines required and click on Match button.<br />Click on Distribute button to navigate to the Match to Purchase Order Distributions window.<br />This creates the invoice and you can see the status of the invoice as Never Validated. it has to be Validated and Accounted before you can pay it.<br />Validating the Invoice:<br />Click on Actions Button and Select Validate. Click on OK button.<br />Now you can see the status of the invoice as Validated, if there are no issues during validation.<br />Create Accounting Entries:<br />Click on Actions Button and Select Create Accounting. Click on OK button. <br />Now we can see the Accounted status as Yes.<br />You can see the Accounting Entries here:<br />Tools View Accounting<br />Invoice Tables:<br />AP_INVOICES_ALL <br />AP_INVOICE_DISTRIBUTIONS_ALL<br />Accounting Entries Tables:<br />AP_ACCOUNTING_EVENTS_ALL<br />AP_AE_HEADERS_ALL<br />AP_AE_LINES_ALL <br />5) Making a Payment:<br />Go to the Invoice window and query the invoice you want to pay. You would see Amount paid as 0.00 before you make a payment.<br />Click Actions button. Select Pay in full and click OK.<br />Select the Bank Account and Document. Save the Work.<br />Now that the payment is made, when you query for the invoice in Invoice window, you will the Amount Paid as $4,000.00.<br />Create Accounting entries for payment. <br />Click Actions and select Create Accounting <br />Select the void checkbox to cancel the payment.<br />View Accounting Entries:<br />In the Payments window, query for the payment.<br />Tools menu View Accounting<br />Payment Tables:<br />AP_INVOICE_PAYMENTS_ALL <br />AP_PAYMENT_SCHEDULES_ALL<br />AP_CHECKS_ALL<br />AP_CHECK_FORMATS<br />AP_BANK_ACCOUNTS_ALL<br />AP_BANK_BRANCHES<br />AP_TERMS<br />You can also pay the invoices using Payment Batch screen. Refer to the article Make AP Payments through Payment Batches<br />6) Transfer to General Ledger:<br />Navigation:<br />Payables Responsibility > View Requests<br />Run the concurrent program Payables Transfer to General Ledger with the required parameters.<br />Procure To Pay base tables<br />Requisition<br />po_requisition_headers_all<br />po_requisition_lines_all ( segment1 ========== requisition number)<br />po_req_distributions_all<br />Note: requisition_header_id is the link between po_requisition_headers_all and po_requisition_lines_all<br />requisition_line_id is the link between po_requisition_lines_all and po_req_distributions_all<br />Purchase order<br />po_headers_all<br />po_lines_all<br />po_distributions_all<br />po_line_locations_all<br />Note: po_header_id is the link between all these tables<br />Receipt<br />rcv_shipment_headers<br />rcv_shipment_lines<br />rcv_transactions<br />quality result stored in qa_results table<br />Note: shipment_header_id is the link between rcv_shipment_headers and rcv_shipment_lines<br />po_header_id is the link between rcv_shipment_headers and rcv_transaction<br />Invoices<br />ap_invoices_all<br />ap_invoice_distributions_all<br />Note: invoice_id is the link between ap_invoices_all and ap_invoice_distributions_all<br />Payments<br />ap_checks_all<br />ap_invoice_payments_all<br />ap_payment_schedules_all<br />Payment Reconcillation<br />ap_banks<br />ap_bank_branches<br />GL Transfer<br />gl_periods<br />gl_period_status<br />gl_set_of_books<br />glfv_charts_of_accounts<br />AutoInvoice Program Overview in Oracle Applications – Receivables<br /> <br />AutoInvoice is a program that can be used to import and validate transaction data from other financial systems from which one can create invoices, debit memos, credit memos, and on-account credits. It rejects transactions with invalid information to insure the integrity of the data. This fits well with in Oracle ERP or to integrate with any third party application.<br />Top 10 reasons for using Auto Invoice<br />1. Powerful Interface Tool<br />2. Supports Oracle & Non-Oracle Systems<br />3. Import Large Amount of Data<br />4. Calculate or Import Tax<br />5. Group Lines & Invoices<br />6. Online Error Correction<br />7 .Lines Validation<br />8. Derive GL Date<br />9 .Import Flex fields<br />10.Import or Derive Accounting Info<br />What is inside AutoInvoiceAutoInvoice is a program set consists of 3 main programs. Each program will have unique nature of work to do and they are called internally except Purge program whose execution is derived on the setup otherwise ready to execute stand alone.Master (RAXMTR)Import (RAXTRX)Purge (RAXDEL)<br />1. Auto Invoice Master program RAXMTRSelects and marks records in the interface tables to be processed based on the parameters the user entered and then calls the AutoInvoice Import program. Auto Invoice Master program has no report output.•Gathers statistics, it means it gathers the stats on interface tables and set the stats on certain indices on interface tables•Marks interface records for processing by marking request_id•Submits multiple workers for Parallel Processing by creating instances for request.<br />2. Auto Invoice Import Program Validates the selected record and creates transaction if it passes validation. Any record that fails validation is left in the interface table with an error code. Depending on the setup, related records may be rejected as well. This program has an output file called Auto Invoice Execution report, which you can view by clicking the View Report button in the Requests window.Working of Auto invoice , Validates data, Inserts records, Deletes interface data Only when system option purge set to ‘Y’<br />3. Auto Invoice Purge Program Deletes records from the interface tables. If you set the Purge Interface Table system option to No in Define System Option window, Auto Invoice does not delete processed records from the interface tables after each run,and we must submit Auto Invoice Purge Program periodically to clean up the interface tables. This program only deletes transaction lines that have been successfully imported.Deletes all rows where interface_status =‘P’• Ra_interface_lines• Ra_interface_distributions• Ra_interface_salescredits<br />Oracle Receivable’s Auto Invoice program will be used to import and validate Invoices. A custom feeder program is required to transfer data from the Advantage extract files and populate the Auto Invoice interface tables (RA_INTERFACE_LINES_ALL and RA_INTERFACE_DISTRIBUTIONS_ALL).If there is need to run populate sales credit into RA_INTERFACE_SALESCREDITS_ALL table. When run, AutoInvoice produces the AutoInvoice Execution Report and the AutoInvoice Validation Report. Any entries which failed validation can be reviewed in Oracle Receivables’ AutoInvoice Interface Exceptions window. Depending on the error, changes may need to be made in Receivables, the feeder program or the imported records in the interface tables.<br />How Autoinvoice Execution worksNormally, Auto Invoice can be divided into three major phases, Pre-grouping: here the validates all of the line level data takes place, Grouping: groups lines based on the grouping rules and validates header level data, Transfer :validates information that exists in Receivables tables<br />What happen when AutoInvoice run?Once the Auto invoice Program gets called, the following activity takes place is part of execution process. This can be analyzed by debug options.Line, accounting, and sales credit information for each line populates 3 interface tablesLines are ordered and groupedTax is calculatedGL date is determinedGL accounts are assigned using Auto AccountingTax, freight, commitments, and credit memos are linked to transaction linesAll transactions are batchedValidated lines are used to create the transaction<br />How Data is flowing?Select, insert and update and delete take place on certain tables once it is logged out.<br />Selects– RA_INTERFACE_LINES_ALL– RA_INTERFACE_DISTRIBUTIONS_ALL– RA_INTERFACE_SALESCREDITS_ALLUpdates/Insert– RA_INTERFACE_ERRORS_ALL– RA_CUSTOMER_TRX_ALL– RA_CUSTOMER_TRX_LINES_ALL– AR_PAYMENT_SCHEDULES_ALL– AR_RECEIVABLE_APPLICATIONS_ALL<br />Inserts– RA_INTERFACE_ERRORS_ALL<br />AutoInvoice Exception HandlingRecords that fail validation are called ‘Exceptions’. Exceptions stay in Interface Tables which is RA_INTERFACE_ERRORS_ALL. Errors can be corrected in the Exception Handling window. Once corrections are made, Auto invoice must be resubmitted. Records that pass validation get transferred to Receivables tables<br />AutoInvoice Exception Handling Windows-Interface Exception window displays exception messages associated with all invalid records-Interface Lines window displays records that fail validation, provides an error message and can be used to correct the errors-The Line Errors windows displays errors associated with a specific line, and can only be opened from Interface Lines window-Interface Exceptions window displays Interface Id, Exception Type, Error Message and Invalid Value associated to the error-Data cannot be edited in this window, but error can be viewed and corrected by clicking the Details button-Error Message and Column name with invalid data are displayed in the Message column, and the invalid value that needs to be corrected is displayed in the Invalid Value column<br />
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles
O2 c and p2p cycles

More Related Content

What's hot

Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...
Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...
Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...Boopathy CS
 
R12 subinventory transfer and inter org transfers
R12 subinventory transfer and inter org transfersR12 subinventory transfer and inter org transfers
R12 subinventory transfer and inter org transfersshravan kumar chelika
 
Oracle R12 Order Management - Back to Back (B2B) Order Flow:
Oracle R12 Order Management - Back to Back (B2B) Order Flow:Oracle R12 Order Management - Back to Back (B2B) Order Flow:
Oracle R12 Order Management - Back to Back (B2B) Order Flow:Boopathy CS
 
Oracle R12.1.3 Costing Overview
Oracle R12.1.3 Costing OverviewOracle R12.1.3 Costing Overview
Oracle R12.1.3 Costing OverviewPritesh Mogane
 
R12 Intercompany Flow
R12 Intercompany FlowR12 Intercompany Flow
R12 Intercompany Flowravisagaram
 
Oracle Order To Cash Accounting Made Easy
Oracle Order To Cash Accounting   Made EasyOracle Order To Cash Accounting   Made Easy
Oracle Order To Cash Accounting Made Easybrijeshbharat
 
Technical architecture for order management
Technical architecture for order managementTechnical architecture for order management
Technical architecture for order managementMohit kumar Gupta
 
P2P cycle made easy
P2P cycle made easyP2P cycle made easy
P2P cycle made easyketulp
 
P2P Cycle in Oracle Cloud Fusion
P2P Cycle in Oracle Cloud FusionP2P Cycle in Oracle Cloud Fusion
P2P Cycle in Oracle Cloud FusionJade Global
 
128224154 oracle-inventory-ppt
128224154 oracle-inventory-ppt128224154 oracle-inventory-ppt
128224154 oracle-inventory-pptRamthilak R
 
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...Boopathy CS
 
Oracle min-max-planning
Oracle min-max-planningOracle min-max-planning
Oracle min-max-planningmgarg82
 
Oracle Purchasing – Invoice Matching Methods - Two, Three, and Four Way
Oracle Purchasing – Invoice Matching Methods - Two, Three, and Four WayOracle Purchasing – Invoice Matching Methods - Two, Three, and Four Way
Oracle Purchasing – Invoice Matching Methods - Two, Three, and Four WayBoopathy CS
 
Procure 2 pay life cycle
Procure 2 pay life cycleProcure 2 pay life cycle
Procure 2 pay life cyclepratapbehera123
 
Oracle R12 AR Enhancement Overview
Oracle R12 AR Enhancement OverviewOracle R12 AR Enhancement Overview
Oracle R12 AR Enhancement OverviewSanjay Challagundla
 
Oracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideOracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideAhmed Elshayeb
 
R12 purchasing presentation oa
R12 purchasing presentation oaR12 purchasing presentation oa
R12 purchasing presentation oaSuresh Mishra
 
Oracle order management implementation manual
Oracle order management implementation manualOracle order management implementation manual
Oracle order management implementation manualNawaz Sk
 

What's hot (20)

Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...
Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...
Oracle Purchasing – Purchase Order Types & Difference between Standard & Plan...
 
R12 subinventory transfer and inter org transfers
R12 subinventory transfer and inter org transfersR12 subinventory transfer and inter org transfers
R12 subinventory transfer and inter org transfers
 
Oracle R12 Order Management - Back to Back (B2B) Order Flow:
Oracle R12 Order Management - Back to Back (B2B) Order Flow:Oracle R12 Order Management - Back to Back (B2B) Order Flow:
Oracle R12 Order Management - Back to Back (B2B) Order Flow:
 
Oracle R12.1.3 Costing Overview
Oracle R12.1.3 Costing OverviewOracle R12.1.3 Costing Overview
Oracle R12.1.3 Costing Overview
 
R12 Intercompany Flow
R12 Intercompany FlowR12 Intercompany Flow
R12 Intercompany Flow
 
Oracle Order To Cash Accounting Made Easy
Oracle Order To Cash Accounting   Made EasyOracle Order To Cash Accounting   Made Easy
Oracle Order To Cash Accounting Made Easy
 
Technical architecture for order management
Technical architecture for order managementTechnical architecture for order management
Technical architecture for order management
 
Cancellations in Order Management
Cancellations in Order ManagementCancellations in Order Management
Cancellations in Order Management
 
P2P cycle made easy
P2P cycle made easyP2P cycle made easy
P2P cycle made easy
 
P2 p and o2c
P2 p and o2cP2 p and o2c
P2 p and o2c
 
P2P Cycle in Oracle Cloud Fusion
P2P Cycle in Oracle Cloud FusionP2P Cycle in Oracle Cloud Fusion
P2P Cycle in Oracle Cloud Fusion
 
128224154 oracle-inventory-ppt
128224154 oracle-inventory-ppt128224154 oracle-inventory-ppt
128224154 oracle-inventory-ppt
 
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
 
Oracle min-max-planning
Oracle min-max-planningOracle min-max-planning
Oracle min-max-planning
 
Oracle Purchasing – Invoice Matching Methods - Two, Three, and Four Way
Oracle Purchasing – Invoice Matching Methods - Two, Three, and Four WayOracle Purchasing – Invoice Matching Methods - Two, Three, and Four Way
Oracle Purchasing – Invoice Matching Methods - Two, Three, and Four Way
 
Procure 2 pay life cycle
Procure 2 pay life cycleProcure 2 pay life cycle
Procure 2 pay life cycle
 
Oracle R12 AR Enhancement Overview
Oracle R12 AR Enhancement OverviewOracle R12 AR Enhancement Overview
Oracle R12 AR Enhancement Overview
 
Oracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideOracle inventory R12 Setup Guide
Oracle inventory R12 Setup Guide
 
R12 purchasing presentation oa
R12 purchasing presentation oaR12 purchasing presentation oa
R12 purchasing presentation oa
 
Oracle order management implementation manual
Oracle order management implementation manualOracle order management implementation manual
Oracle order management implementation manual
 

Viewers also liked

SAP Order To Cash Cycle
SAP Order To Cash CycleSAP Order To Cash Cycle
SAP Order To Cash CycleMohamed Talaat
 
The Sales Order Process in SAP ERP
The Sales Order Process in SAP ERPThe Sales Order Process in SAP ERP
The Sales Order Process in SAP ERPTom Matys
 
Procure to Pay Process
Procure to Pay Process Procure to Pay Process
Procure to Pay Process Sameer Mittal
 
Complete Oracle Procure to Pay Cycle
Complete Oracle Procure to Pay Cycle Complete Oracle Procure to Pay Cycle
Complete Oracle Procure to Pay Cycle mgarg82
 
Procure to-pay-best-practices
Procure to-pay-best-practicesProcure to-pay-best-practices
Procure to-pay-best-practicesArvind Gupta
 
P2P (Procurement to Pay)
P2P (Procurement to Pay) P2P (Procurement to Pay)
P2P (Procurement to Pay) Nikunj Jain
 
Accounting entries for procure to pay
Accounting entries for procure to payAccounting entries for procure to pay
Accounting entries for procure to payAntony Samuel
 
Procure to Pay Transformation Case Study
Procure to Pay Transformation Case StudyProcure to Pay Transformation Case Study
Procure to Pay Transformation Case StudyRajat Dhawan, PhD
 
sap sales and distribution tutorial ppt
sap sales and distribution tutorial pptsap sales and distribution tutorial ppt
sap sales and distribution tutorial pptchandusapsd
 
O2 c, p2p accounting entries with india localization
O2 c, p2p accounting entries with india localizationO2 c, p2p accounting entries with india localization
O2 c, p2p accounting entries with india localizationPritesh Mogane
 
Erp sap mm procure to pay process cycle
Erp sap mm procure to pay process cycleErp sap mm procure to pay process cycle
Erp sap mm procure to pay process cycleBunty Jain
 
Sap procurement process flow
Sap procurement process flowSap procurement process flow
Sap procurement process flowKeennary Pungyera
 
SAP SD Study material
SAP SD Study material SAP SD Study material
SAP SD Study material Harsha Halyal
 

Viewers also liked (20)

SAP Order To Cash Cycle
SAP Order To Cash CycleSAP Order To Cash Cycle
SAP Order To Cash Cycle
 
Order to Cash Cycle
Order to Cash CycleOrder to Cash Cycle
Order to Cash Cycle
 
Procure to pay ppt
Procure to pay pptProcure to pay ppt
Procure to pay ppt
 
Order to Cash - The #1 Business Process to Know!
Order to Cash - The #1 Business Process to Know!Order to Cash - The #1 Business Process to Know!
Order to Cash - The #1 Business Process to Know!
 
The Sales Order Process in SAP ERP
The Sales Order Process in SAP ERPThe Sales Order Process in SAP ERP
The Sales Order Process in SAP ERP
 
Procure to Pay Process
Procure to Pay Process Procure to Pay Process
Procure to Pay Process
 
Order to cash cycle
Order to cash cycleOrder to cash cycle
Order to cash cycle
 
Complete Oracle Procure to Pay Cycle
Complete Oracle Procure to Pay Cycle Complete Oracle Procure to Pay Cycle
Complete Oracle Procure to Pay Cycle
 
Procure to-pay-best-practices
Procure to-pay-best-practicesProcure to-pay-best-practices
Procure to-pay-best-practices
 
P2P (Procurement to Pay)
P2P (Procurement to Pay) P2P (Procurement to Pay)
P2P (Procurement to Pay)
 
SAP SD module
SAP SD moduleSAP SD module
SAP SD module
 
Accounting entries for procure to pay
Accounting entries for procure to payAccounting entries for procure to pay
Accounting entries for procure to pay
 
Procure to Pay Transformation Case Study
Procure to Pay Transformation Case StudyProcure to Pay Transformation Case Study
Procure to Pay Transformation Case Study
 
sap sales and distribution tutorial ppt
sap sales and distribution tutorial pptsap sales and distribution tutorial ppt
sap sales and distribution tutorial ppt
 
O2 c, p2p accounting entries with india localization
O2 c, p2p accounting entries with india localizationO2 c, p2p accounting entries with india localization
O2 c, p2p accounting entries with india localization
 
Erp sap mm procure to pay process cycle
Erp sap mm procure to pay process cycleErp sap mm procure to pay process cycle
Erp sap mm procure to pay process cycle
 
Order to cash cycle
Order to cash cycleOrder to cash cycle
Order to cash cycle
 
P2P & O2C
P2P & O2CP2P & O2C
P2P & O2C
 
Sap procurement process flow
Sap procurement process flowSap procurement process flow
Sap procurement process flow
 
SAP SD Study material
SAP SD Study material SAP SD Study material
SAP SD Study material
 

Similar to O2 c and p2p cycles

Ordertocashcycle 111011122119-phpapp01
Ordertocashcycle 111011122119-phpapp01Ordertocashcycle 111011122119-phpapp01
Ordertocashcycle 111011122119-phpapp01ssantosh1234
 
Accounts receivables useful information
Accounts receivables useful informationAccounts receivables useful information
Accounts receivables useful informationTahirGhafoor
 
Inventory counting using Dynamics AX
Inventory counting using Dynamics AXInventory counting using Dynamics AX
Inventory counting using Dynamics AXJulien Lecadou,MSc.
 
Peachtree complete instructions
Peachtree complete instructionsPeachtree complete instructions
Peachtree complete instructionsDreams Design
 
Systems imlementation for Kasetsart University
Systems imlementation for Kasetsart University Systems imlementation for Kasetsart University
Systems imlementation for Kasetsart University Vinnie Tangsirikusolwong
 
Dynamics gp insights to distribution - purchase orders
Dynamics gp insights to distribution - purchase ordersDynamics gp insights to distribution - purchase orders
Dynamics gp insights to distribution - purchase ordersSteve Chapman
 
Order management for non fa sellers
Order management for non fa sellersOrder management for non fa sellers
Order management for non fa sellersSellOnFlipkart
 
Seller Panel Training - Marketplace Model
Seller Panel Training - Marketplace ModelSeller Panel Training - Marketplace Model
Seller Panel Training - Marketplace ModelAmit Gautam
 
9uukp6akqw2lv5envh1z signature-5baa6e8b45d29c39513027ab29197d68992c5a6634691d...
9uukp6akqw2lv5envh1z signature-5baa6e8b45d29c39513027ab29197d68992c5a6634691d...9uukp6akqw2lv5envh1z signature-5baa6e8b45d29c39513027ab29197d68992c5a6634691d...
9uukp6akqw2lv5envh1z signature-5baa6e8b45d29c39513027ab29197d68992c5a6634691d...Sandeep Mishra
 
New payment settlements tab
New payment settlements tabNew payment settlements tab
New payment settlements tabpaytmslides1
 

Similar to O2 c and p2p cycles (20)

Order to cash cycle
Order to cash cycleOrder to cash cycle
Order to cash cycle
 
Fusion recivables
Fusion recivablesFusion recivables
Fusion recivables
 
Ordertocashcycle 111011122119-phpapp01
Ordertocashcycle 111011122119-phpapp01Ordertocashcycle 111011122119-phpapp01
Ordertocashcycle 111011122119-phpapp01
 
Accounts receivables useful information
Accounts receivables useful informationAccounts receivables useful information
Accounts receivables useful information
 
Test case, test sets and test scripts
Test case, test sets and test scriptsTest case, test sets and test scripts
Test case, test sets and test scripts
 
Accounting for receivables
Accounting for receivablesAccounting for receivables
Accounting for receivables
 
Sellers Guide
Sellers GuideSellers Guide
Sellers Guide
 
Inventory counting using Dynamics AX
Inventory counting using Dynamics AXInventory counting using Dynamics AX
Inventory counting using Dynamics AX
 
Account
AccountAccount
Account
 
Peachtree complete instructions
Peachtree complete instructionsPeachtree complete instructions
Peachtree complete instructions
 
Systems imlementation for Kasetsart University
Systems imlementation for Kasetsart University Systems imlementation for Kasetsart University
Systems imlementation for Kasetsart University
 
Dynamics gp insights to distribution - purchase orders
Dynamics gp insights to distribution - purchase ordersDynamics gp insights to distribution - purchase orders
Dynamics gp insights to distribution - purchase orders
 
Order management for non fa sellers
Order management for non fa sellersOrder management for non fa sellers
Order management for non fa sellers
 
Seller Panel Training - Marketplace Model
Seller Panel Training - Marketplace ModelSeller Panel Training - Marketplace Model
Seller Panel Training - Marketplace Model
 
Orders management
Orders managementOrders management
Orders management
 
Computerised sage 100
Computerised sage 100Computerised sage 100
Computerised sage 100
 
Tally project
Tally projectTally project
Tally project
 
9uukp6akqw2lv5envh1z signature-5baa6e8b45d29c39513027ab29197d68992c5a6634691d...
9uukp6akqw2lv5envh1z signature-5baa6e8b45d29c39513027ab29197d68992c5a6634691d...9uukp6akqw2lv5envh1z signature-5baa6e8b45d29c39513027ab29197d68992c5a6634691d...
9uukp6akqw2lv5envh1z signature-5baa6e8b45d29c39513027ab29197d68992c5a6634691d...
 
New payment settlements tab
New payment settlements tabNew payment settlements tab
New payment settlements tab
 
Autoact
AutoactAutoact
Autoact
 

Recently uploaded

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 

Recently uploaded (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 

O2 c and p2p cycles

  • 1. Complete Order to cash cycle steps including1. Entering the Sales Order 2. Booking the Sales Order 3. Launch Pick Release 4. Ship Confirm 5. Create Invoice 6. Create the Receipts either manually or using Auto Lockbox ( In this article we will concentrate on Manual creation) 7. Transfer to General Ledger 8. Journal Import 9. Posting<br />Overview:<br />The below are the steps in short that we will go through in this article:<br />Enter the Sales Order<br />Book the Sales Order<br />Launch Pick Release<br />Ship Confirm <br />Create Invoice  <br />Create the Receipts either manually or using Auto Lockbox ( In this article we will concentrate on Manual creation)<br />Transfer to General Ledger<br />Journal Import <br />Posting <br />Let’s get into the details of each step mentioned above.<br />Enter the Sales Order:<br />Navigation: Order Management Super User Operations (USA)>Orders Returns >Sales Orders<br />Enter the Customer details (Ship to and Bill to address), Order type.<br />Click on Lines Tab. Enter the Item to be ordered and the quantity required.<br />Line is scheduled automatically when the Line Item is saved. <br />Scheduling / unscheduling can be done manually by selecting Schedule/Un schedule from the Actions Menu.<br />You can check if the item to be ordered is available in the Inventory by clicking on Availability Button. <br />Save the work.<br />Underlying Tables affected:<br />In Oracle, Order information is maintained at the header and line level. <br />The header information is stored in OE_ORDER_HEADERS_ALL and the line information in OE_ORDER_LINES_ALL when the order is entered. The column called FLOW_STATUS_CODE is available in both the headers and lines tables which tell us the status of the order at each stage.<br />At this stage, the FLOW_STATUS_CODE in OE_ORDER_HEADERS_ALL is ‘Entered’<br />Book the Sales Order:<br /> Book the Order by clicking on the Book Order button.<br />Now that the Order is BOOKED, the status on the header is change accordingly.<br />Underlying tables affected:<br />At this stage:<br />The FLOW_STATUS_CODE in the table   OE_ORDER_HEADERS_ALL would be  ‘BOOKED’ <br />The FLOW_STATUS_CODE in OE_ORDER_LINES_ALL will be ‘AWAITING_SHIPPING’. <br />Record(s) will be created in the table WSH_DELIVERY_DETAILS with RELEASED_STATUS=’R’ (Ready to Release) <br />Also Record(s) will be inserted into WSH_DELIVERY_ASSIGNMENTS.<br />At the same time DEMAND INTERFACE PROGRAM runs in the background and inserts into MTL_DEMAND<br />Launch Pick Release:<br />Navigation: Shipping > Release Sales Order > Release Sales Orders.<br />Key in Based on Rule and Order Number<br />In the Shipping Tab key in the below:<br />Auto Create Delivery: Yes<br />Auto Pick Confirm: Yes<br />Auto Pack Delivery: Yes<br />In the Inventory Tab:<br />Auto Allocate: Yes<br />Enter the Warehouse<br />Click on Execute Now Button.<br />On successful completion, the below message would pop up as shown below.<br />Pick Release process in turn will kick off several other requests like Pick Slip Report,<br />Shipping Exception Report and Auto Pack Report <br />Underlying Tables affected:<br />If Autocreate Delivery is set to ‘Yes’ then a new record is created in the table WSH_NEW_DELIVERIES.<br />DELIVERY_ID is populated in the table WSH_DELIVERY_ASSIGNMENTS. <br />The RELEASED_STATUS in WSH_DELIVERY_DETAILS would be now set to ‘Y’ (Pick Confirmed) if Auto Pick Confirm is set to Yes otherwise RELEASED_STATUS is ‘S’ (Release to Warehouse).<br />Pick Confirm the Order:<br />IF Auto Pick Confirm in the above step is set to NO, then the following should be done.                              <br />Navigation: Inventory Super User > Move Order> Transact Move Order<br />In the HEADER tab, enter the BATCH NUMBER (from the above step) of the order. Click FIND. Click on VIEW/UPDATE Allocation, then Click TRANSACT button. Then Transact button will be deactivated then just close it and go to next step.<br />Ship Confirm the Order:<br />Navigation: Order Management Super User>Shipping >Transactions.<br />Query with the Order Number.<br />Click On Delivery Tab<br />Click on Ship Confirm.<br />The Status in Shipping Transaction screen will now be closed.<br />This will kick off concurrent programs like. INTERFACE TRIP Stop, Commercial Invoice, Packing Slip Report, Bill of Lading<br />Underlying tables affected:<br />RELEASED_STATUS in WSH_DELIVERY_DETAILS would be ‘C’ (Ship Confirmed)<br />FLOW_STATUS_CODE in OE_ORDER_HEADERS_ALL would be quot; BOOKEDquot; <br />FLOW_STATUS_CODE in OE_ORDER_LINES_ALL would be quot; SHIPPEDquot; <br />Create Invoice:<br />Run workflow background Process.<br />Navigation: Order Management >view >Requests<br />Workflow Background Process inserts the records RA_INTERFACE_LINES_ALL with<br />INTERFACE_LINE_CONTEXT     =       ’ORDER ENTRY’<br />INTERFACE_LINE_ATTRIBUTE1 =        Order_number<br />INTERFACE_LINE_ATTRIBUTE3 =        Delivery_id<br />and spawns Auto invoice Master Program and Auto invoice import program which creates Invoice for that particular Order.<br />The Invoice created can be seen using the Receivables responsibility<br />Navigation: Receivables Super User> Transactions> Transactions<br />Query with the Order Number as Reference.<br />Underlying tables:<br />RA_CUSTOMER_TRX_ALL will have the Invoice header information. The column INTERFACE_HEADER_ATTRIBUTE1 will have the Order Number.<br />RA_CUSTOMER_TRX_LINES_ALL will have the Invoice lines information. The column INTERFACE_LINE_ATTRIBUTE1 will have the Order Number. <br />Create receipt:<br />Navigation: Receivables> Receipts> Receipts<br />Enter the information.<br />Click on Apply Button to apply it to the Invoice.<br />Underlying tables:<br />AR_CASH_RECEIPTS_ALL<br />Transfer to General Ledger:<br />To transfer the Receivables accounting information to general ledger, run General Ledger Transfer Program.<br />Navigation: Receivables> View Requests<br />Parameters:<br />Give in the Start date and Post through date to specify the date range of the transactions to be transferred.<br />Specify the GL Posted Date, defaults to SYSDATE.<br />Post in summary: This controls how Receivables creates journal entries for your transactions in the interface table. If you select ‘No’, then the General Ledger Interface program creates at least one journal entry in the interface table for each transaction in your posting submission. If you select ‘Yes’, then the program creates one journal entry for each general ledger account.<br />If the Parameter Run Journal Import is set to ‘Yes’,  the journal import program is kicked off automatically which transfers journal entries from the interface table to General Ledger, otherwise follow the topic Journal Import to import the journals to General Ledger manually.<br />Underlying tables:<br />This transfers data about your adjustments, chargeback, credit memos, commitments, debit memos, invoices, and receipts to the GL_INTERFACE table.<br />Journal Import:<br /> To transfer the data from General Ledger Interface table to General Ledger, run the Journal Import program from Oracle General Ledger.<br />Navigation: General Ledger > Journal> Import> Run<br />Parameters:<br />Select the appropriate Source.<br />Enter one of the following Selection Criteria:<br />No Group ID: To import all data for that source that has no group ID. Use this option if you specified a NULL group ID for this source.<br />All Group IDs: To import all data for that source that has a group ID. Use this option to import multiple journal batches for the same source with varying group IDs.<br />Specific Group ID: To import data for a specific source/group ID combination. Choose a specific group ID from the List of Values for the Specific Value field.<br />If you do not specify a Group ID, General Ledger imports all data from the specified journal entry source, where the Group_ID is null.<br />Define the Journal Import Run Options (optional)<br />Choose Post Errors to Suspense if you have suspense posting enabled for your set of books to post the difference resulting from any unbalanced journals to your suspense account.<br />Choose Create Summary Journals to have journal import create the following:<br />• one journal line for all transactions that share the same account, period, and currency and that has a debit balance<br />• one journal line for all transactions that share the same account, period, and currency and that has a credit balance.<br />Enter a Date Range to have General Ledger import only journals with accounting dates in that range. If you do not specify a date range, General Ledger imports all journals data. <br />Choose whether to Import Descriptive Flexfields, and whether to import them with validation.<br />Click on Import button.<br />Underlying tables:<br />GL_JE_BATCHES, GL_JE_HEADERS, GL_JE_LINES<br />Posting:<br /> We have to Post journal batches that we have imported previously to update the account balances in General Ledger.<br />Navigation: General Ledger> Journals > Enter<br />Query for the unposted journals for a specific period as shown below.<br /> From the list of unposted journals displayed, select one journal at a time and click on Post button to post the journal.<br />  <br />  <br /> If you know the batch name to be posted you can directly post using the Post window<br />Navigation: General Ledger> Journals> Post<br />Underlying tables:<br />GL_BALANCES. <br />OE tables contain Order details Wsh tables contain delivery details MTL tables contain Item details <br />Procure to Pay cycle covers the following steps1. Creating Requisition2. Creating Purchase Order3. Creating Receipt4. Creating Invoice in AP5. Paying the Invoice6. Transfer, Import and Post to GL <br />Overview:<br />In this article, we will see the steps involved in Procure to Pay Cycle. Here is the diagrammatic representation:<br />1) Create Requisition:<br />Requisition is nothing but a formal request to buy something (like Inventory material, office supplies etc) needed for the enterprise. Only an employee can create one. There are two types of requisitions:<br />Internal Requisition: Internal requisitions provide the mechanism for requesting and transferring material from one inventory to other inventory.<br />Purchase requisition: Unlike Internal requisitions, Purchase requisitions are used for requesting material from suppliers.<br />Navigation:<br />Purchasing Vision Operations (USA) > Requisitions > Requisitions<br />Choose the requisition type and enter the Item, quantity, Price details in the Lines tab.<br />In Source Details tab, specify the Buyer name.<br />Click the Distributions button. Enter the Charge Account.<br />Save the work. The status of the requisition will now be Incomplete. And now the Approve button is highlighted. The requisition needs to be approved first before proceeding further by the concerned authority. Submit this requisition for Approval by clicking on the Approve button. The status will now be updated to In Process .The workflow then will send an Approval notification to the concerned person (derived based on hierarchy used Position or Supervisor hierarchy) using which he can Approve or Reject the requisition.<br />At any time the status of requisition can be checked using the Requisition summary window.<br />Navigation:<br />Requisitions > Requisition Summary<br />Enter requisition number and click on the find button.<br />We can also check the Action History of requisition (it will show details about who has submitted, approved and cancelled the requisitions) as below:<br />Navigation:<br />Tools menu > Action History.<br />Underlying Tables:<br />PO_REQUISITION_HEADERS_ALL<br />PO_REQUISITION_LINES_ALL<br />PO_REQ_DISTRIBUTIONS_ALL<br />2) Create Purchase Order:<br />There are 4 types of Purchase Orders:<br />1. Standard PO: A Standard PO is created for onetime purchase of various items<br />2. Planned PO:  A Planned PO is a longterm agreement committing to buy items or services from a single source. You must specify tentative delivery schedules and all details for goods or services that you want to buy, including charge account, quantities, and estimated cost.<br />3. Blanket agreement: A Blanket PO is created when you know the detail of the goods or services you plan to buy from a specific supplier in a period, but you do not know the detail of your delivery schedules.<br />4. Contract agreement: Contract purchase agreements are created with your suppliers to agree<br />on specific terms and conditions without indicating the goods and services that you will be purchasing<br />Navigation for creating a standard PO:<br />Purchase Orders > Purchase Orders<br />Choose type as Standard Purchase Order. Enter the Supplier, Buyer. In the Lines tab, specify the line number, line type, Item, quantity, price etc.<br />Click Terms to enter terms, conditions, and control information for purchase orders.<br />Click Currency button to enter and change currency information for purchase orders, RFQs, and quotations.<br />Click Shipments button to enter multiple shipments for standard and planned purchase order lines Purchase order shipment specifies the quantity, shipto organization and location, date you want your supplier to deliver the items on a purchase order line, and country of origin for the items. When you save, Purchasing creates distributions depending on the default information available.<br />To enter more shipment information, select the More tab.<br />Enter the Receipt Close Tolerance percent, Invoice Close Tolerance percent to set the receiving and invoice close point.<br />Select one of the following options for Match Approval Level:<br />TwoWay: Purchase order and invoice quantities must match within tolerance before the   corresponding invoice can be paid.<br />ThreeWay: Purchase order, receipt, and invoice quantities must match within tolerance before the corresponding invoice can be paid.<br />FourWay: Purchase order, receipt, accepted, and invoice quantities must match within tolerance before the corresponding invoice can be paid.<br />Select an Invoice Match Option:<br />Purchase Order: Payables must match the invoice to the purchase order.<br />Receipt: Payables must match the invoice to the receipt.<br />Save the work.<br />Click the Receiving Controls button to enter receiving control information for purchase orders.<br />- Enter the maximum acceptable number of Days Early and Days Late for receipts.<br />- Enter the Action for receipt date control.<br />- Enter the maximum acceptable overreceipt Tolerance percent (receipts that exceed the<br />  quantity received tolerance).<br />- Enter the Action for Overreceipt Quantity. <br />- Select Allow Substitute Receipts to indicate that receivers can receive substitute items in place   <br />  of ordered items. <br />- Enter the default Receipt Routing that you assign goods: Direct Delivery, Inspection Required,  <br />  or Standard Receipt. <br />- Enter the Enforce Ship To location option to determine whether the receiving location must be   <br />  the same as the shipto location.<br />Save the work.<br />Click Distributions button to enter distributions for the shipments.<br />Select more tab to enter more details and the requisition number (optional).<br />Save the work.<br />Click on the Approve button to initiate the Approval process.<br />Underlying Tables:<br />PO_HEADERS_ALL<br />PO_LINES_ALL<br />PO_DISTRIBUTIONS_ALL (REQ_HEADER_REFERENCE_NUM in Distributions table is the Requisition number for this PO) <br />PO_LINE_LOCATIONS_ALL<br />3) Create Receipt:<br />Create a receipt to receive the items in the Purchase Order.<br />Navigation:<br />ReceivingReceipts<br />Enter the PO Number and select find button.<br />Go to Lines, check the lines you want to receive in the PO.<br />Click on Header button and Save which creates the receipt.<br />Receipt Tables are:<br />RCV_SHIPMENT_HEADERS<br />RCV_SHIPMENT_LINES (Lines Table has PO_HEADER_ID)<br />4) Create Invoice in Payables:<br />Once the goods are received, its time to pay the vendor for the goods purchased and hence the invoices are created.<br />Navigation:<br />Payables, Vision Operations (USA) > InvoicesEntryInvoices<br />Enter type -- Standard, supplier information and amount.<br />Click the Match button to match to either Purchase Order or Receipt (depending on the Invoice Match option specified on the PO) and avoid manually entering the invoice.<br />Enter the PO Number you want match to and click Find.<br />Select the lines required and click on Match button.<br />Click on Distribute button to navigate to the Match to Purchase Order Distributions window.<br />This creates the invoice and you can see the status of the invoice as Never Validated. it has to be Validated and Accounted before you can pay it.<br />Validating the Invoice:<br />Click on Actions Button and Select Validate. Click on OK button.<br />Now you can see the status of the invoice as Validated, if there are no issues during validation.<br />Create Accounting Entries:<br />Click on Actions Button and Select Create Accounting. Click on OK button. <br />Now we can see the Accounted status as Yes.<br />You can see the Accounting Entries here:<br />Tools View Accounting<br />Invoice Tables:<br />AP_INVOICES_ALL <br />AP_INVOICE_DISTRIBUTIONS_ALL<br />Accounting Entries Tables:<br />AP_ACCOUNTING_EVENTS_ALL<br />AP_AE_HEADERS_ALL<br />AP_AE_LINES_ALL <br />5) Making a Payment:<br />Go to the Invoice window and query the invoice you want to pay. You would see Amount paid as 0.00 before you make a payment.<br />Click Actions button. Select Pay in full and click OK.<br />Select the Bank Account and Document. Save the Work.<br />Now that the payment is made, when you query for the invoice in Invoice window, you will the Amount Paid as $4,000.00.<br />Create Accounting entries for payment. <br />Click Actions and select Create Accounting <br />Select the void checkbox to cancel the payment.<br />View Accounting Entries:<br />In the Payments window, query for the payment.<br />Tools menu View Accounting<br />Payment Tables:<br />AP_INVOICE_PAYMENTS_ALL <br />AP_PAYMENT_SCHEDULES_ALL<br />AP_CHECKS_ALL<br />AP_CHECK_FORMATS<br />AP_BANK_ACCOUNTS_ALL<br />AP_BANK_BRANCHES<br />AP_TERMS<br />You can also pay the invoices using Payment Batch screen. Refer to the article Make AP Payments through Payment Batches<br />6) Transfer to General Ledger:<br />Navigation:<br />Payables Responsibility > View Requests<br />Run the concurrent program Payables Transfer to General Ledger with the required parameters.<br />Procure To Pay base tables<br />Requisition<br />po_requisition_headers_all<br />po_requisition_lines_all ( segment1 ========== requisition number)<br />po_req_distributions_all<br />Note: requisition_header_id is the link between po_requisition_headers_all and po_requisition_lines_all<br />requisition_line_id is the link between po_requisition_lines_all and po_req_distributions_all<br />Purchase order<br />po_headers_all<br />po_lines_all<br />po_distributions_all<br />po_line_locations_all<br />Note: po_header_id is the link between all these tables<br />Receipt<br />rcv_shipment_headers<br />rcv_shipment_lines<br />rcv_transactions<br />quality result stored in qa_results table<br />Note: shipment_header_id is the link between rcv_shipment_headers and rcv_shipment_lines<br />po_header_id is the link between rcv_shipment_headers and rcv_transaction<br />Invoices<br />ap_invoices_all<br />ap_invoice_distributions_all<br />Note: invoice_id is the link between ap_invoices_all and ap_invoice_distributions_all<br />Payments<br />ap_checks_all<br />ap_invoice_payments_all<br />ap_payment_schedules_all<br />Payment Reconcillation<br />ap_banks<br />ap_bank_branches<br />GL Transfer<br />gl_periods<br />gl_period_status<br />gl_set_of_books<br />glfv_charts_of_accounts<br />AutoInvoice Program Overview in Oracle Applications – Receivables<br /> <br />AutoInvoice is a program that can be used to import and validate transaction data from other financial systems from which one can create invoices, debit memos, credit memos, and on-account credits. It rejects transactions with invalid information to insure the integrity of the data. This fits well with in Oracle ERP or to integrate with any third party application.<br />Top 10 reasons for using Auto Invoice<br />1. Powerful Interface Tool<br />2. Supports Oracle & Non-Oracle Systems<br />3. Import Large Amount of Data<br />4. Calculate or Import Tax<br />5. Group Lines & Invoices<br />6. Online Error Correction<br />7 .Lines Validation<br />8. Derive GL Date<br />9 .Import Flex fields<br />10.Import or Derive Accounting Info<br />What is inside AutoInvoiceAutoInvoice is a program set consists of 3 main programs. Each program will have unique nature of work to do and they are called internally except Purge program whose execution is derived on the setup otherwise ready to execute stand alone.Master (RAXMTR)Import (RAXTRX)Purge (RAXDEL)<br />1. Auto Invoice Master program RAXMTRSelects and marks records in the interface tables to be processed based on the parameters the user entered and then calls the AutoInvoice Import program. Auto Invoice Master program has no report output.•Gathers statistics, it means it gathers the stats on interface tables and set the stats on certain indices on interface tables•Marks interface records for processing by marking request_id•Submits multiple workers for Parallel Processing by creating instances for request.<br />2. Auto Invoice Import Program Validates the selected record and creates transaction if it passes validation. Any record that fails validation is left in the interface table with an error code. Depending on the setup, related records may be rejected as well. This program has an output file called Auto Invoice Execution report, which you can view by clicking the View Report button in the Requests window.Working of Auto invoice , Validates data, Inserts records, Deletes interface data Only when system option purge set to ‘Y’<br />3. Auto Invoice Purge Program Deletes records from the interface tables. If you set the Purge Interface Table system option to No in Define System Option window, Auto Invoice does not delete processed records from the interface tables after each run,and we must submit Auto Invoice Purge Program periodically to clean up the interface tables. This program only deletes transaction lines that have been successfully imported.Deletes all rows where interface_status =‘P’• Ra_interface_lines• Ra_interface_distributions• Ra_interface_salescredits<br />Oracle Receivable’s Auto Invoice program will be used to import and validate Invoices. A custom feeder program is required to transfer data from the Advantage extract files and populate the Auto Invoice interface tables (RA_INTERFACE_LINES_ALL and RA_INTERFACE_DISTRIBUTIONS_ALL).If there is need to run populate sales credit into RA_INTERFACE_SALESCREDITS_ALL table. When run, AutoInvoice produces the AutoInvoice Execution Report and the AutoInvoice Validation Report. Any entries which failed validation can be reviewed in Oracle Receivables’ AutoInvoice Interface Exceptions window. Depending on the error, changes may need to be made in Receivables, the feeder program or the imported records in the interface tables.<br />How Autoinvoice Execution worksNormally, Auto Invoice can be divided into three major phases, Pre-grouping: here the validates all of the line level data takes place, Grouping: groups lines based on the grouping rules and validates header level data, Transfer :validates information that exists in Receivables tables<br />What happen when AutoInvoice run?Once the Auto invoice Program gets called, the following activity takes place is part of execution process. This can be analyzed by debug options.Line, accounting, and sales credit information for each line populates 3 interface tablesLines are ordered and groupedTax is calculatedGL date is determinedGL accounts are assigned using Auto AccountingTax, freight, commitments, and credit memos are linked to transaction linesAll transactions are batchedValidated lines are used to create the transaction<br />How Data is flowing?Select, insert and update and delete take place on certain tables once it is logged out.<br />Selects– RA_INTERFACE_LINES_ALL– RA_INTERFACE_DISTRIBUTIONS_ALL– RA_INTERFACE_SALESCREDITS_ALLUpdates/Insert– RA_INTERFACE_ERRORS_ALL– RA_CUSTOMER_TRX_ALL– RA_CUSTOMER_TRX_LINES_ALL– AR_PAYMENT_SCHEDULES_ALL– AR_RECEIVABLE_APPLICATIONS_ALL<br />Inserts– RA_INTERFACE_ERRORS_ALL<br />AutoInvoice Exception HandlingRecords that fail validation are called ‘Exceptions’. Exceptions stay in Interface Tables which is RA_INTERFACE_ERRORS_ALL. Errors can be corrected in the Exception Handling window. Once corrections are made, Auto invoice must be resubmitted. Records that pass validation get transferred to Receivables tables<br />AutoInvoice Exception Handling Windows-Interface Exception window displays exception messages associated with all invalid records-Interface Lines window displays records that fail validation, provides an error message and can be used to correct the errors-The Line Errors windows displays errors associated with a specific line, and can only be opened from Interface Lines window-Interface Exceptions window displays Interface Id, Exception Type, Error Message and Invalid Value associated to the error-Data cannot be edited in this window, but error can be viewed and corrected by clicking the Details button-Error Message and Column name with invalid data are displayed in the Message column, and the invalid value that needs to be corrected is displayed in the Invalid Value column<br />