AR Downpayment Request To Be Linked With The Corresponding AR Invoice

Dear All,
I created a sales order of amount 100000. Based On this Sales Order I created AR Downpayment Request of 100%  amount i.e 100000. Now I Opened the Incoming Payments Screen , selected the AR Downpayment Request and received the payment of 100000 against It. Later On I created the AR Invoice Based On the Sales Order.
Now My Problem is I can not reconcile the Payment Received against DP request with the AR Invoice. Is this any missing functionality or What|? When I goto into Internal BP Reconciliation , select the customer, then select the Payment received against the DP Request and the Invoice and add, It gives a messege of ''"Payment Transaction Applied to Downpayment request can not be reconciled here"
Kindly Help,
Amol Mangalkar

Hi Amol,
I recommend you to create Journal Entry for reconcile after input AR Invoice.
For example;
1) Input AR Downpayment Request
no Journel Entry
2) Input Incoming payment
Cash $100 / Advance AR $100
3) Input AR Invoice
AR $100 / Sales Revenue $100
4) Input Journal Entry <== you need it
Advance AR $100 / AR $100
5) Reconciliation
for each Advance AR account, AR account
I hope above sample helps you...
Thanks,
Kaori

Similar Messages

  • Can I use the remote app on my iphone to link with the ipad2 ?

    Can I use the remote app on my iphone to link with the ipad2 ?

    This is to control the music library to be more specific.

  • Oracle E-Business Suite account has not been linked with the Single Sign-On

    We followed this note 1484024.1 to integrate Oracle EBS 12.1.3 with Oracle Access manager 11g R2.
    Integrating Oracle E-Business Suite Release 12 with Oracle Access Manager 11gR2 (11.1.2) using Oracle E-Business Suite Access Gate [ID 1484024.1]
    All the steps have been complete successfully without any errors.
    When the excisistign users trying to login.. they will get the single single OAM page but not able to use their current user id and passwords..
    it says: "Your Oracle E-Business Suite account has not been linked with the Single Sign-On account that you just entered. Please enter your Oracle E-Business Suite information. The next time you sign on with your Single Sign-On account, it will automatically sign you on to the Oracle E-Business Suite using the following account information. "
    Any help greatly appreciated.
    Thanks!

    Hi,
    it says: "Your Oracle E-Business Suite account has not been linked with the Single Sign-On account that you just entered. Please enter your Oracle E-Business Suite information. The next time you sign on with your Single Sign-On account, it will automatically sign you on to the Oracle E-Business Suite using the following account information. "this is expected, if you are linking your existing OID users with existing EBS users.
    When it asks the user information here, enter the EBS username and password.
    The first time users login to ebs, it needs to link that particular usre with a particular.
    The next time you login, it does auto link.
    Please see "Applications SSO Auto Link User (APPS_SSO_AUTO_LINK_USER)" in
    http://docs.oracle.com/cd/E18727_01/doc.121/e12843/T156458T465432.htm
    Thanks

  • Retrieving Data from SQLite and make link with the ID of the retrieved data?

    Hello, first of all sorry if my english is bad as im from Mexico.
    I using HTML/Javascript/SQLite, and im having an issue while retrieving data from SQLite, all my querys work right, but when i try to select an Id, the Name, Firstname, and Lastname and only use the Name, Firstname and Lastname to print on screen and the Id to use as a link or OnClick query with the id more info from the name of the person..
    My SQLite query is the next one.
    var sql = "SELECT [sis_persona].[idPersona], [sis_persona].[Nombre], [sis_persona].[Paterno], [sis_persona].[Materno] FROM  [sis_persona] WHERE Nombre  LIKE '"+ nombre1+"%' AND Paterno LIKE '"+ paterno1+"%' AND Materno LIKE '"+ materno1+"%' ORDER BY [sis_persona].[Nombre], [sis_persona].[Paterno], [sis_persona].[Materno] LIMIT 20";
    And my ResultHandler is the next one:
        row = document.createElement("tr");
                    cell = document.createElement("th");
                    cell.innerText = "Nombre";
                    row.appendChild(cell)       
                    cell = document.createElement("th");
                    cell.innerText = "Paterno";
                    row.appendChild(cell)       
                    cell = document.createElement("th");
                    cell.innerText = "Materno";
                    row.appendChild(cell)       
                    tbl.appendChild(row);
                    var numRows = result.data.length;
                    for (var i = 0; i < numRows; i++)
                        // iterate over the columns in the result row object
                        row = document.createElement("tr");
                        for (col in result.data[i])
                var ea = result.data[i];
                cell = document.createElement("td");
                var a  = document.createElement( 'a' );
                a.setAttribute('HREF','#');
                var txt = document.createTextNode( ea.Nombre );
                a.appendChild( txt );
                a.onclick = function() {querytest(ea.idPersona);};
                row.appendChild( a );
                row.appendChild(cell);
                            cell = document.createElement("td");
                var a  = document.createElement( 'a' );
                a.setAttribute('HREF','#');
                var txt = document.createTextNode( ea.Paterno );
                a.appendChild( txt );
                a.onclick = function() {querytest(ea.idPersona);};
                row.appendChild( a );
                row.appendChild(cell);
                        cell = document.createElement("td");
                var a  = document.createElement( 'a' );
                a.setAttribute('HREF','#');
                var txt = document.createTextNode( ea.Materno );
                a.appendChild( txt );
                a.onclick = function() {querytest(ea.idPersona);};
                row.appendChild( a );
                row.appendChild(cell);
                        tbl.appendChild(row);
    And this is where i have the problem, it print three times and i dont know how to take print only the result and make a link with the id from the query.
    var ea = result.data[i];
                cell = document.createElement("td");
                var a  = document.createElement( 'a' );
                a.setAttribute('HREF','#');
                var txt = document.createTextNode( ea.Nombre );
                a.appendChild( txt );
                a.onclick = function() {querytest(ea.idPersona);};
                row.appendChild( a );
                row.appendChild(cell);
    Anyone have any ideas?
    Sorry again if my english is bad.
    Thanks in advance

    Hi Prashant,
    Continuation to above my thread. There is a small correction.Directly in lsmw not possible. I uploaded using the same code of lsmw and made one report. Through that i uploaded the data directly selecting the file.
    Regards,
    Madhu.

  • Problem with creating links with the WPC (SP14)

    Hi,
    I have a problem creating links with the WPC (SP14): When I want to create internal links (Browse and select the target item) via the right button (choosing a website as a reference link). If I do so I encounter the problems either that the linked site (outside the WPC) shows a blue background and/ or has no navigation frame (on the left side & no breadcrumb-navigation on top).
    If I create links with the left button in the WPC via URLs I have the problem with the inserted URL, because sometimes (I don't know why und when) some parts of the code in the URL changes, so that the linked Website is empty (besides the navigation fram - the content isn't displayed anymore). To me it looks like as if the originally website cannot be "found" anymore.
    Does anyone has the same problems and is eventually able to help me? This would be really great. Thanks!

    Hi,
    you have also to deploy the following file from Service Marketplace:
    Patch for SP14 for KMC WEB PAGE COMPOSER 7.00
    Than it will works. The best way is you deploy WPC SP 15.
    If you want i can send you this file via email.
    regards,
    Sharam
    Edited by: Seed mopo on Apr 28, 2008 11:45 AM

  • Whenever I click on a link with the middle-mouse button, it opens multiple copies the link instead of only one (Version is 4.0.1).

    Whenever I click on a link with the middle-mouse button, it opens multiple copies the link instead of only one (Version is 4.0.1). I have checked the mouse in other browsers and it doesn't behave oddly in them.

    Does that happen if you {Ctrl + Click} the same hyperlinks?

  • Have a question to ask ... I bought, at the time, the update of Adobe Audition CS6, being already in possession of the CS5.5 version. Since I had to redo the operating system (windows 7 professional 64-bit), reistallando program CS6, with the correspondi

    have a question to ask ... I bought, at the time, the update of Adobe Audition CS6, being already in possession of the CS5.5 version. Since I had to redo the operating system (windows 7 professional 64-bit), reistallando program CS6, with the corresponding serial number in my possession, I noticed a malfunction that is:
    importing a musical motif and starting the program, clicking on play, I do not play any pattern or song despite being in operation.
    I reinstalled the program, but without any result. What do I do? Thanks.

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • My Tags that started with a number are gone! I've tagged links with the tag: "3D". they are not in my tags!

    I have tagged quite a few links with "3D" : examples of pages that used 3D in their webdesign, interesting 3D software,3D tutorials... They are all gone!
    I have found, for example, the tag "+eclectic" . So extra characters ARE used in tagging.But nothing that has been tagged with a number is in my bookmarks :-(
    Maybe Mozilla should warn users not to tag using a number?
    Thanks a lot for any help!

    As best as I can tell, 20ms is around the "sweet spot". I've tried it at 10ms and almost immediately started getting faults. At 20ms it's a bit intermittent- sometimes it'll run fine for several minutes and then get a fault, sometimes not. I've tried running at 30ms as well but it's hard to prove a fault would *never* happen.
    Part of my problem is that I don't understand what all needs to happen during this timeframe. Is this an internal loop that's running too slowly, or is my Axis interface code running too slow? Would having too many front panel controls/indicators slow down FPGA access? Should I be using some type of buffer to send configuration data, and keep front panel controls to a minimum?
    I understand that front panel controls can use up memory in an FPGA, but I've got enough space, so I assumed that would be OK, but I'm certainly not sure about any of this as it's all quite new to me.
    I did go ahead and start a service request, but I noticed it was possibly a 2-day turnaround. I'm hoping someone can give me a hand on the forums as that's both quicker and more easily accessible for future users with similar problems.
    Edit: I just did a run at 30 ms, and got the fault about 6 minutes into the run. I've got the RT VI running with the front panel on my computer, along with the Distributed System Manager, and am working on other things while it runs. Not sure how repeatable this will be but take it as it is.

  • Creating a link with the Link Tool

    I used the Link Tool to create a Link in my pdf file.  The link is set to open a website file.  I created 2, one with just a little text and the other was a picture that was 200 X 300 px.  When I follow the links, each is opening a full web page.  I expected that with the Text link because I put the text on an html page but the picture I sized to the 200X300 but that opened a full web page also.  When setting up the link to the Web File I did not see an additional settings as far as how to open the web page such as _parent or _child etc.  I believe it is normally the Target.
    Does anyone know how I would either do this with the link tool or know of a better way to do it overall?
    Thanks
    Bob

    Hi,
    You may be confusing HTML markup for links with PDF links.
    In PDF, HTML markup is not applicable.
    So "target_xxxx" or any other HTML 'stuff' cannot be used.
    For the graphic file (JPG, PNG, whatever), make a web page file that is configured to display the graphic file in a manner you desire.
    The web link you set in the PDF, with Acrobat, will result in this web page file opening.
    This is the file that will control how the graphic is rendered.
    If needed, a resource for HTML "how to" is W3 Schools.
    Be well...

  • When clicking links from Thunderbird, Firefox creates a new link with no data, I have to click again to create a new link with the correct url

    When I click a link in thunderbird and also on firefox it creates a new tab with nothing in it, a blank web page. If I click the link again it creates a new tab with the link. If i click it again, a blank tab, click it again,new tab with the correct info. It seems to work only on the even numbered clicks not the odd ones.

    If you delete all the Adobe Reader stuff it will probably fix this. For almost everything, the Apple pdf handling works better.

  • Database link with the alias and full description in the connect string

    Hi,
    i have created database link with alias in tnsentry and full description
    and suppose i have removed the tnsnames.ora file what will be the impact on the database link that is whether database link will work or not i am sure db link created with alias won't work and how about db link created with full description and which one you prefer
    Thanks

    # Parameter file initora for Database prd
    ### Global database name is db_name.db_domain
    global_names = TRUE
    db_name = prd
    db_domain = world
    # TNSNAMES.ORA for prd ###############################
    prd.world = (DESCRIPTION = (ADDRESS = (COMMUNITY = tcp.world)
    (PROTOCOL = TCP) (Host = 100.10.100.1) (Port = 1521))
    (CONNECT_DATA = (SID = prd) (GLOBAL_NAME = prd.world)
    (SERVER = DEDICATED)))
    Our database link points from the local database test to the remote database prd. Therefore we need the global database name for prd. Ask the remote database administrator for these information or connect to prd and execute the following query on prd:
    SQL> select GLOBAL_NAME from GLOBAL_NAME;
    GLOBAL_NAME
    prd.WORLD
    CREATE DATABASE LINK prd
    CONNECT TO system IDENTIFIED BY system_passwd
    USING 'prd';--- alias
    so the connection description will be ---select ename from [email protected]
    useful link
    http://www.akadia.com/services/ora_dblinks.html

  • Automatic Change of Apple Id to the email linked with the ID

    Hi all,
    recently i tried to log into my apple id on itunes to get few apps. However, to my surprise, i found that my apple id which was earlier like an email id, has been changed to the email linked with it and i am not able to download any updates for the apps purchased. As on my apps, the owner is listed with my previous id and now the id is different from the original. Please suggest.

    No. As noted in the email Apple sent you and the support article you came here from, it is an additional email address - nothing more. There is no mention of AppleIDs.

  • How can I customize the behaviour of clicking a link with the middle mouse button?

    I just upgraded to Firefox 24ESR as part of an update of CentOS 5 (RHEL5) and now middle clicking on a link opens the link in a tab and not in a new window (like it did with Firefox 17ESR). I want to restore the middle click on a link behaviour to what it was under Firefox 17ESR. I *hate* tabs and don't want them, ever.

    Hello,
    To fix this, please go to the Firefox Preferences panel, and make sure the ''Tabs'' > ''Open new windows in a new tab instead'' preference is not checked.
    Then, type "'''about:config'''" in your location bar. In the page that appears, please click the "I'll be careful" button. In the search bar at the top of the page, type "'''browser.tabs.opentabfor.middleclick'''." Set the preference that is shown to '''false''' by double-clicking it.
    Hope this helps!<br>
    - Josh

  • My contacts have not linked with the email when I want to send - why???

    I have just downloaded Mozilla Thunderbird and imported my contacts as directed. When I go to send an email to any of my contacts the contact list does not appear. When I manually type the address it does not link with my contacts.
    I am sure there is something very simple I am not doing, but I need to know what that simple thing is!!!
    Thanking you in advance
    Anna Sharratt

    Good afternoon!
    Have you followed [https://support.mozilla.org/en-US/kb/thunderbird-and-gmail#w_useful-add-ons this guide] in order to setup your contacts? I personally recommend the Google Contacts add-on.
    After configuring it, make sure your contacts are synced to Thunderbird by opening you Address Book and looking under the "Gmail" session.
    Wolfgang Marcos

  • BIS Not Linking with the Phone

    Good afternoon,
    Somewhat confused as to why my Curve is now not allowing me to link any email accounts to the phone via the Setup function. I am on a plan that allows this with O2 and I have confirmed this with their support team.
    Essentially, if I go onto the Menu then Setup and Email Settings I'm presented with a screen titled "BlackBerry Internet Service" and "Existing Users".
    I have tried my BIS username and password, individual account username and passwords but neither work. Strangely if I put an email account address in and click on 'Ok' I get an error saying the entire field is empty.. which it isn't.
    Any ideas?
    Thanks,
    Harry.
    Solved!
    Go to Solution.

    Please try this FIRST, using your BlackBerry browser...
    1)
    • Go to mobile.blackberry.com
    • Scroll down to Communication and then to Email.
    • Choose the appropriate email set up options.
    If that works and completes your email setup/editing, good.
    If not, follow these additional instructions:
    2) Register HRT: (OS5) Home Screen > Options > Advanced Options > Host Routing Table > Scroll to any line entry and > press the Menu key > and then click Register Now. If you have an OS 6 or OS 7 device, Look at Options > Device > Advanced > Host Routing Table, etc.
    3) Resend Service Books: Article ID: KB02830 How to send the service books for a BlackBerry Internet Service account. http://www.blackberry.com/btsc/KB02830
    4) Then, with the BlackBerry device POWERED ON, remove the battery for a minute, and then reinsert the battery to reboot. A reboot in this manner is prescribed for most glitches and operating system errors, and you will lose no data on the device doing this.
    5) Now, return to the 1) mobile.blackberry.com email setup as mentioned above and follow that.
    Hopefully that will get things going again for you!
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • While posting material in mb1c i am getting error message period 012/2006

    hi every one how ru n advance happy new year while i was posting stock in mb1c i am getting an error message period 012/2006 is not open for account type S and G/L account 799999 so plz anyone help me in solving this error. thanks & regards venuprasa

  • Domain did not find after 2 weeks

    Hello everyone We have both Macs and PCs with 1 Mac Server 10.4.8. The PCs have to join the domain. We created PDC with domain: MEDIER. It was working good. But new PCs could not find MEDIER after 2 weeks. So I have to stop service and restart servic

  • Robohelp vs Webworks

    Hi All, I am the lone writer at a startup and I need to pick the online help tool. I showed my manager Webworks (she has no documentation background) and she thought it was very cool. Since then I have gone to the STC conference and learned that Webo

  • Safari Does Not Clear History

    If I Reset Safari or Empty Cache or Clear History when I go to the address bar and type any letter--I get a long list of all the websites visited. While this is not a big deal for my home computer I do not like this to occur on my work computer. Is t

  • Which recent Macs run OS9 best in Classic Mode?

    I'm not sure if I'm posting this in the proper forum. I wasn't sure where to post. I have a old Power Mac tower with OS9 that's taking up a lot of space and I'd love to get rid of it. I've been using OSX on my laptop for years. The problem is that I