For the purchase of query tables

Helloo

What are the names of table for the fields of purchase please

Responsibility-purchase-purchase orders

1. the amount

2. ship - to

3 status

Responsibility-purchase-purchase orders

4 category

Divided into category group and class



5 closure status


Navigation - Summary of purchase PURCHASING order-

What table to find the following for purchase orders?

6 Cancellation Date

7 cancellation reason

In the PO_LINE_LOCATIONS_ALL where I can find the next field?


8. remaining quantity



Thank you


See query below that can help you. I use query on rcv_transactions to see what was received in a first time, but has not yet received in the second stage. You can also consult the lines of distribution to see how much has been ordered and delivered, but know that you can have several distributions for each line...

SELECT P.Segment1 PO_Number
, P.Closed_Code
, P.Cancel_Flag
, LOC. Location_Code
, L.Line_Num
, L.Quantity * L.Unit_Price amount
, Category Cat.Concatenated_Segments
, CAT. Category_Group Segment1
, CAT. Category_Class Segment2
, L.Cancel_Flag
, L.Cancel_Date
, L.Cancel_Reason

, (

SELECT Sum (DECODE (T.Transaction_Type, 'RECEIVE', T.Quantity * T.Primary_Quantity, 'RETURN to RECEIVING', T.Quantity * T.Primary_Quantity,-T.Quantity * T.Primary_Quantity))

OF rcv_transactions T

WHERE T.PO_Line_Location_Id = PL. Line_Location_Id

) Qty_To_Be_Delivered

SAY. Quantity_Ordered

SAY. Quantity_Delivered

OF PO_HEADERS_ALL P

, PO_LINES_ALL L
, LOC HR_LOCATIONS
, mtl_categories_kfv cat
, PO_LINE_LOCATIONS_ALL PL
, PO_DISTRIBUTIONS_ALL SAID
WHERE P.Segment1 '2564686' =
AND P.PO_Header_Id = L.PO_header_Id
AND L.Category_Id = the cat. Stuff
AND P.Ship_To_Location_id = LOC. location_id
AND L.PO_Line_Id = PL. PO_Line_Id
AND L.PO_Line_Id = TELL. PO_Line_Id

;

Tags: Oracle Applications

