Payment Batch creation

Hi,
I need to write a payments interface. The following is the payment info that is coming via flat file.
Record Type
Vendor Number
Vendor Site Code
Invoice Number
Check Number
Check Date
Payment Status
Invoice Date
Invoice Gross Amount
Amount
Payment Method Lookup code
Payment_type_flag
Bank Account
Period Name
Currency code
Payment Num
The task is to take the flat file information and create a payment batch, select invoices into the batch and build the payments.
the first plan that I came up with was to create the payment batch based on distinct combination of payment_date and bank_account_name. But we are not really sure how to go about this whole task. We want a general idea of how to create a payment batch, as in what tables need to be inserted into for the creation of the payment batch.
ANy help on this would be great.
thanks,
ash

Not sure to understand what you need. How knowing what tables need to be inserted into for the creation of the payment batch on our side, that should be defined into your business rules, aren't they ?
Is it a standard product (ERP ?) or custom product ? In the first case, you may want to ask such question into associated forum, in the second case, you should ask to the owner of software. If you are this last one, I would be afraid.
Nicolas.

Similar Messages

  • Payment Process Request split output by payment batch amount

    Hello,
    I have task to create multiple electronic outputs from payment process request.
    Example: I run payment process request with 4 payments (A, B, C, D) with amounts: 1000$, 2000$, 3000$, 2500$ then in payment process it splits by payee into 3 payments (E, f, g) with amounts: 1000$, 5000$ and 2500$. Then I have payment amount, for example 2500$, that means that into 1 payment output I can put only payments that sums below 2500$ or only one that is greater than 2500$. Other payments necessary to put into new outputs. Oracle standard process "Format Payment Instructions with Text Output" create only 1 output with all payments in other cases but if there is chosen my payment profile then it necessary a lot of outputs.
    Example with outputs where limit 2500$ amount sum for multiple payments else 1 payment:
    1. output: 1 payment with amount sum 1000$
    2. output: 1 payment with amount sum 5000$
    3. output: 2 payments with amount sum 2500$
    Question: Is it possible to create such custumization with Oracle Standard Payment Batch creation process?
    Or you have another ideas?
    Thanks!
    Edited by: 966870 on 2012.22.10 05:52

    Hello,
    I have task to create multiple electronic outputs from payment process request.
    Example: I run payment process request with 4 payments (A, B, C, D) with amounts: 1000$, 2000$, 3000$, 2500$ then in payment process it splits by payee into 3 payments (E, f, g) with amounts: 1000$, 5000$ and 2500$. Then I have payment amount, for example 2500$, that means that into 1 payment output I can put only payments that sums below 2500$ or only one that is greater than 2500$. Other payments necessary to put into new outputs. Oracle standard process "Format Payment Instructions with Text Output" create only 1 output with all payments in other cases but if there is chosen my payment profile then it necessary a lot of outputs.
    Example with outputs where limit 2500$ amount sum for multiple payments else 1 payment:
    1. output: 1 payment with amount sum 1000$
    2. output: 1 payment with amount sum 5000$
    3. output: 2 payments with amount sum 2500$
    Question: Is it possible to create such custumization with Oracle Standard Payment Batch creation process?
    Or you have another ideas?
    Thanks!
    Edited by: 966870 on 2012.22.10 05:52

  • Oralce AP :check order to be ordered by amount in payment batch?

    Is it possible to set the check order to be ordered by amount in payment batch?
    The only options available now are supplier name, supplier number, or postal code(Document Order) but I want to print by batch amount.
    Please advise.
    Lak

    Hi
    There are options for first due date, last due date, terms etc, but matching with highest available invoice number is not an option as far as I know.
    Never tried but as an idea if I had this question...I could try this...
    1. Create receipts by automatic receipts creation....
    2. Run a custom program to re-arrange applications and amounts (use ar_receipt_api_pub for adjustments)
    3. Then Approve/Confirm etc.
    Emphasizing again, never tried such thing.
    Regards
    Bilal SARIOZ

  • AP payment batch is running very slow

    Dear All,
    We have an issue with AP payment batch, wherein the batch is unning very very slow.
    The DB is currently on 11gR2 with application on CU2.
    After having a close look into it we have seen an SQL ID dq3nnqyx0u7ht.
    Please help us if any patch is available against the said SQL ID.
    Regards
    Abhinov

    You need to tell what is the sql for that sql_id dq3nnqyx0u7ht.
    Get it from v$sql and post the sql.
    By
    Vamsi

  • AP Payment Batch Sets?

    All experts,
    Can I use "AP Payment Bactch Sets" to made all those invoice payment with the payment method ='Clearing' for every month, so that use don't have make those invoice payment just simply click the button like Recurring GL?
    Anyone knows? Please help.
    Best Regards,
    Amy

    Batch Sets are more like templates for making your Payment Batches...you should be able to use them for your case.

  • AP Payment Batch  form

    As per my understanding AP Payment Batch form generates a file with formated check layouts.This file is sent to the server.
    I am supposed to store this file in the database.
    Was going through the seeded APXPAWKB form couldn't find the code which generates this file.
    Will it be possible for someone to throw some light here.
    Do let me know incase more information is required.
    Eagerly waiting to hear.
    TIA,
    Neelam

    Thank you very much for your help.
    I did find the reports which run from the payment batch form.
    And i also gathered a custom program which transfers the file from the standard out directory to the customized one.
    But there has been some change in the requirements and instead of inserting the file into the database i am picking the data from ap_selected_invoice_checks_all and ap_selected_invoices_all and inserting into a staging table from where web-methods is going to pick data and send it across to other vendor for more processing.
    I know that web-methods can spool the data from the staging table every few minutes but i was searching for some way to start the web-methods procedure from oracle. I know the communicating from web-methods to oracle is possible but i am not sure how to do it other way round that is from oracle to web-methods.
    TIA,
    Neelam

  • AP Payment Batch & DFF data Questions

    Hi,
    I have few issues faced by one of our clients.
    1- After a payment batch is selected and build, In ‘Actions’ the ‘Print Preliminary Register’ and ‘Confirm Payment Batch’ is enabled and processed by clicking ‘OK’.
    But due to some error the program was terminated . But output file with ‘0’ bytes is still created.
    How to avoid creating a '0' bytes output file whenever error occurs..?
    2- . DFF customized to capture ‘Message to Beneficiary ‘ in the payment batch window DFF. This DFF can capture 140 alpha numeric characters. But in output this seems to be truncated and not showing full values.
    Would it be because of the font size..? How to extend the data format of this field and what is the maximum we can set..?
    3- If the Remittance amount havng more decimal point like 555.555 gets truncated to 555.55 in the out file send to bank.
    Why truncated , can we set the rounding option to up/down..?where is it set..?
    Can anybody throw some light..?
    Thanks,
    Jayasree

    Use the reference columns i.e REFERENCE_1 to REFERENCE_10 of gl_je_lines table to join the AP, AR tables with the GL tables like the below query.
    SELECT gjl.reference_1,
    gjl.reference_2,
    gjl.reference_4,
    gjl.reference_5,
                        gjl.reference_10,
    aia.doc_sequence_value,
    aia.invoice_type_lookup_code,
    aia.description invoice_description,
    ada.prepay_distribution_id,
    gjl.description,
    aca.doc_sequence_value payment_doc_seq_number,
                        ada.invoice_id,
    aia.doc_sequence_value
    FROM gl.gl_je_headers gjh,
              gl.gl_je_lines gjl,
    ap.ap_checks_all aca,
    ap.ap_invoices_all aia,
    ap.ap_invoice_distributions_all ada
    WHERE gjl.je_header_id = gjh.je_header_id
    AND aia.invoice_id(+) = gjl.reference_2
    AND ada.invoice_id(+) = gjl.reference_2
    AND ada.invoice_id(+) = gjl.reference_3
    AND aca.check_id(+) = gjl.reference_3;
    Thanks,
    Lokesh.

  • Payment Program Creation Date and User (is this in any table in SAP R/3)?

    Dear Experts!
    The treasury guy asked me whether there would be a way to recover the "Payment Program" Creation Date and Created by (User) from Payment Program Executions (F110 transaction).
    I searched on the REGU* tables and I didn't find out this information.
    Does anybody know whether there is any table where this is recorded?
    NOTE: We cannot use the information from "Proposal Log" because the log is removed from the Productive System and only the last 3 (three) days are remaining.
    Thanks and Kind Regards,
    Daniel Carvalho.

    Hello "The Wirtschaftsmann",
    Thanks for the reply. However, I need the Creation Date and Creation by of the Proposal / Payment Run steps.
    Not sure if this information is available nowadays at SAP. I opened an incident with SAP, let's see what they reply to us.
    Regards,
    Daniel

  • Automatic Batch creation for a material.

    Hi Friends,
    we require automatic batch creation at the time of confirmation of process order for a particular material not for all the materials existing in the same plant and also not for  all the materials existing in the same material type.
    we have activated batch level at the material level,
    Pl give some idea,
    Regards
    Sadan

    Hi,
    Batch is created automatically either when an order is created or released. (setting in OPKP)
    I hope its not possible during confirmation.

  • Automatic Batch Creation at  the time of GR for Customer Returns

    Hi All,
    We are using batch management with functionality of automatic batch creation for variuos movement type 101/103/105/561 etc. with updation of classification in foreground. 
    We are even using automatic batch creation for Inbound delivery. By configuring IMG object "Batch creation Control for Inbound"
    Now we have a new requirement of automatic Batch creation for GR of Customer Return against Customer Return SO (Movement type 651). And updation of classification in foreground.
    I have tried a lot but couldn't find how to configure the same.
    Can I create GR custmor returns 651 thru transaction MIGO?
    Any suggestion how to achieve this.
    Thanks
    Sanjay

    Hi,
    What Sairam said is correct, the idea of automatic batch creation is so that when you manaufacture or create an item you can allocate the characteristics to that batch and give it a number.
    You then sell that batch to a customer.
    When the customer returns the item the system should NOT automatically allocate a new batch number to it because this is breaking a VERY important audit trail.
    In batch management (in some inductries more than  others) it is VITAL to have a full audit trail of a bathc so that any problems concerning that batch can be traced back to their origin. What you are trying to do is to break that audit trail (although I can fully understand what you are trying to do).
    I would leave the batch allocation for returns as manual and then when you transafer the item from returns to unrestricted (or quality etc.) tyou can then input the new characteristics.
    Steve B

  • Batch Creation or Batch Determination for 531 movement type

    Dear Experts,
    I have some confusion with Movement type 531 -
    1) Can we do Batch determination for 531 movement type.
    2)  Can we do the automatic Batch creation at the production order level or confirmation level. In this case i have done the settings but in confirmation screen i have to create batch manually through Menu Path.
    3) I have to enter characteristics value manually in confirmation screen as i have select classify batches in foreground. But in material master we have Batch Class type so can values comes from there to batch of confirmation screen.
    Thanks & Regards,
    Saurabh Kumar

    Hello
    Please read carefully notes 191368 and 194619. These are very old correction notes and they are already implemented on your system, however, they provide the following information about the system design:
    For a by-product or co-product, no batch determination is executed anymore. The subsequent stock determination is not executed anymore either.
    and
    No batch determination for by-products may be executed during the confirmation.
    It means that the batch determination for movemen 531 is not a functionality of the standard system.
    I have never tested this scenario, however, as far as I know, the batch can be created automatically for the by-product if you are using internal number range on OMCZ.
    BR
    Caetano

  • Batch creation through ME21N, ME22N and MSC1N

    Hi All,
    Please note we are already using EXIT_SAPLV01Z_001, EXIT_SAPLV01Z_002, EXIT_SAPLV01Z_003, EXIT_SAPLCLFM_002, EXIT_SAPLV01Z_012, EXIT_SAPLV01Z_014 for Batch creation based on different logics for Material type, Plant and PO doc type and currently using these exits for logic it allows us to create new internal batch number during PO creation (ii) change already existing batch with some new number (of couse this number must not be used in some other PO) in PO change and (iii) create new internal batch number using MSC1N, by inputing plant, stor. loc etc. But currently i can create batch with 1 digit, 2 digit, and so on.
    The requirement is to allow user to create batches only with 10 digits during:
    (i)PO creation (ME21N)and PO change(ME22N) and also during
    (ii) transaction MSC1N
    currently in all three ME21N, ME22N or MSC1N it allows to create batch with 1 digit, 2 digit,3 digit and so on . i want to create batch with only 10 digit.
    Please tell this is possible through configuration steps or some changes are required to be done in above said user exit.
    Regards
    Rahul Shukla

    Hi Jurgen,
    Thanks for your reply.
    In ME21N i am able to assign batch in PO
    (1) By clicking on 'create' button appearing just side of Batch field in item Tab "Material". I think this create button is appearing due to user exit being applied here. Here it creates and assigns internal number automatically (from range 01in Batch_Clt) based on the Material type and Plant combination (Some logic defined in user exit)
    (2) By putting any random number manually (both numeric and alphanumeric)whether 1 digit, 2 digit,3 digit in Batch field in item Tab "Material" it will accept and in this case also po is saved.
    same way i can do changes in batch number in ME22N and able to save.
    In MSC1N also due to user exit applied if i give Material number alone  and enter, it assignes the internal batch number based on Material type and plant logic defined in user exit.here also if i input some random number manually in batch field it accepts and that random batch number is created for material.
    Now i want that i should be able to put random batch number manually but that number must be out of the number ranges defined in Batch_CLT object (Also the number must be exact 10 digits length as is there in defined number ranges) and not any random alphanumeric number . Also i am not able to understand how it is accepting random alphanumeric number (like ABC111)although all number ranges defined are numeric only.Also external number range is 0008000001 - 0089999999 which is numeric only.
    Regards
    Rahul

  • AP Supplier Checks are not printing in Payment Batch EBS 11i

    Hello Gurus,
    We have a list of suppliers about 15, and having inovices for that suppliers . when we do a payment in batch , that specific supplier invoices are not getting printed in the payment batch, the other invoices which of other suppliers[other than that 15 suppliers], those invoices are correctly printing in the checks.
    We have checked the terms date also.
    Please let us know how can we trace the cause for it.

    Hi,
    for the Invoices of 15 suppliers, the invoices are getting selected in the payment batch and payment is made. Only it is not getting printed on the reportss ? OR the invoices for those 15 suppliers is not getting selected at all .....
    What is the status of those invoices in Invoice workbench after the payment batch is confirmed ?
    Regards,
    Ivruksha

  • Error when create a Payment Batch

    When I create a payment batch, I fill batch name as LIPPO_X123. then I entry bank account name "LIPPO Branch JKT1". But when I want to choose "Document" by clicking the list combo appear message "FRM40502:Oracle error : unable to read list of value"
    When I click "Details..." this message appears :
    FRM-40502: ORACLE error: unable to read list of values.
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at "APPS.AP_AUTO_PAYMENT_PKG", line 679
    "

    Check Note: 234846.1 - APXPAWKB Errors With ORA-01422 ORA-06512 FRM-40502 When Creating A New Batch After Navigating To The Document Field
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=234846.1

  • Payment Batch AP is not working

    Hi all,
    out of 802 payments which have
    equal Due Date, Pay Group, Payment Method ( at header and payment schedule level) bank ( all bank related information) every thing match in this 802 invoices.
    where in 800 got paid and 2 were left out.
    can you please tell me what is the reason might be for these 2 not getiing picked up inspite of having all necessary data for payment batch to process.
    Thank you.

    Can't really tell without you posting more details. Here are a few pointers:
    Don't use relative paths such as CD X86. Use absolute paths instead:
    CD F:\X86.
    There is no process called "iexplorer.exe". It should be "iexplore.exe".
    What is the point of spawning an extra command processor to remove a folder?
    Why do you try to delete the Java folder twice?
    Did you invoke the batch file from a Console so that you can see the messages it generates?
    What were these messages?
    Did you run the batch file under elevated admin privileges?
    Try this version:
    @ECHO OFF
    echo *** This will kill Browsers and Java Processes ***
    taskkill /F /IM iexplore.exe
    taskkill /F /IM firefox.exe
    taskkill /F /IM chrome.exe
    taskkill /F /IM jusched.exe
    taskkill /F /IM jp2launcher.exe
    taskkill /F /IM java.exe
    taskkill /F /IM javaw.exe
    taskkill /F /IM jqs.exe
    cd /d "F:\x64"
    msiexec.exe /i jre1.7.0_51.msi /qn AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0 EULA=1 /NORESTART /log c:\java_7_51_x64_install.log
    rmdir "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Java" /S/q
    cd /d "F:\x86"
    msiexec.exe /i jre1.7.0_51.msi /qn AUTOUPDATECHECK=0 JAVAUPDATE=0 JU=0 EULA=1 /NORESTART /log c:\java_7_51_x86_install.log
    rem ??? rmdir "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Java" /S/q

