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 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
Ā 
Move order types
Move order typesMove order types
Move order typesShiv Om Mishra
Ā 
How to configure LCM After receiving
How to configure LCM After receivingHow to configure LCM After receiving
How to configure LCM After receivingAhmed Elshayeb
Ā 
Oracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideOracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideAhmed Elshayeb
Ā 
How to auto create trip in oracle order management
How to auto create trip in oracle order managementHow to auto create trip in oracle order management
How to auto create trip in oracle order managementshravan kumar chelika
Ā 
Oracle R12 Apps ā€“ SCM Functional Interview Questions & Answers ā€“ Purchasing M...
Oracle R12 Apps ā€“ SCM Functional Interview Questions & Answers ā€“ Purchasing M...Oracle R12 Apps ā€“ SCM Functional Interview Questions & Answers ā€“ Purchasing M...
Oracle R12 Apps ā€“ SCM Functional Interview Questions & Answers ā€“ Purchasing M...Boopathy CS
Ā 
Oracle SCM Functional Interview Questions & Answers - Inventory Module
Oracle SCM Functional Interview Questions & Answers - Inventory ModuleOracle SCM Functional Interview Questions & Answers - Inventory Module
Oracle SCM Functional Interview Questions & Answers - Inventory ModuleBoopathy CS
Ā 
Understanding credit check in oracle e business suite
Understanding credit check in oracle e business suiteUnderstanding credit check in oracle e business suite
Understanding credit check in oracle e business suiteOlumide Idowu
Ā 
Inventory in Oracle apps
Inventory in Oracle apps Inventory in Oracle apps
Inventory in Oracle apps gbalagee
Ā 
Oracle R12 Landed Cost Management (lcm)
Oracle R12 Landed Cost Management (lcm)Oracle R12 Landed Cost Management (lcm)
Oracle R12 Landed Cost Management (lcm)Spiro (Stuart) Patsos
Ā 
R12 Intercompany Flow
R12 Intercompany FlowR12 Intercompany Flow
R12 Intercompany Flowravisagaram
Ā 
R12 inventory features
R12 inventory featuresR12 inventory features
R12 inventory featuresSuresh Mishra
Ā 
Elshayeb Oracle R12 Order Management
Elshayeb Oracle R12 Order ManagementElshayeb Oracle R12 Order Management
Elshayeb Oracle R12 Order ManagementAhmed Elshayeb
Ā 
Oracle R12 Apps - Order Management Tables & Descriptions
Oracle R12 Apps - Order Management Tables & DescriptionsOracle R12 Apps - Order Management Tables & Descriptions
Oracle R12 Apps - Order Management Tables & DescriptionsBoopathy CS
Ā 
Oracle Purchasing R12 Setup Steps
Oracle Purchasing R12 Setup StepsOracle Purchasing R12 Setup Steps
Oracle Purchasing R12 Setup StepsAhmed Elshayeb
Ā 
Drop Ship Sales Order Across Operating Units
Drop Ship Sales Order Across Operating UnitsDrop Ship Sales Order Across Operating Units
Drop Ship Sales Order Across Operating UnitsBizinsight Consulting Inc
Ā 
Sales order approval process
Sales order approval  processSales order approval  process
Sales order approval processsandy51450
Ā 

