Purchase total amount Amount

Hi,
In oracle EBS 11.5.9, I need to get the corresponding table field of Purchase order application ie
Purchase Buyer-> Purchase order Summary-> Total amount.
or Purchase order header-> Amount.
From which table field can I retrieve this data.?
Is it PO_header_all or any summation of fields of po_lines_all ?
Please reply in this regard?

Hi Mr. Sandeep Gadhi,
Thanks you very much for the response. But the problem still unsolved. The details giving below
In this case there were four line items in PO_LINES_ALL table. Due to some problem in a customized form I deleted one line, manually from PO_LINES_ALL table. And created a new PO with this item.
But after deletion of the line item, the total amount in the 'Purchase order summary' form it is coming the same amount. ie the amount of deleted item not deducted form total of the corresponding PO_header.
If Any solution for this please reply?
With regards Naseer

Similar Messages

  • My name is Sabahattin Bodur. I purchased Macbook Air (MBAIR 13.3/2.0/8/512Flash). The price is $ 2,199.00 (total invoice amount is $ 2,338.64). When I check on your website, the price of this merchandise looks as $ 1,199. I feel that I have paid more than

    My name is Sabahattin Bodur. I purchased Macbook Air (MBAIR 13.3/2.0/8/512Flash). The price is $ 2,199.00 (total invoice amount is $ 2,338.64). When I check on your website, the price of this merchandise looks as $ 1,199. I feel that I have paid more than it costs.
    Please kindly clarify the situation and inform me.
    Invoice date      : June 27, 2012  12:25 PM
    Invoice number : *************
    Part number       : MD846LL/A
    Serial number     : C0******F57J
    Kind Regards,
    Sabahattin Bodur
    <Edited by Host>

    Thank you for reply Ralph. When I check the system summary on my Mac, I find the following info. It looks like system has not been upgraded. I appreciate if you share your opinion with me.
    Regards,
    Model Name:          MacBook Air
      Model Identifier:          MacBookAir5,2
      Processor Name:          Intel Core i7
      Processor Speed:          2 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache (per Core):          256 KB
      L3 Cache:          4 MB
      Memory:          8 GB
      Boot ROM Version:          MBA51.00EF.B00
      SMC Version (system):          2.5f7
      Serial Number (system):          C0******57J
      Hardware UUID:        ****
    <Edited By Host>

  • SQL Query to Calculate Total PO Amount

    Hi,
    I'm trying to create a Purchase Order view that includes Total Po Amount. Has anyone done this before and can provide me with the SQL? Or advice on how to write the query to calculate the po_line amounts for each po number?
    I've looked in the POXPOEPO.fmb form for the calculation(code) and looked at several APPS views(ie. PO_Headers_Inq_V) without any success.
    Any help would be appreciated.
    Thanks
    Tony

    Tony, I think this will help you:
    select sum(pl.unit_price * pl.quantity)
    from po_lines_all pl
    , po_headers_all ph
    where ph.segment1 = 1004257 -- po_number
    and ph.po_header_id = pl.po_header_id
    Regards,
    Ricardo Cabral

  • PO with Total Price amount calculated is incorrect at the time of printing.

    Hi Experts,
    I have one PO with Total Price amount calculated is incorrect at the time of printing.
    When my  user took the first print out the PO shows the incorrect Total amount.
    After 10 mins my user taken the printout again,that time it shows the Toatal Price value is correct amount.
    How i can analysis this type of BUG..!!!
    I am thinking it might be BUG...???
    Please advice with you valuable inputs.
    Best Regards,
    RK

    Hi,
    Are you using the standard programm and print form or are you using your own?. Most of the printing issues happens because of own programms. Try with the standard and then you will be able to see why is this happening.
    Best Regards,
    Arminda Jack

  • Total balance amount not displayed correctly

    i have shown my table below my problem is that the balance amount being displayed on form displays the total balance amount and total balance amount being displayed is the sum of all balance amount,hence the final total which iget at the end is incorrect and a huge amount,, while balance amount should be equal to expected amount and total balance amount should be total of all balance amount..less any payments made by the client..
    i have displayed below only the part of script...
    htp.listHeadOpen;
         htp.listHeader('Date',null);
         htp.listHeader('Min',null);
        htp.listHeader('Units',null);
         htp.listHeader('Tx Prof',null);
         htp.listHeader('Prog',null);
         htp.listHeader('Activity Code <img src="/images/cl2_help.gif" ALT="Activity Code Display" height="16" width="16" border="0">',null);
         htp.listHeader('Location',null);
         htp.listHeader('Payor',null);
         htp.listHeader('Auth#',null);
         htp.listHeader('Status',null);
         htp.listHeader('Billed',null);
         htp.listHeader('Billed Amount',null);
         htp.listHeader('Expected Amount',null);
         htp.listHeader('Balance',null);
         htp.listHeadClose;
    --billed
               begin
                  select decode(ci.approved, 'Y', 'Yes', 'No') into h_billed
                     from claim_item ci
                     where claim_item_id in (select claim_item_id
                                                             from claim_item_line cil
                                                             where ci.claim_Item_id = cil.claim_item_id
                                                             and cil.claim_item_line_id = c_claim_item_line_id);
                  exception when no_data_found then
                     h_billed := null;
                  when too_many_rows then
                     h_billed := 'Yes';
               end;
    if c_type in ('C')  then
                  begin
                     select decode(ci.approved, 'Y', 'Yes', 'No') into h_billed
                        from claim_item ci
                        where claim_item_id in (select claim_item_id
                                                                from claim_item_activity cia
                                                                where ci.claim_Item_id = cia.claim_item_id
                                                                and cia.claim_item_activity_id = c_claim_item_line_id);
                     exception when no_data_found then
                        h_billed := null;
                     when too_many_rows then
                        h_billed := 'Yes';
                  end;
               end if;
    --balance amount
               if h_claim_Item_id is not null then
                  begin
                     select balance_amount into h_bal_amt
                        from claim_item
                        where claim_item_id = h_claim_item_id;
                     exception when no_data_found then
                        h_bal_amt := 0;
                  end;
               else
                  h_bal_amt := 0;
               end if;
               if temp_claim_item_id is null or temp_claim_item_id != h_claim_item_id then
            h_total_bal_amt := h_total_bal_amt + nvl(h_bal_amt,0);
           end if;
    htp.listData('<B>Total reflects the client balance for the services listed.  To view the total client balance you must view the Complete Transaction History.  The calculation use for the TOTAL amount is, the total amount of the services on THIS screen minus any payments which have been received and have not been applied to services.</B>',11);
         htp.listData(nvl(to_char((nvl(h_total_bal_amt,0) - nvl(h_cl_bal,0)),'$999,999.90'),0));

    This question probably belongs in the Application server forum under the mod_PLSQL heading.

  • HT3702 My credit card was charged for two purchases in the amount of 14.95 each. I did not authorize these purchases. The purchase dates were 12/24 and 12/25.

    My credit card was charged for two purchases in the amount of 14.95 each. I did not authorize these purchases. The purchase dates were 12/24 and 12/25.

    Contact Apple at:
    https://expresslane.apple.com/
    Have you downloaded any apps on an iPad/iPhone for kids? If so you may have in-app purchases enabled for free games or similar, and they've racked up charges for you.

  • User Exit or BADI  to get the Total Tax Amount in a New PO (ME21M)

    Hi,
    Can somebody tell me any user exit or BADI I can look at to get the total Tax amount of a new PO, after user press SAVE button and before data is written to tables (EKKO, EKPO etc).
    Key requirement here is AFTER save button is pressed and before data is written to tables. I want to do some validation before data goes in the table.
    Thanks in advance.  Please help me.

    Dear MiniSap..
    Maybe you can use function PRICING or CALCUALTE_TAX_ITEM .
    Best regards,
    Ale

  • Variance for total invoice amount

    Hi Experts,
    Please advise which variance i can use for total invoice amount. We have price and quantity varaince at item level. But at header level for total invoice amount there is no variance. User is able to enter any amount and it is going to "Inventory Small Diff" account. Please advise.
    Regards,
    Kamal

    Hi,
    You can set tolerance limits with t-code OMR6, if the amount is greater than the limit, system will block the invoice verification, doesn't post!
    Hope can help you!
    Good day
    Tao

  • Rate - How to get the total invoice amount?

    Hi Experts,
    I need assign the 'total invoice amount' to an operand then do some discount calculation. The question is how I could get it. I tried COMPUT99, but it doesn't get anything.
    Thank you,

    Hi - Why don't you use DISC*  ( discount ) variant programs instead of comput99 , you can create a custom variant and fetch the invoice value from ERDK .
    Regards,
    Shekhar

  • FM for giving the total bill amount for a specific billing month in IS-U

    Can anybody help me with a function module which will give sum for all the bill amounts shown in transaction code EA22 in IS-U.
    I just want to know the total bill amount for given billing period but through a FM.
    Thanx in advance.

    Hi Vinay, check out this as it may be of some help 4 u.
    In the fM "BAPI_BILLINGDOC_CREATEMULTIPLE",
    In the tables Parametr , u need to pass BILLINGDATAIN which contains the SD docu No (REF_DOC).
    The following are the Required entries :
    BILLING_DATA_IN-SALESORG
    BILLING_DATA_IN-DISTR_CHAN
    BILLING_DATA_IN-DIVISION
    BILLING_DATA_IN-DOC_TYPE
    BILLING_DATA_IN-ORDBILLTYP
    BILLING_DATA_IN-SOLD_TO
    BILLING_DATA_IN-ITEM_CATEG
    BILLING_DATA_IN-REQ_QTY
    BILLING_DATA_IN-SALES_UNIT
    BILLING_DATA_IN-CURRENCY
    If a material is billed for which a material master needs to be
    determined (BILLING_DATA_IN-NO_MATMAST = ' '), you must make the
    following entries :
    BILLING_DATA_IN-PLANT
    BILLING_DATA_IN-MATERIAL
    If, on the other hand, a material is billed for which no material
    master is to be determined (BILLING_DATA_IN_NO_MATMAST = 'X'), you
    must make the following entries :
    BILLING_DATA_IN-COUNTRY
    BILLING_DATA_IN-MATERIAL
    BILLING_DATA_IN-TAXCL_1MAT
    pls reward if helpful.
    cheers,
    Hema.

  • HT4009 still not installed what i purchased but the amount already deduct please help me..

    till not installed what i purchased but the amount already deduct please help me..

    Assuming that you are referring to an in-app purchase, then if you haven't received it then try the 'report a problem' link to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • HT4859 I have iCloud for my iPhone, my daughters iphone and 2 of my ipads and have purchased the max amount of storage I can but still get a message saying i don't have enough space to store anymore. Do I need to put each device on their own account?

    I have iCloud for my iPhone, my daughters iphone and 2 of my ipads and have purchased the max amount of storage I can but still get a message saying i don't have enough space to store anymore. Do I need to put each device on their own account?

    adkennon wrote:
    And maybe you don't talk to too many people but I've been on many forums on different websites where people have had similar problems and a lot of people in the store were having battery problems where they were draining too fast. What I learned is that all the people who did not download the updates are good. There phone is working the same. The people who have, they're having battery problems
    I have downloaded every update and my battery life is better than any previous iPhone I have ever owned. I see posts from hundreds of people every day, and this is not a commonly reported problem. While there are a few random reports of battery problems, it is no more than I have seen for any other model or any other version of iOS in almost 8 years. Usually problems of rapid battery drain can be traced to bad apps (FaceBook is the worst offender) or corrupt data being synced from iCloud or other sources (gmail, Windows Live, Yahoo, etc).
    The simple test is to restore the phone as New. Do not create any email accounts. Do not install any apps. Do not enable FaceTime or iMessage. Do not enable Twitter or any other social networking app. Use it for a day and check the battery usage. You will find that it is working well.
    And also see this: http://www.overthought.org/blog/2014/the-ultimate-guide-to-solving-ios-battery-d rain. It is the best treatise I have seen on the subject of battery usage.

  • I'm in a bind... Over the years I have purchased a good amounts of apps. Some has hacked my apple I'd changed my security questions and was charging me money every month. When I went to cancel the purchases through my bank my account was disabled. Help me

    I'm in a bind... Over the years I have purchased a good amounts of apps. Some has hacked my apple I'd changed my security questions and was charging me money every month. When I went to cancel the purchases through my bank my account was disabled. Help me

    No I did not change the email that I used to create the account.... Someone made new security questions and when I went to change them I had to verify and it sent the answers to an email address... Get this though... The email address that it sent the answers too waste letters in the middle were starred out like this t*****@aol.com. That's not my email. Why did it not send the questions to my apple ID email account right? if you know how to change the email to a new one that would be awesome if you could share that info with me.

  • How to fix the issue Total CN amount show in FSCM not tally with total CN amount in GSAP?

    Hi ,
    How to fix the issue that is Tolat CN amount show in FSCM not tallying with Total CN amount in GSAP?
    Can somepone reply for this asap ?

    Hi Janet,
    Use the transaction ABF1 PK 70 and 75 fill in the g/l account from the asset and  TType 100. Don't fill in asset number.
    Give only for this case authorization for ABF1 when the values are ok take away this authorization

  • Get Material history purchasing qty and amount

    I want wirte a report to get the material history purchaseing qty. and the amount. Whether there are some function can help me to take this?
    Material No.     /    Description      /       Qty of Pur. In 2007      /       Total Amount in PO in 2007(USD)
      M1                 /      Mxxxx          /             2000.00                /                 30000.00
    Edited by: Bean Dou on Dec 15, 2008 2:28 PM
    Edited by: Bean Dou on Dec 15, 2008 2:29 PM

    Hello Bean,
    There are unfortunately no FMs which can help your case :-((
    I think you have to use the combination of EKKO, EKPO & EKBE tables for this.
    You can always validate your report against ME2M trxn as suggested by Gautam.
    BR,
    Suhas

Maybe you are looking for

  • Database Error "no suitable driver found..." (WIS 10901)

    Hello, have a ZCM 11.2.1 with Primarys (SLES 11 SP1) and external MS-SQL-Database (Win Server 2008 R2). Month ago, we aditionally setup a Reportingserver in ZCM 11.1 and all worked fine. Made the "ZENworks11SP2_ReportingSP4 patch" and it was OK too.

  • SharePoint 2013 - Split comma separated Column in to different row items in SharePoint 2013 Workflow or Event Handler

    I have a requirement to take a String column that allows multiple fields i.e. "101;102,103,104", and using a SPD 2013 workflow I want to split there values and then insert each Values into different list as separate items. Eg: I have a LIST A with th

  • Need Help Disabling Phone of Palm Treo 700w!!

    Hi all -  I recently bought a cheap, used palm treo 700w to use as a PDA only; I have specific programs that need to run on a windows mobile 5 PDA, and the treo was much cheaper than an ipaq or other handheld device. However, the phone still has the

  • Podcasting

    I've posted a podcast and received an approval from iTunes. http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=179235600 However, when I click on that link or on my .rss file http://djdavematthias.com/Podcasts/Music.rss My artwork does

  • PDF's won't open or get corrupted

    I have downloaded 3 x PDF's, one works perfectly, one has some pages twisted (standing on their sides) and one won't open at all (this one is a larger file) they are all presentations...........any ideas for resolution??? I'm  not tecci!