Sear string for customer bank account no

Hai ,
The requirement is that customer account number should be identified from customer bank key and bank account number which are available in the bank statement .I need to configure search string and assign it to interpretation algorithm.How i need to define and assign search string for bank key,bank account number .Example :AC-250-208762-20
The problem is that the length of bank key and bank account number for each customer is different
Example 1:Customer 100000
AC-25-45275865-333
Example 2 :customer 100001
AC-215-115275865-11
I need to post entries to customer account and no clearing is required . How search string can be defined for this ?
Note:Search string should be defined for customer bank account no because statement has no reference number
Regards,
Kumar

Hi.
'customer master data, what are the integrated effects to FI > Bank Accounting > House Bank ?' House bank not linked with Customer master data(only if customer affiliated company).
Bank details in customer could be used eg for invoicing(printing form)

Similar Messages

  • API for loading Bank account details for the Customer

    Hi,
    Can anyone tell me what is the API that needs to be used for loading bank account information for the Customer?
    Thanks
    GM

    Hi,
    Were you not able to achieve your requirement with Customer Interface Program?
    There is a interface table 'RA_CUSTOMER_BANKS_INT_ALL' which is used to store customer bank account information. Run the program after inserting the records into this table.
    I guess, there is no public API.
    Regards,
    Ram

  • Customer bank account detail in istore.

    In istore ,one customer is place order a item using the same credit card number (EX:visa .XXXXXXXXXXX4444) .After the place order ,in customer bank account screen having the credit card information and customer account name.
    Again same customer is place order the item using the exiting credit card number. (EX:visa .XXXXXXXXXXX4444) . So what was the out put in customer bank account screen. in this process credit card number is updated in exiting credit card or creates a new credit card account in customer bank account screen.
    Thanks
    prabu

    Hi;
    ll APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

  • Creation of  customer  bank account in 11i

    Hi all,
    please help any one.
    I am new to the oracle istore. And i want to know the customer credit card updation process.
    I have to update the credit card information using the process_order API means , it will update exiting customer bank account or it creates new bank account for order.
    Thanks
    prabu

    Duplicate post -- Customer bank account creation API

  • Customer Bank Accounts Interface/API

    Hello guys
    I wonder if you can help me please. I've defined a new bank account in AR and I want to load customers under my new bank account. Is there an Interface or API to programmatically do this? If so, please tell me what interface table or API to use. I'm on Oracle Apps R11.5.10
    Thanks for all you help.

    Hi,
    Review the following links:
    Customer Conversion
    Customer Conversion
    API for loading Bank account details for the Customer
    API for loading Bank account details for the Customer
    Note: 296593.1 - How To Load Banks Into AP Using Ar_bank_directory Table?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=296593.1
    Oracle Integration Repository
    http://irep.oracle.com
    Regards,
    Hussein

  • R12 customer bank accounts

    I have the following sql for suppliers...Can anyone advise me on getting
    the customer bank account?
    SELECT party_supp.party_name supplier_name
    , aps.segment1 supplier_number
    , ass.vendor_site_code supplier_site
    , ieb.bank_account_num
    , ieb.bank_account_name
    , party_bank.party_name bank_name
    , branch_prof.bank_or_branch_number bank_number
    , party_branch.party_name branch_name
    , branch_prof.bank_or_branch_number branch_number
    FROM hz_parties party_supp
    , ap_suppliers aps
    , hz_party_sites site_supp
    , ap_supplier_sites_all ass
    , iby_external_payees_all iep
    , iby_pmt_instr_uses_all ipi
    , iby_ext_bank_accounts ieb
    , hz_parties party_bank
    , hz_parties party_branch
    , hz_organization_profiles bank_prof
    , hz_organization_profiles branch_prof
    WHERE party_supp.party_id = aps.party_id
    AND party_supp.party_id = site_supp.party_id
    AND site_supp.party_site_id = ass.party_site_id
    AND ass.vendor_id = aps.vendor_id
    AND iep.payee_party_id = party_supp.party_id
    AND iep.party_site_id = site_supp.party_site_id
    AND iep.supplier_site_id = ass.vendor_site_id
    AND iep.ext_payee_id = ipi.ext_pmt_party_id
    AND ipi.instrument_id = ieb.ext_bank_account_id
    AND ieb.bank_id = party_bank.party_id
    AND ieb.bank_id = party_branch.party_id
    AND party_branch.party_id = branch_prof.party_id
    AND party_bank.party_id = bank_prof.party_id
    ORDER BY party_supp.party_name
    , ass.vendor_site_code;

    Hello,
    Try using the tables from the query below:
    select hp.party_name customer_name,
    ieb.bank_name,
    ieba.*
    from hz_parties hp,
    IBY_ACCOUNT_OWNERS iao,
    IBY_EXT_BANK_ACCOUNTS ieba,
    IBY_EXT_BANKS_V ieb
    where hp.party_name ='<CUSTOMER_NAME>'
    and iao.account_owner_party_id = hp.party_id --party_id of customer
    and iao.ext_bank_account_id = ieba.ext_bank_account_id
    and ieb.bank_party_id = ieba.bank_id
    HTH,
    Vikram

  • Payment program rules for selecting Bank accounts

    Hi !!
    Anyone that know the rules for payment program to select Vendor Bank accounts from XK03
    when
    - more then one row exist in Vendor bank accounts (XK03)
    and
    - Field Partner bank type is "blank" (LFBK-BVTYP) for all bank account rows
    The rules seems not to be crystal clear for me
    Any place to find more documentation about these rules especially when LFBK-BVTYP is "blank"
    Thanks in advance !!
    BR Tomas Hagberg

    Hi,
    Please refer to following link. This may help.
    http://help.sap.com/saphelp_46c/helpdata/en/47/8bf634b576bc4ee10000009b38f83b/frameset.htm
    Regards,
    Harish

  • Single GL account for multiple Bank account ID

    Hello all,
    we are implementing bank statement integration.
    First we have to define the related GL accounts CoA of course.
    My problem is that we have thousands of bank accounts. usually best practice is to create one GL account for one bank account ID.
    This would imply that we create thousands of GL accounts...a situation we would like to avoid
    It seems possible to use one GL for several bank account ID ? However I wonder if this does not raise problems for bank statement reconciliation.
    Has anyone encounter such context ? What kind of solutions are possible ?
    Thanks for your help !

    Hi ,
    For bank reconcilition purpose it is always recommended that we go by individual GL account , as it is advisable for effective and correct reconcilliation.
    At least as per my shot on the subject i would recommend that for incoming and outgoing bank accounts you should create 1 GL account each for each bank . for main bank again you can rethink and make it a consolidated one .
    secondly , please take the details as to how is bank submitting the information is it branch wise or are the providing consolided statement for reconcilliation .
    do revert back if you are still stuck up .
    Hope this suffices .
    Regards ,
    dev.

  • What is no masking for supplier bank account

    Hi,
    what is no masking for supplier bank account? Can someone explain or provide a link please?
    Regards
    846691

    Pl post details of EBS version. Pl see if these MOS Docs can help
    How To Mask Supplier Bank Account Numbers In Release 12?          (Doc ID 436993.1)
    Where Can I Set No Masking For Supplier Bank Account          (Doc ID 762325.1)
    How To Change the Supplier Bank Account Masking in UI          (Doc ID 877074.1)
    HTH
    Srini

  • When I started with Firefox, I loaded the website for my bank account and answered the question wrong when asked if I wanted Firefox to recognize that password - how can I redo that questions so I do not have to answer security question every time?

    If I could redo my answer to that question for my bank account, it would speed up my online banking experience but I do not know how to do that.

    See:
    * https://support.mozilla.com/kb/Remembering+passwords
    If you clicked "Never" then you have created an exception that you need to remove.
    Remove site(s) from the Exceptions:
    * Tools > Options > Security: Passwords: Exceptions

  • Enhancement for validating bank account number

    Hi,
      I have written code for validating bank account number based on bank Key.In the enhancement <b>SAPLSSRV</b>. Now i have a requirement that when the enhancement is triggered, i need to check whether the <b>account holder</b> field is entered or not in the transaction.
    But in the enhancement i have only BANK_ACCOUNT, BANK_CONTROL_KEY, BANK_COUNTRY and BANK_NUMBER as the import parameters, no more changing or tables parameters.
    i.e., i dont get account holder name as input. Is there any way to capture the <b>account holder</b> field.   
    Regards,
    Vidya.

    Hello,
    Go for BADI's,
    Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
    1) Goto se24 (Display class cl_exithandler)
    2) Double click on the method GET_INSTANCE.
    3) Put a break point at Line no.25 (CASE sy-subrc).
    Now
    4) Execute SAP standard transaction
    5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
    6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
    7) This way you will find all the BADIs called on click of any button in any transaction.
    Regs,
    Venkat

  • API for AR Bank, Account and Branch creation

    Hi,
    Please could you provide me the name of the API which creates AR Bank, Account and Branch creation.
    Thanks,
    Genoo

    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

  • Query to get primary contact for a bank account

    Hi guys,
    I'm new to R12 and have a requirement to build a report sending a letter to the primary contact of a bank account.
    I narrowed it down to this:
    -- get relationship_id for the given bank account
    SELECT relationship_id FROM CE_CONTACT_ASSIGNMENTS
    WHERE BANK_PARTY_ID = 26433
    AND BRANCH_PARTY_ID = 26439
    AND BANK_ACCOUNT_ID = 17002
    and assignment_type = 'ACCOUNT';
    -- get party_id of contact
    SELECT subject_id FROM HZ_RELATIONSHIPS WHERE RELATIONSHIP_ID in (16091)
    and subject_type = 'PERSON';
    -- get contact details
    SELECT * FROM HZ_PARTIES WHERE PARTY_ID IN (36458)
    and status = 'A';
    This is all well and good. The problem came when I added another contact to the account so both queries we're returning 2 results. I also found that both of them had the primary flag checked (from the web view) which I find odd. Worse in none of the tables above am I able to find a primary flag column. How do I find this column and is it possible to restrict the primary flag to only one contact as it seems to be appearing for two contacts.
    Thanks

    Hi,
    you can get ext.price using following SQL.
    SELECT (ORDERED_QUANTITY * UNIT_SELLING_PRICE) EXTENDED_PRICE
    from oe_order_lines_all WHERE line_id = :P_LINE_ID
    HTH
    Sanjay

  • Query is returning multiple records for a bank account id and party id

    Hi All,
    I am not getting why this query is returning multiple records for a particular bank account id and party id:
    SELECT instrument_payment_use_id
    ,instrument_type
    ,instrument_id
    ,start_date
    ,ext_pmt_party_id
    FROM iby_pmt_instr_uses_all
    WHERE instrument_id =:lv_num_ext_bank_account_id
    and exists (select 1 from iby_external_payees_all b where PAYEE_PARTY_ID= :lv_num_party_id and b.ext_payee_id = ext_pmt_party_id)
    I want above values to be used in api iby_disbursement_setup_pub.set_payee_instr_assignment in R12.
    Please help asap.
    Thanks

    O/P of query run for
    SELECT rowid, instrument_payment_use_id
    FROM iby_pmt_instr_uses_all
    WHERE instrument_id =6642
    AND EXISTS (
    SELECT 1
    FROM iby_external_payees_all b
    WHERE payee_party_id= 85470
    AND b.ext_payee_id = ext_pmt_party_id);
    is below:
    Rowid     INSTRUMENT_PAYMENT_USE_ID
    AABiDXAGIAABhiKAAS     236586
    AABiDXAGRAABSjtAAz     148437
    The version is R12

  • T.code to see the daily balance for 3 bank accounts at a time

    HI
    There are 3 banks ie. Andhra bank, SBI and CITI
    The client want to see the todays balance in all accouns at a time
    So which T.code is available to see the present balance
    Regards,
    Venkat

    Hi
    You can use the T Code FAGLB03 in ECC 6.0. However, this can be used specifically with your purpose only if all the three bank accounts are in continuation else the system will display balance of intermediary accounts also.
    Assign points if the information is usefu;
    Regards
    Sanil Bhandari