What's hot (20)

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:
Ā 
Basics of Oracle Purchasing
Basics of Oracle PurchasingBasics of Oracle Purchasing
Basics of Oracle Purchasing
Ā 
Order to cash cycle
Order to cash cycleOrder to cash cycle
Order to cash cycle
Ā 
Move order types
Move order typesMove order types
Move order types
Ā 
How to configure LCM After receiving
How to configure LCM After receivingHow to configure LCM After receiving
How to configure LCM After receiving
Ā 
Oracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideOracle inventory R12 Setup Guide
Oracle inventory R12 Setup Guide
Ā 
How to auto create trip in oracle order management
How to auto create trip in oracle order managementHow to auto create trip in oracle order management
How to auto create trip in oracle order management
Ā 
Oracle Applications R12 Sourcing Training
Oracle Applications R12 Sourcing TrainingOracle Applications R12 Sourcing Training
Oracle Applications R12 Sourcing Training
Ā 
Oracle R12 Apps ā€“ SCM Functional Interview Questions & Answers ā€“ Purchasing M...
Oracle R12 Apps ā€“ SCM Functional Interview Questions & Answers ā€“ Purchasing M...Oracle R12 Apps ā€“ SCM Functional Interview Questions & Answers ā€“ Purchasing M...
Oracle R12 Apps ā€“ SCM Functional Interview Questions & Answers ā€“ Purchasing M...
Ā 
Oracle SCM Functional Interview Questions & Answers - Inventory Module
Oracle SCM Functional Interview Questions & Answers - Inventory ModuleOracle SCM Functional Interview Questions & Answers - Inventory Module
Oracle SCM Functional Interview Questions & Answers - Inventory Module
Ā 
Understanding credit check in oracle e business suite
Understanding credit check in oracle e business suiteUnderstanding credit check in oracle e business suite
Understanding credit check in oracle e business suite
Ā 
Inventory in Oracle apps
Inventory in Oracle apps Inventory in Oracle apps
Inventory in Oracle apps
Ā 
Oracle R12 Landed Cost Management (lcm)
Oracle R12 Landed Cost Management (lcm)Oracle R12 Landed Cost Management (lcm)
Oracle R12 Landed Cost Management (lcm)
Ā 
R12 Intercompany Flow
R12 Intercompany FlowR12 Intercompany Flow
R12 Intercompany Flow
Ā 
R12 inventory features
R12 inventory featuresR12 inventory features
R12 inventory features
Ā 
Elshayeb Oracle R12 Order Management
Elshayeb Oracle R12 Order ManagementElshayeb Oracle R12 Order Management
Elshayeb Oracle R12 Order Management
Ā 
Oracle R12 Apps - Order Management Tables & Descriptions
Oracle R12 Apps - Order Management Tables & DescriptionsOracle R12 Apps - Order Management Tables & Descriptions
Oracle R12 Apps - Order Management Tables & Descriptions
Ā 
Oracle Purchasing R12 Setup Steps
Oracle Purchasing R12 Setup StepsOracle Purchasing R12 Setup Steps
Oracle Purchasing R12 Setup Steps
Ā 
Drop Ship Sales Order Across Operating Units
Drop Ship Sales Order Across Operating UnitsDrop Ship Sales Order Across Operating Units
Drop Ship Sales Order Across Operating Units
Ā 
Sales order approval process
Sales order approval  processSales order approval  process
Sales order approval process
Ā 

Viewers also liked

SAP Order To Cash Cycle
SAP Order To Cash CycleSAP Order To Cash Cycle
SAP Order To Cash CycleMohamed Talaat
Ā 
P2P cycle made easy
P2P cycle made easyP2P cycle made easy
P2P cycle made easyketulp
Ā 
Procure to pay ppt
Procure to pay pptProcure to pay ppt
Procure to pay ppttiffanymaetua
Ā 
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!Global Business Solutions SME
Ā 
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
Ā 
Order to cash cycle
Order to cash cycleOrder to cash cycle
Order to cash cycleAmarnath Kotha
Ā 
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
Ā 
P2P cycle made easy
P2P cycle made easyP2P cycle made easy
P2P cycle made easy
Ā 
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
Ā 
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

Fusion recivables
Fusion recivablesFusion recivables
Fusion recivableskotesh amburi
Ā 
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
Ā 
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 scriptsVinnie Tangsirikusolwong
Ā 
Sellers Guide
Sellers GuideSellers Guide
Sellers Guideguest568d1bc
Ā 
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
Ā 
Orders management
Orders managementOrders management
Orders managementSellOnFlipkart
Ā 
Tally project
Tally projectTally project
Tally projectDewcrystal
Ā 
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

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
Ā 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
Ā 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
Ā 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
Ā 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
Ā 
Scaling API-first ā€“ The story of a global engineering organization
Scaling API-first ā€“ The story of a global engineering organizationScaling API-first ā€“ The story of a global engineering organization
Scaling API-first ā€“ The story of a global engineering organizationRadu Cotescu
Ā 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
Ā 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
Ā 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
Ā 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
Ā 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
Ā 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
Ā 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
Ā 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
Ā 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
Ā 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
Ā 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel AraĆŗjo
Ā 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
Ā 
šŸ¬ The future of MySQL is Postgres šŸ˜
šŸ¬  The future of MySQL is Postgres   šŸ˜šŸ¬  The future of MySQL is Postgres   šŸ˜
šŸ¬ The future of MySQL is Postgres šŸ˜RTylerCroy
Ā 

Recently uploaded (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
Ā 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Ā 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
Ā 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Ā 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Ā 
Scaling API-first ā€“ The story of a global engineering organization
Scaling API-first ā€“ The story of a global engineering organizationScaling API-first ā€“ The story of a global engineering organization
Scaling API-first ā€“ The story of a global engineering organization
Ā 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
Ā 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
Ā 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
Ā 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
Ā 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
Ā 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Ā 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Ā 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
Ā 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
Ā 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
Ā 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
Ā 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Ā 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Ā 
šŸ¬ The future of MySQL is Postgres šŸ˜
šŸ¬  The future of MySQL is Postgres   šŸ˜šŸ¬  The future of MySQL is Postgres   šŸ˜
šŸ¬ The future of MySQL is Postgres šŸ˜
Ā 

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 />