AR Customers Account Details - query

Dear All
Can anyone provide me with PL/SQL query to extract AR Customers, Account details all outstanding balances as of date, PLEASE...
Thanks n Regards,
Iqbal...

Hi
The Customer data is stored in HZ Tables part of TCA Architecture
(HZ_PARTIES, HZ_CUST_ACCOUNTS) stores the information
The Account balances can be derived from AR_PAYMENT_SCHEDULES_ALL Table
If you need further info, Refer eTRM(Electronic Technical Reference Manual) and run the Diagnostic scripts to get the Table level information of customer and Account Balances if you have applied Diagnostic Patch in your instance
Hope this helps
Regards
Sivakumar

Similar Messages

  • Is this genuine ? Account detail query iTunes...

    Hi ! I tried to buy some music from my shopping cart (iTunes UK) but on logging in got a message saying "my account info" had changed and I was asked to click Billing Info.
    Then a window pops up in iTunes asking me to re -enter my card details.
    As I have not changed any of my account info, does anyone know why I am being asked again for my card details, and is this a genuine iTunes request ?
    I emailed iTunes support but had no response.
    Anyone know anything about this ?
    Thanks, Venkat

    Use the standard way to get to your account information and give it a check. Maybe re-enter your info there.
    Don't know about the pop-up, but I usually avoid things like that and proceed directly to my account to deal with these things.

  • Update supplier bank account details using open Interface

    In R12, how do you update/create the supplier bank accounts for existing supplier and supplier site? Is it correct that the bank account details cannot be
    imported individually and it can only be imported along with the supplier or supplier site? Please provide the steps if we can update the bank account details (like the import program and all that?)
    Thanks in advance!
    -Shirish

    One of the reason of this error is incorrect object_version_number. In API iby_ext_bankacct_pub.update_ext_bank_acct there is a parameter p_ext_bank_acct_rec, in this record type one field is object_version_number. Pass the correct version number which is same as for the given bank account.
    Below is the query to find the correct object_version_number --
    SELECT object_version_number
    FROM IBY_EXT_BANK_ACCOUNTS
    WHERE ext_bank_account_id = <bank_account_id>;
    Thanks,
    PC

  • Payee Bank Account Details

    Hi Experts,
    I am developing a report of remittance advice in R12.
    in that i need payee bank account details(payee bank account number, Payee branch number).
    in front end navigation was
    payables resp-->suppliers-->entry
    in supplers query i queried for any supplier and went to banking details
    here i am seeing branch number and account number fields.
    Could you please tell me which tables store these two fields(branch number and account number of supplier form).
    Thanks
    Ashok
    Edited by: 886640 on Nov 23, 2011 4:27 AM

    Hi experts,
    for supplier detail i am running the following query but output is zero rows.
    please guide me to move forward.
    SELECT party_supp.party_name supplier_name
    , aps.SEGMENT1 supplier_number
    , ieb.BANK_ACCOUNT_NUM bank_account_num
    , 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 1=1
    AND 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.BRANCH_ID=party_branch.PARTY_ID
    AND party_branch.PARTY_ID=branch_prof.PARTY_ID
    AND party_bank.PARTY_ID=bank_prof.PARTY_ID

  • I can't logon onto Telstra Air using My Account details as suggested.

    I can't logon onto Telstra Air using My Account details as suggested in a email I received to get access.

    From the FAQ. Note that the "wifi" username is only used overseas. 
    What’s the difference between the Telstra ID username and the Telstra Air username?
    Telstra ID username is what customers use to log in to My Account and other Telstra online services. Customers will also use the Telstra ID for accessing the Telstra Air Network.  If customers don’t have a Telstra ID, they can register for one online with their account number.
    Telstra Air username ends in .telstra.com and can be used to access the Fon Wi-Fi hotspots when overseas when using the local captive portal to login. The login details can be found in My Account Telstra Air username where users can also reset their password.

  • GL ACcount Detail Report

    Hi,
    I have to write a query with GL account Detail report for the Sales Invoices along with Item level details against that invoice. So i used the ra_customer_trx_all table. When i included this in my query, I get the correct number of records, one receivable account entry and 'n' number of revenue account entries. But since this table doesnt have the item level information. I included the ra_customer_trx_lines_all table, but this gives me too many records.
    Any help on this would be appreicated.
    Regards,
    JA

    Hi,
    ra_customer_trx_all ->
    ra_customer_trx_lines_all ->
    ra_cust_trx_line_gl_dist_all
    ra_cust_trx_line_gl_dist_all stores the accounting entries for the line/invoice.
    But remember you can have lines of line, tax, freight, charges etc. plus the revenue and receivable sides of the accounting entry.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • "search summary region" not in account details page for trx type invoice

    Hi All,
    This is the issue being faced by the customer.
    OIR.CU3 provided an update adding a "search summary region" in account details page.
    After applied CU3, in our development instance, Search summary region is missing in account details page when perform searches with search type: invoice, credit memo or payment. But search summary region is present by search type "all receivables" or "all transaction".
    We do not have any customizations in the account details page. But we do have custom ARI_CONFIG package.
    Custom ARI_CONFIG package is suspicious on this issue based on:
    1) We have custom INV/CM/Payment search codes in the search_custom_trx procedure, which provides the search results in acct details page.
    2) The info displayed in search summay region is based on the search results from ARI_CONFIG
    3) We don't have any custom code in ari_config package in vision and vision shows successfully the search summary region with search by INV/CM/Payment/All_trx/All_receivables.
    Since custom ARI_CONFIG package is supported by oracle customer would liek to know where is the search summary region gets calculated.
    This issue of this section not being displayed is not there when the custom package is not used.
    Please provide your valuable inputs on this.
    SR 7466789.993
    Customer: ADP INC
    Regards,
    Vijaya

    Hi Kumar,
    Thank you very much for responding on the query. Can you please provide me the exact file name as the customer would like to know which part of the code (which function call) he should make so that the summary section is seen even when the custom package is used.
    Also can you please let me did even anyone complain that the summary section is not shown when the custom package is used.
    Thanks for your help in advance.
    Regards,
    Vijaya
    Edited by: user782870 on May 6, 2009 2:53 AM

  • All customer account details in sap

    hi all,
    please tell me the t-code which all customer account details in sap, so show the t-code in block/unblock status.

    Search the forum before posting.  TCode VCUST will show the details of customers created in SAP.
    thanks
    G. Lakshmipathi

  • How can I change my bank account details on the iPad

    I have already registered on iTunes but my bank account and email address are different now so I am trying to change this in order to buy an iBook. I am fast running out of patience as the iTunes 'change your account' details section says it's being updated and "sorry for the inconvenience" !
    I have so far spent an hour trying to change am thinking to a trip into whsmith s the better option as I don't want to be billed by the bank that I no longer use as its the only one that I am registered with.

    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/  ....manage apple ID.. Here you can change your email.
    You tried in the App Store, at the bottom of main page, selecting your apple I'd and hitting view apple id? Then you can change payment information.

  • Why firefox wont ask me to enter my mail "Account details (UserName and Password)" for 2nd time, if i open same "mail account" using another session (1st session still "login")

    I opened "yahoomail" in one new tab,mail page asks me to enter "UserName and Password" once typed my details, it allows me to see my mails.Again I opened "yahoomail" in new tab (Still my 1st yahoo mail account in "login" state) to check my other account,this time it automatically allows me to see the previously opened account without asking me to enetr "Account Details"

    All Firefox windows and tabs run in the same "session". You can't open a 2nd account on the same server as the first account without being able to handle "session cookies" for each account.
    Take a look at these three extensions which can handle multiple "cookie sessions", and pick one. <br />
    Multifox: <br />
    http://br.mozdev.org/multifox/ <br />
    Cookie Swap extension: <br />
    https://addons.mozilla.org/firefox/3255/ <br />
    Cookie Pie extension: <br />
    http://www.nektra.com/oss/firefox/extensions/cookiepie/

  • I have a sync key, and have a new computer terminal, but when I enter the account details I created, it syncs nothing with my new computer. How do I fix this?

    I have a sync key, and have a new computer terminal, but when I enter the account details I created, it syncs nothing with my new computer. How do I fix this? There is nothing showing up when I sync with the sync key from my old terminal.

    ''NexGenCN [[#question-1038230|said]]''
    <blockquote>
    I recently had to do a wipe on my laptop. I saved the sync key but there was no mention of a sync account prior to doing the wipe. I saved the key and when I did the wipe it asked me to make an account, which I had not done, but now I am seeing no where to put in a sync key code. did they make them unusable now or something?
    </blockquote>
    You are probably trying to use old Sync with Firefox newer than version 29,
    and they did make old Sync unusable on fresh installations of newer Firefox.
    You can uninstall that newer Firefox, then install Firefox 29 from here:
    https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/29.0.1/
    Apply your sync key code, then update that installation to current Firefox,
    then migrate to new Sync:
    https://support.mozilla.org/en-US/kb/how-to-update-to-the-new-firefox-sync

  • How can I change my bank account details on iCloud ?? I have been sent instructions via email from Apple but they don't appy ? Can anyone help ? Thanks in advance

    How can I change my bank account details on iCloud ?? I have been sent instructions from Apple via email and they don't appy ?? Can anyone help ? Thanks in advance

    You have to change it using iTunes on your computer, as explained here: Change or remove your payment information from your iTunes Store account (Apple ID) - Apple Support.  (This article: iCloud: View or change your iCloud payment information no longer works with iOS 8 or Yosemite.)

  • I can log into my iTunes account but can not access my account details, what's wrong?

    I'm starting a new discussion here even though there is really nothing new to add to this discussion:
    https://discussions.apple.com/thread/3572699?start=0&tstart=0
    I can sign in to iTunes with my apple ID no problem. However when I click account from the drop down menu (by my ID in the right hand corner of the iTunes screen) I get a sign in window in which my ID is filled in but it wants my password which I duly fill in . At this point the window just keeps coming back up for me to fill in. If I fill my password in wrongly I get red text telling me so.
    So basically I can't view my account details even though I'm clearly logged in. I'm increasingly worried because If I can't access my iTunes account data how do I know my credit card is not being used by someone else?
    I'm guessing it's a problem specific to my machine (MBP running up to date Lion) I'm wondering if it could be connected to the safari cookie problem that affects other issues with pop up windows as documented (and solved) here:
    https://discussions.apple.com/thread/3502463?start=45&tstart=0
    Only I don't have that problem any more!
    Help would be very much appreciated.

    Problem solved!
    I started to suspect that the problem was with my computer rather than the apple servers.
    Reparing disc permissions from Disc Utility seemed like an obvious thing to try but I thought I had done this without it working. However on OSX daily  I read..."In mac OSX Lion repairing permissions from the Disk Utility app doesn’t repair the users file permissions"! Hmm nice one Apple- reparing permissions does not repair permissions! It seems that you have to use disc utility from recovery mode.
    I then followed these instructions on OSX daily (dot com)
    Repairing a Mac Boot Disk with Disk Utility & OS X Lion
    Reboot the Mac and hold down Command+R  (To boot into recovery)
    Select “Recovery HD” at the boot menu
    At the Mac OS X Utilities screen, select “Disk Utility”
    Select the boot volume or partition from the left menu and click on the “Repair” tab
    Repair Disk is now possible, click on “Repair Disk” to repair the boot volume
    Now verify disk permissions and repair them
    This solved the problem for me
    Hope it helps......
    Am I allowed to award myself a greenie? Well I'm going to anyway because it was a pile of work getting to the bottom of this and I hope it helps others.

  • We have an Apple id that has a bunch of purchased music on it, but our children have changed the account details and the password, and the secret questions and now we can't remember any of that information, even our birthdays are not correct. HELP???

    we have an apple ID that was set up in my wife's name. The kids have changed the account details and no-one can remember the password. They have also changed the account data and none of our birthdays are recognised by apple. We have no way of re-setting the account. The secondary email address we used when setting up the account is no longer accessible so even this option doesnt work..
    What can we do as we have a large amount of purchased music on this account???

    1. Don't confuse "Apple ID" with iTunes Account ID.  You can have many Apple IDs but only one iTunes account active at a time.
    2. If you "changed" your iTunes account ID, you actually have 2 accounts - one under the old name plus the new name.
    3. You can't merge the accounts - they remain separate.  Apps purcahsed under the old account name will update ONLY WHEN THE PHONE IS SIGNED IN TO THE OLD ACCOUNT NAME  and visa versa.
    4. Likewise, you can sync only the apps, music, media purchased under the account the phone AND iTunes are signed in to.

  • Passing YTD selection from a main query to a detailed query using RRI

    Hi,
    We have created two queries: one main query on an infocube for aggregated data, one detailed query on the feeding DSO for data at the level of sales document items.
    Both queries show monthly and YTD (year-to-date) actual cost figures.
    The user enters for instance the month of 05.2005 on the main query in a variable ZP_MONTH.
    A user exit variable ZS_YTD is calculated so that the interval 01.2005 - 05.2005 is stored in ZS_YTD.
    Revenues in the month are displayed in one column.
    Revenues in the YTD period are displayed in another column.
    Assume the data is displayed by document types.
    Then the user should select the document type and perform a jump target (Goto) to the detailed query to see which sales document items are contributing to the total revenues behind the document type.
    We have defined a ZS_YTD_2 variable on the detailed query.  It is used in the field assignments in the RSBBS transaction to receive the 0CALMONTH selection (in our case 01.2005 - 05.2005).  Then on the detailed query, we defined another userexit variable to capture the selected month based on ZS_YTD_2.
    Our issue is that when the user goes from the main query to the detailed query, the variable screen of the detailed query is being displayed with the variable ZS_YTD_2 open and the user can even change the selection there.
    Is it possible to remove the display of this intermediate variable screen?
    Thanks.

    Well.  If you unflag the variable for ready for input on the detailed query, then it is not possible for that variable to receive the period selected on the main query.  Even worse, the query crashes with the message that the variable is not correctly defined.
    Any other suggestion?
    Thanks.

Maybe you are looking for