Similar Questions

  • How it warns Oracle to use an index for the join of two tables...

    How to prevent the Oracle to use an index for the join of two tables to get a view online that is used in an update statement?

    O.K. I think I should explain what I mean:

    When you join two tables that have many entries sometimes there're better is not to use an index on the column that is used as a criterion to join.

    I have two tables: table A and table B.

    Table A has 4,000,000 entries and table B has 700,000 entries.

    I have a join of two tables with a numeric column as join criteria.

    There is an index on this column in A table.

    So I instead of
      where (A.col = B.col)
    I want to use
      where (A.col+0 = B.col)
    in order to avoid Oracle using the index.

    When I use the join in a select query, it works.

    But when I use the join as inline in an update statement I get the error ORA-01779.

    When I remove the '+ 0' the update statement works. (The column is unique in table B).

    Any ideas why this happens?

    Thank you very much in advance for any help.

    Hartmut cordially

    You plan to use a NO_INDEX hint as shown here: http://www.psoug.org/reference/hints.html

  • A Message in a rectangular box "Messages Agent wants to use the 'Local products' kenchain. appearing on the screen and ask for Keychain password password.  This started after I changed the password of Apple resulting for the purchase of a new iPhone

    A Message in the box 1. "Message agent wants to use the 'Local products' kenchain. "is appearing on the screen and ask for Keychain password password.  This started after I changed the password of Apple resulting for the purchase of a new iPhone.

    My iPhone 5 has been damaged and the screen was not visible.  As a result, I couldn't open the iPhone.  I bought 5 s iPhone and when I got to connect with the iCloud

    I remember the answers to security questions.   The seller must change the password and enter new answers to security questions, I did.  This happened in Bangalore.  When I'm home in Ernakulam, Kochi (India), where I has the Air of Mac, Ipad and my wife had another iPhone and laptop computer Dell, these problems began to come up on the screen and blocks the screen.

    Four Messages are appearing: the first is on the top.

    Other messages are:

    2. ' cloudd wants to use the kenchain 'local products '. '

    appearing on the screen and ask for Keychain password password.

    3. ' com.apple.iCloudHelper.xpc wants to use the kenchain 'local products '. appearing on the screen and ask for Keychain password password.

    4. ' cloudpaired wants to use the kenchain 'local products '. ' is appearing on the screen and ask for Keychain password password.

    It of an upheaval and please suggest how to solve this problem

    Hello remy!

    I see that you are either prompted by iCloud Keychain with various alert messages.  I know it's important to have iCloud Keychain works correctly and I am pleased to offer you an article that should help you.  Please follow the instructions in the following support article:

    If your Mac keeps asking for the password in the keychain

    Thank you for using communities of Apple Support.

    See you soon!

  • copy of invoice for the purchase of Vista Ultimate buy windows 7

    I bought my windows vista Ultimate edition microsoft online, but I couldn't keep the proof of purchase (I found a transaction that has been tempted to msft for the purchase of VISTA in my payment by credit card on 10/17/2008). Please help me how can I get information to get proof so I am able to buy windows 7 purchase.

    We are dealing with the problems of Windows Update in this forum, do not upgrade Windows problems. Please repost your question here: http://social.answers.microsoft.com/Forums/en-US/w7install/threads ~ Robear Dyer (PA bear); MS MVP (that is to say, mail, security, Windows & Update Services) since 2002. DISCLAIMER: I do not represent nor don't work for Microsoft

  • I want to know if I need to install Vista on it for the purchase of a Windows 7 upgrade edition?

    Editions of Windows upgrade

    Hey guys, I have a Windows Vista free disk and I'm building a new pc. I plan Windows 7 Pro, but I want to know if I need to install Vista on it for the purchase of a Windows 7 upgrade edition, or can I use the product key that came with Vista, when you install the updated version?

    In order to use the versions of Windows 7 upgrade, you must have a previous qualification license installed (Vista or XP), Windows 7 upgrade must be a compliance check. There is no need to activate it if.

  • FRM - 40603:Records is no longer reserved for the update. Query for changes

    Hi I have a form that has been developing 6i and upgraded to 11g form work well in 6i, but when I try to do the same function in 11g get this error

    FRM - 40603:Records is no longer reserved for the update. Query for changes
    When I commit this execute_query (for_update); It is the form to clear values when it loads, the error comes when I try to delete

    How can I do this

    Action: If you want to change the block, you will need to re - interview.

    Captureerror3.PNG

    I use When-Timer-Expired (WTE) trigger

    You have a 'relationship' defined between the blocks of your master and detail? If so, simply update your master block and the block of details will automatically be re-interviewed. If you cannot use a relationship, then you can use can create a timer in the trigger that updates the database, then in the trigger When-Timer-Expired (WTE) you can go to the retail block and run a query. For example: / * the sample on change trigger * /.

    DECLARE
      timer_id  TIMER;
    BEGIN
    ....your code here that performs the update....
      /* Now create an instance of a timer */
      timer_id := Create_Timer ('upd_detail',1,NO_REPEAT);
    END;/* Sample Form Level When-Timer-Expired trigger */
    DECLARE
      timer_id  TIMER;
    BEGIN
      -- Find the timer first
      timer_id := FIND_TIMER('upd_detail');
      IF NOT ID_NULL(timer_id) THEN
          GO_BLOCK('DETAIL_BLOCK');
          Execute_Query;
      END IF;
    END;
    
  • Advice for the purchase of the license

    I have a question for the purchase of licenses as a freelance motion designer.

    I have a desktop computer and in the near future a laptop. With a single member, I could install the CC apps on both devices.
    But I probably have another office machine.

    Up to 3 computers.

    -The main machine in the Office

    -Laptop

    -A 2nd machine dekstop

    This 2nd machine will mainly serve as an extra for 3D machine makes rendered. Most of the time you don't need extra to make power for After Effects or Premiere projects, but if ever there is a big project where my main machine blowing steam because of all the hard work and I want to be able to make a video on the second machine. Do I need a full license for Creative Cloud must be able to go on this machine?

    Or could I (for example) install only Media Encoder on the 2nd machine and open a project of creation or After Effects with whom? Perhaps the first question should be: you can only install Media Encoder on a third computer?

    A single user/subscription license requires that the user not to use the subscription on a machine at any time - it is what you agree to limit yourself to when you accept the license agreement.  If you want to use the software of a subscription to two machines at the same time while you'd have to have two licenses/subscriptions.

  • I bought Adobe Elements with my camera.  Can I switch to Lightroom with some type of credit for the purchase, I already have?

    I bought Adobe Elements with my camera.  Can I switch to Lightroom with some type of credit for the purchase, I already have?

    I don't think that there is any such path upgrade to Lightroom. Lightroom can work with Photoshop Elements or Photoshop as a complementary product to improve and provide features that are not possible in Lightroom itself. For example, with Lightroom, it is extremely difficult if not impossible to remove unwanted objects from an image. Or, there may be sometimes a few necessary dusting that Lightroom cannot do just effectively on its own. If Lightroom offers an easy way to move from Photoshop or Photoshop Elements image in order to more easily accomplish some of these specialized tasks.

  • How can I get an invoice for the purchase of the Adobe program? I live in the Mexico.

    How can I get an invoice for the purchase of the Adobe program? I live in the Mexico.

    Hi Angela,.

    Please consult this document: print a receipt of payment or invoice for your subscription to creative cloud.

    Best,

    Sara

  • How can I download Adobe Acrobat Pro DC since I was eligible for the purchase of teaching Adobe products?

    How can I download Adobe Acrobat Pro DC since I was eligible for the purchase of teaching Adobe products?

    Being eligible doesn't mean you can use the program... you first need to make a purchase

    Adobe in education... Start here https://creative.adobe.com/join/edu

  • I just bought a new Mac and fancy external drive. Because I'm not a geek, I'm not interested in the many fabulous creative cloud features. I don't see a button for the purchase of LR6 by himself on Adobe. Does this mean I should buy elsewhere (B & H)

    I just bought a new Mac and fancy external drive. Because I'm not a geek, I'm not interested in the many fabulous creative cloud features. I don't see a button for the purchase of LR6 by himself on Adobe. Does this mean I should buy elsewhere (B & H) LR6? If I buy Adobe's LR6, is there a price for LR6 special bundle with the last ch?

    Hi Sharon. The bundle special price for Lr and Ps is via the Cloud creative photography Plan. There is no special rate for the non - CC Lightroom version. You can buy the no - CC here version: products

  • memory error. and suggestion for the purchase of new system

    Masters of Hai,

    I'm using a core 2 duo processor system intel centrino, with 4 GB ram 60 GB HDD system and 250 GB extrnal USB hard drive.

    If I run video conversion programs, it starts normally. But when you start adding videos in the Middle, adding video files, it says memory. My system is 32-bit type.

    I am a professional video grapher. Also, I plan to purchase the new system win 7 64 bit system. For the use of related works such as conversation, dvd video and audio creation (professionally) and audio, dubbing programs etc...

    For this type of works, what is the minimum recommended configuration. Should be quickly in the work process, with getting them blocked.

    Hello

    1. may I know which application do you use to convert videos?

    2. where the converted file be saved?

    Please check if you are facing the same question when working in mode safe mode with networking.
    a. restart your computer.
    b. when the computer starts, you will see your computer hardware are listed. When you see this information begins to tap the F8 on your keyboard key repeatedly until you are presented with the screen Windows Vista Advanced Boot Options.
    c. using the arrow keys, select Safe mode with networking option.
    d. press the Enter key on your keyboard to boot mode safe mode of Windows Vista with networking.
    e. when Windows starts, check if the network card is listed. (Use an ethernet connection in SafeMode with networking)

    If the problem exists not in Mode safe run mode startup minimum troubleshooting to find the root cause of the problem:
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135

    (Note: when the diagnosis is complete do not forget to reset the computer to a normal startup.) Follow step 7 in the article above).

    Regarding your query, you can check the system configuration required, printed on the back of the cover of software you are trying to install.

    You can also contact the manufacturer for more information.

    Post back with the State of the question.

  • charged for the purchase, that I don't have them they

    I recently received an invoice by e-mail to Apple for an article that I did not order or purchase. So, I think that my apple account has been compromised.

    I have now changed my password and completed the form 'Cancel and manage subscriptions' but I have not received an email back from Apple about the cancellation of this order.

    Can someone help me find a way to ensure that this purchase not approved is cancelled my account while I am not charged for something that I have not bought?

    Also if there are other forms or a person / group I have to contact in particular with regard to my compromised account I you would be very grateful if someone could let me know.

    Thank you very much in advance for your help

    Camgirl2

    What 'form' have you completed? It is likely to have been a phishing e-mail trying to get the details of your account and payment and not Apple.

    Phishing and similar e-mail: Phishing and other suspicious emails

    The phishing emails: identifying fraudulent "phishing" email - Apple Support

    ITunes real e-mails: identification of legitimate on the iTunes Store - Apple Support emails

    View the purchase history of your account: view the history of your purchases from the iTunes Store - Apple Support

    If it is a real e-mail and it shows on the purchase of your account history, and no one else has access to your account or computers/devices, please contact iTunes Support: https://support.apple.com/contact . And change the password of your http://appleid.apple.com account (which is how you already changed it?) - after changing: what to do when you have changed your Apple ID email address or password - Apple support.

    If it is a phishing e-mail you send to Apple: [email protected] and then delete him.

  • For the purchase of the App - hacking

    When a user buys something of my application, I put a flag in my database indicating that the product was purchased, and it unlocks content in my application.

    So for the sku _myprd_0001 I bought = 1

    I was wondering, is - this easy for a user to hack, could just open my database and the value published in 1 in all my products?

    What is the recommended way to deal with that and piracy?

    Thank you

    Each application gets its own sandbox directory where no other application or the user can access. As long as you store your DB in this directory and not one of the shared directories (videos, camera etc) it should be good

  • Payment for the purchase of Creative problems cloud photography Plan

    I tried to buy the Plan (monthly) of photography CC, but I encountered problems with payment (I used Google Chrome).

    I contacted Adobe Taiwan, and their representative informed me to use another browser; She said that their systems registered as a browser problem.

    I tried to use Safari, but the problem persists. I contacted the Bank for the card I tried to enter, and they replied that they have not received a notification in my attempt to purchase the plan - so that far from all the signs point to the payment of Adobe system does not properly. Can anyone help?

    Thank you in advance.

    Hello

    Contact Adobe sales to Adobe | Sales

    Please write if it helps!

    Kind regards

    Shelly

Maybe you are looking for