Maybe you are looking for

  • Office 2013 GPO Silent install doesn't run consistently

    client is all Dell Win 7. Servers are 2012. Project is to install Office 2013 silently with GPO at computer start. Everything is configured correctly and it works on some computers. I set it install in a larger group by linking the GPO to that group

  • My iPhone 5 is on wifi, but it's still using up data, help?

    So I just upgraded to the iPhone 5 today which means that I just lost my unlimited data (insert depressing funeral music). And I figured that whenever I'm in my dorm, my house, or anywhere inside that there's a wifi connection, I'd just connect it to

  • [svn:osmf:] 14904: Adding file missing from previous commit.

    Revision: 14904 Revision: 14904 Author:   [email protected] Date:     2010-03-22 05:32:49 -0700 (Mon, 22 Mar 2010) Log Message: Adding file missing from previous commit. Added Paths:     osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/hint/     osmf/tr

  • How to close the report background engine programatically in developer 6.0?

    Friends, We have developed our application using Oracle Developer 6.0 as front end and Oracle 9iR2 as a back end. whenever the user is opening the application one session is creating after that if he runs any report the report background engine is st

  • It's my 3000 post – Oracle ACE and Oracle employees

    Hello, So, this is my post number 3000. In this forum, it’s not so unique, but still I decided to dedicate it to the subject of Oracle ACE and Oracle employees. Recently, Joel blogged about Carl awarded Oracle ACE (http://joelkallman.blogspot.com/200