Process_order API() with bank account process flow in 11i

Hi all,
I want to know the basic process flow for customer bank account creation and assignment process. I.e I had pass the customer details ,credit card information throw the oe_order_pub.process_order() API .after this processing this api ,how the bank account creation and updation process works? , and it's process flow.
process_order API manual process:
BEGIN
l_header_rec := OE_ORDER_PUB.G_MISS_HEADER_REC;
l_header_rec.header_id := '100192';
l_header_rec.credit_card_holder_name := 'myname';
l_header_rec.credit_card_number := 'xxxxxxxxxxxxxxxx1111';
l_header_rec.credit_card_expiration_date := '1-Jan-28';
l_header_rec.credit_card_code := 'VISA';
l_header_rec.payment_type_code := 'CREDIT_CARD';
l_header_rec.sold_to_org_id := '17118';
l_header_rec.credit_card_approval_code := '34545656676';
l_header_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
OE_ORDER_PUB.process_order (p_api_version_number => 1.0
, p_init_msg_list => fnd_api.g_false
, p_return_values => fnd_api.g_false
, p_action_commit => fnd_api.g_false
, x_return_status => l_return_status
, x_msg_count => l_msg_count
, x_msg_data => l_msg_data
, p_header_rec => l_header_rec
, p_line_tbl => l_line_tbl
, p_action_request_tbl => l_action_request_tbl
x_header_rec => l_header_rec
, x_header_val_rec => x_header_val_rec
, x_Header_Adj_tbl => x_Header_Adj_tbl
, x_Header_Adj_val_tbl => x_Header_Adj_val_tbl
, x_Header_price_Att_tbl => x_Header_price_Att_tbl
, x_Header_Adj_Att_tbl => x_Header_Adj_Att_tbl
, x_Header_Adj_Assoc_tbl => x_Header_Adj_Assoc_tb
............etc );
END;
After this api process , how the bank account will update regarding this value.
Thanks
prabu

Hi all,
I want to know the basic process flow for customer bank account creation and assignment process. I.e I had pass the customer details ,credit card information throw the oe_order_pub.process_order() API .after this processing this api ,how the bank account creation and updation process works? , and it's process flow.
process_order API manual process:
BEGIN
l_header_rec := OE_ORDER_PUB.G_MISS_HEADER_REC;
l_header_rec.header_id := '100192';
l_header_rec.credit_card_holder_name := 'myname';
l_header_rec.credit_card_number := 'xxxxxxxxxxxxxxxx1111';
l_header_rec.credit_card_expiration_date := '1-Jan-28';
l_header_rec.credit_card_code := 'VISA';
l_header_rec.payment_type_code := 'CREDIT_CARD';
l_header_rec.sold_to_org_id := '17118';
l_header_rec.credit_card_approval_code := '34545656676';
l_header_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
OE_ORDER_PUB.process_order (p_api_version_number => 1.0
, p_init_msg_list => fnd_api.g_false
, p_return_values => fnd_api.g_false
, p_action_commit => fnd_api.g_false
, x_return_status => l_return_status
, x_msg_count => l_msg_count
, x_msg_data => l_msg_data
, p_header_rec => l_header_rec
, p_line_tbl => l_line_tbl
, p_action_request_tbl => l_action_request_tbl
x_header_rec => l_header_rec
, x_header_val_rec => x_header_val_rec
, x_Header_Adj_tbl => x_Header_Adj_tbl
, x_Header_Adj_val_tbl => x_Header_Adj_val_tbl
, x_Header_price_Att_tbl => x_Header_price_Att_tbl
, x_Header_Adj_Att_tbl => x_Header_Adj_Att_tbl
, x_Header_Adj_Assoc_tbl => x_Header_Adj_Assoc_tb
............etc );
END;
After this api process , how the bank account will update regarding this value.
Thanks
prabu