Maybe you are looking for

  • How do I restore playlist folders from iPod classic to iTunes? The library is intact, but the playlists are not and I don't want to rebuild them from scratch!

    After reformatting my HD and reimporting all songs back into iTunes succesfully, the playlist folders are gone and I don't want to rebuild them from scratch. How do I restore playlists from iPod classic to iTunes 11.1.3 without resorting to 3rd party

  • Problem with 7.4 Install

    After originally having trouble with the installer needing to find "itunes.msi", I've deleted all files relating to Itunes from the computer, however when i run the itunes installer, it runs, and then immediately finishes saying "the installer encoun

  • Production Report with batch number

    Dear Experts, I don't know how to include the batch number for the finished goods in the following query , SELECT T0.[DocNum] as Prod#, T0.[ItemCode],T0.[CmpltQty], T1.[ItemCode], T1.[IssuedQty], T2.[BatchNum],T0.[Comments] as Remark FROM OWOR T0  IN

  • Iphone4 freezes when closing multitasking apps. Unacceptable

    Has anyone noticed that when you have a number of apps running, and you continuously tap the "x" to close out of them, the iPhone freezes even though the icons keep wiggling. It takes the phone about 2 minutes to unfreeze, or I have to restart it. Th

  • Photoshop Elements 10 - dropdown option

    I had a hard drive crash and had to reinstall Photoshop Elements 10 on my Windows 7 (64-bit) laptop.   Earlier when I opened a photo in Windows Photo Viewer, I could easily access Photoshop from a dropdown list of options, including Paint,  Picture V