Similar Messages

  • Issue with Payables Accounting Process

    I have an issue right now with Payables Accounting Process. Is says:
    Oracle Payables: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    APACCENG module: Payables Accounting Process
    Current system time is 25-AUG-2009 13:23:41
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_START_DATE='2009/08/02 00:00:00'
    P_END_DATE='2009/08/23 00:00:00'
    P_JOURNAL_CATEGORY='All'
    P_SUB_TRANSF_TO_GL='N'
    P_SUB_JOURNAL_IMP='N'
    P_VALIDATE_ACCTS='Y'
    P_SUMMARIZE_FLAG='N'
    P_COMMIT_CYCLE='50'
    P_ORG_ID='81'
    P_DEBUG_SWITCH='N'
    P_TRACE_SWITCH='N'
    P_RUN_ACCT_REPORT='N'
    APPLLCSP Environment Variable set to :
    Current NLS_LANG Environment Variable is :
    American_America.UTF8
    MSG-00002: Check that AX is not installed before calling the accounting engine
    MSG-00003: AX is not installed, Calling the accounting engine
    MSG-00004: After the call to AP_Accounting_Engine_Pkg.Do_Accounting
    MSG-00005: Error occured in the accounting process
    MSG-00006: Error Message: ORA-20100: File o0002869.tmp creation for FND_FILE failed.
    You will find more information on the cause of the error in request log. occurred in
    &CALLING_SEQUENCE
    with parameters (&PARAMETERS)
    while performing the following operation:
    &DEBUG_INFO
    REP-1419: 'beforereport': PL/SQL program aborted.
    Report Builder: Release 6.0.8.20.2 - Production on Tue Aug 25 13:23:41 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 820318.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Output is not being printed because:
    The print option has been disabled for this report.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 25-AUG-2009 13:23:43
    I had a similar issue writing to the UTL_FILE_DIR with the AR Interface and was able to resolve that by checking the read/write permissions on the UTL_FILE_DIR sat in the init.ora. However, the strange thing here is I still get the same error for Payables Accounting Process.
    Any insights would be greatly appreciated.
    Thanks,
    Don

    This issue has been resolved. But the solution for me was totally unrelated to the error message that came up with this issue.
    We had rollback issues in average and layer cost worker under Bills of Material. And after applying patch 3325415, this issue was also resolved.
    This issue has been answered but if anyone has any ideas on how this issue got resolved by patch 3325415, i'd like to understand.
    Thanks,
    Don

  • G/L accounts associated with Bank Accounts number

    Hello Experts,
    Can somebody tell me please, Is there any way to check the G/L account number associated with Bank account number.
    I checked Table T012K and found something, for example
                                    G/L account-Company Code
    Garnishments                              1000064-0590     3050042-0450     1      1000025-0455                SUN
    Bank Account                          9102476489               323022367              9102458727              802972356
    I need to know weather 323022367(Bank Account number) is associated with 3050042(G/L number)
    Sonu

    Please check OBVCU tcode where Bank house account linked with G/L account. Check the Bank account for selected Company code and in the tab Bank Subaccount, the bank subaccount is your G/L acct. I think you will get your information in this tcode.
    - Ashish
    Edited by: Ashish on Apr 14, 2011 6:36 PM

  • I am getting emails from itunes asking me to renew my ID with bank account, creditcard and sortcode! to much information to be credible. anybody else have this problem?e

    I am getting emails from itunes asking me to renew my ID with bank account, creditcard and sortcode! to much information to be credible. anybody else have this problem?

    They are not from Apple/iTunes, they are phishing attempts to try and get your account and payment details - don't click on any of the links in them.
    If you still have the emails then you could forward them to Apple : [email protected]

  • How to combine text with variable in process flow

    Hi,
    I have created a function that returns the environment that a process flow is running in, Production, Test or Development. I have been able to bind the output of the function into a variable in a process flow and bind the variable to the subject of an email activity. I'd like to go one step more and combine the value of the variable with some text to explain which step in the process flow generated the email. Is there a way to concatenate text to a variable or to add an OWB system variable? I've seen an example where the subject of the email is
    "Failed mapping <mapping name>"
    but I want my subject to be "PROD Failed mapping <mapping name>" where the "PROD" is from a process flow variable or function return value.
    Is this possible?
    Thanks
    Don Keyes

    Hi Don,
    you can perform this task with ASSIGN activity.
    For example, you have two variable V_ENV_TYPE (with type of environment) and V_TEXT ("Failed mapping <mapping name>"). Define additinal variable V_NEW_TEXT, bind Variable parameter of Assign activity to V_NEW_TEXT variable and define value in Assign activity as
    V_ENV_TYPE || ' ' || V_TEXTRegards,
    Oleg

  • List of Suppliers with Bank Account Information

    Hello All,
    We are trying to get a listing of all suppliers with the associated Bank Account information out of the systemf for an audit, but I cant seem to find the link between supplier or supplier sites and the bank account information. Any assistance would be greatly appreciated.
    Regards,
    Anthony

    Hi,
    What version are you running?
    po_vendors ->
    po_vendor_sites_all ->
    ap_bank_account_uses_all ->
    ap_bank_accounts_all ->
    ap_bank_branches
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/
    Message was edited by:
    gareth.roberts

  • Hp Simple Pass Not working with Bank Accounts?

    Hi,
    I bought the HP Envy Touvhsmart j-158ca, but i am having lots of trouble using this for loging into my bank accounts ( TD Canada Trust, Scotia Bank, Bank of Montreal..., any bank...). I cannot login to these banks at all. I contacte the Hp department, they asked me to perform a driver update, BIOS update, REcovery, Unistall/Reinstall Simple Pass,....... Has HP downgraded its new fingerprint reader from Digital Persona? The old Digital Persona used to login to any of these bank accounts flawlesssly, but now, its impossible with the new Simple Pass. 
    Can someone confirm if HP has really downgraded its finger print reader. 
    I want to return this laptop now, because this simple pass doesnt work anymore! for banks!.

    I got an answer here:http://h30492.www3.hp.com/t5/Notebook-Betriebssysteme-und-Software/SimplePass-und-Edge/m-p/363610#M34997 Edge doesn't support that kind of plugins at the moment, MS is working on it. 

  • Allow customers to pay with bank account without Paypal account

    When customers fill out a form that then goes to Paypal for payment, it has a page which lets them log in. It also has the following: Don't have a PayPal account?
    Use your credit card or bank account (where available).  When one clicks "Continue" it only allows payment by credit card. How do I make "bank account" option available?

    you need to sign up to itunes using a credit card to verify which country you are in
    No, you don't.
    You can sign up for an iTunes account with a gift card and you do not need any CC info.
    Right now, I don't have any CC info in my iTunes account.

  • Problem with execution of process flow

    Hello! I'm new in OWB, and I hope you will help me.
    I started execution of process flow and then connection to my server failed.
    The problem is: In Runtime Audit Browser all mappings are complete, but process flow is in "Busy" status. I waited for 24h, and nothing changed. (execution of mappings costed 4h).
    what should I do?

    Hi,
    Use any SQL tool like TOAD and see from the backend if the OWB process is running, if it is still running, kill it. Due to server connection failure the OWB process might have been killed but the Runtime Browser might show it as busy.
    Go the Workflow Repository Schema and run the following query:
    update wf_item_activity_statuses set activity_status = 'COMPLETE'
    where item_type = <Your Process Flow Package Name> and actvity_status != 'COMPLETE'.
    This should solve the problem.
    Regards
    -AP

  • Having trouble with bank account with foxfire

    When I go to my bank account I can get into it ok, but when I go to the page where I want to trnsfer accounts it does not work right, I contacted Chase The page ios working right they said it might be the browser, It probaly is because I didn't have the problem before foxfire I was using msn any help/ thanks Bob Brown

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • HT5622 Problems with bank account data at my ID Account

    I can´t buy at Apps store because my bank account information has change, what should I do? Thanks

    Log into your account in the iTunes App on your Mac and in the account information update the bank card information.

  • Manual Bank Statement process flow

    I need to manually enter details of a manual bank statement in SAP, for checks outgoing and incoming.
    Here are some of my questions:
    1) How should the Cash GL be setup? Main Bank GL and clearing accounts: Bank Check outgoing and Bank Check incoming?
    2) How will this affect the payable / receivable entries?
    Payable
    DR Vendor
    CR Bank GL Check outgoing
    Receivable
    DR Bank GL Check incoming
    CR Customer
    3) After I enter the details in the manual bank statement (assuming that my GL setup is correct), will the postings be as follows?
    Payable
    DR Bank GL Check outgoing
    CR Bank Main Account GL
    Receivable
    DR Bank Main Account GL
    CR Bank GL Check incoming
    Thanks for your help!

    Hi,
    You are right. If you are using Automatic payment program, you should link the bank sub accounts like Bank-Outgoing check account, Incoming check account etc in APP or use those accounts at the time of manual payment. This will ensure that initial posting is done to the Bank-outgoing check account. When you enter the bank statement, it will reverse the entry from this account and post to Main bank account mentioned in House bank master record. This helps in preparing bank reconciliation if you have structured your bank accounts properly.
    Regards
    Suresh

  • Critical Error with Bank Information Process (Personal Information Area)

    Hi All,
    I am experiencing a critical error when I open the Bank Information details in the portal.
    A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost.
    Please contact your system administrator.
    Syntax error in program /1PAPA/FEAT000DTAEL, error key: RFC_ERROR_SYSTEM_FAILURE
    I have read the following threads Error in the Bank Details in the Personal information and Error in Change own data but none have assisted us with our problem.
    We have also looked at SAP Note 1018036 but this only applies to HP14 and we are currently on HP26 (ECC6.0).
    Everyone's help will be much appreciated.
    Thanks in advance.
    Oloy.

    Resolved, but can't remember how - need to close thread to raise new issues.

  • Problem with  bank account od svizzera

    Hi
    I have a problem with  the number account of Svizzera that is 66666/1s
    The character "/" is not good for the program FEBKA00
    Can you help me?
    thanks.
    Moderator message - Welcome to SCN.
    But
    Duplicate threads are not allowed. Please see Please read "The Forum Rules of Engagement" before posting!  HOT NEWS!! and How to post code in SCN, and some things NOT to do... before posting  - post locked
    Edited by: Rob Burbank on Feb 9, 2010 12:11 PM

    If Maestro cards are not shown as an option on the payment details screen then you won't be able to use it - do you have one of the options that is shown ?
    If not then are iTunes gift cards available in your country ? They are not available in all, and they are country-specific (they can only be redeemed and used in their country of issue).
    It they aren't then you could create an account with 'none' as the payment option which will alloy to download free items : http://support.apple.com/kb/HT2534

  • Problem with bank statement processing

    Hello,
    I have problem with BSP. When I try to add file formats to bank statement I have error - "You are not authorized to change the folder path [message 10003520-34]". I try to add file SAPBPESIB_CSB43.bfp from SAP portal. Path to file is C:\Program Files\SAP\SAP Business One\Attachments\. I have full permissions to group "Everyone" to that folder.
    Do you have any idea what can it be?
    Regards,
    Bartek
    Edited by: Darius Heydarian on Mar 28, 2008 11:22 AM.

    Hi, I have the same problem when working with local Sap B1 client and DB on the local computer (and connecting as a superuser). Can anyone help?
    May be this additional info will help to determine the problem:
    when working with SAP-client on the terminal server via remote desktop (and DB is on another server) and when I try to update FormatFilePath (in File Formats Setup window), SAP-clinet hangs on (for approximately 10 minutes ) and then I see that no changes were saved (I see button "Update" again, while expect to see "OK", and no changes were saved to DB). There are no error or warning messages..
    When I am updating FileFormat without setting FormatFilePath-column - everything is ok. (info about FileFormat is updated)
    Regards,
    Katrine

Maybe you are looking for

  • Using more than one i-Tunes library

    Ahem - apologies if this is a bit of a thicko question - but does anyone know if it's possible to use two i-Tunes libraries i.e. I have one on my MAC at home and a totally different one on my PC at work - but when I plug my Shuffle in to either one t

  • Moving average price query

    Hi Team, The Purhcase order is created for 50 qty reference to Contract price 284.58 and we have done the GR for 33 qty on 01 April and invoice completed on 07 april for 33 qty and for the remaning qty 17 we have processed the invoice intially before

  • Can someone please direct me how to properly uninstall and reinstall???

    I had a previous post as well but I just want a fresh start on uninstalling and reinstalling. When I followed the steps and then opened itunes it had my previous library there even after I deleted the itunes folder from program files. I've had Itunes

  • Safari not launching

    I recently did a software update, restarted my laptop and tried to start Safari, and the icon just bounced and nothing happened. I searched for solutions, including logging in as another user, but nothing is causing it to launch. (Have tried deleting

  • Guest Logins

    We recently implemented activity reporting in our portal. Looking at the reports we are seeing a small number of annoymous users logging in as 'Guest'. We are not sure where these guests are coming from or how they are logging in. How would someone l