How to select from multiple cuts manual header and line in SO?

Hello!

I have several manual discounts header and lines in Advanced Pricing. How to select in orders? I read somewhere that to apply a discount, just go to the line and press the "Discount", but I couldn't find this button anywhere. I remember before I am just pressing the lov (...) in the unit selling price and I can choose manual reduction (if I'm not mistaken), but now, when I pressed it, it only apply the first discount manual I have (I have defined it 2 manual sheds). Can someone help me with this? Is the mentioned "Discount" button was the lov (...) in the unit selling price?

Thank you.

Use the button Actions to "The sight adjustments." That should allow you to see and apply modifiers are qualified to order.

Tags: Oracle Applications

Similar Questions

  • To create an interactive report in the apex by selecting from multiple tables

    Hi, I am creating an interactive report by selecting from multiple tables.

    SELECT w.FIRST_NAME as name, w.SURNAME as name, i.ROAD Road, i.DATE_OF_INC as DATE_OF_INC, S.STATEMENT as a STATEMENT OF Declaration

    JOIN THE

    WITNESS w

    ON w.witness_id = s.FK1_WITNESS_ID

    JOIN THE

    Incident I have

    WE

    i.incident_no = w.FK1_INCIDENT_NO

    JOIN THE

    user_station ps

    ON ps.station_id = i.nearest_station_id

    JOIN THE

    the user in.

    WE

    in. STATION_ID = ps.station_id

    WHERE po.officer_id = 1

    by I continue to encounter this error "the report query requires a unique key to identify each row. The supplied key cannot be used for this query. Please change the report attributes to define a unique key column. "ORA-01445: cannot select ROWID from where sample, a join without key preserved table view '

    So I googled around and found that in the attibutres tables report, I need to change the "LINK" COLUMN so first, I changed "Link to custom target", but the report is so I changed it to "Exclude link Clolumn" again, the report didn't report and I STILL got a blank page with only the tabs.

    I wonder you can not create a report by selecting from multiple tables?

    If you can please I need your help.

    Thank you

    You can, but in this case, it might be easier to build your report tables that are joined Oracle views and then build your report out of the newly built sight...

    Or wrap a selection around your selection with joins, and then make the where clause on the external selection...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Select from a drop-down list and the specified element values are displayed in the textfield

    I need for one to be able to select from a list drop-down and specified the item values appear in textfield.

    For example, if I select Amy

    If I select Bob

    If I select Jane

    Amy

    Bob

    Jane (I want to appear as shown in the list)

    I associated a value to each item in the drop-down list so that the choice is easy to compare and determine what initial (default) value to the value in the text field. In my drop down list change event, I have the following:

    var sNewSel = this.boundItem (xfa.event.newText);

    Switch (sNewSel)

    {

    case '1': / / Amy

    TextField1.rawValue = "Amy \n";

    break;

    Switch (sNewSel)

    {

    case '2': / / Bob

    TextField1.rawValue = "Bob \n";

    break;

    Of course that's not work one name shows at a time. Help, please!

    Thank you

    Don't know what the code is supposed to do, but basically, you want to add the name of the drop-down list the addition on the current value of the TextField? Why not use the dropdownlist display value directly? For example on the change event:

    if ( TextField1.rawValue == null )
        TextField1.rawValue = xfa.event.newText;
    else
        TextField1.rawValue += ( "\n" + xfa.event.newText );
    
  • How to select rows randomly by the percentage of lines by specific column

    I need to select exactly 20% of lines by Department randomly. Ex, table composed of 50 records for the Sales Department, 60 discs for the Department of human resources. I need to get 10 records of the Department sales and 12 records of Department of human resources. but records should be chosen at random. How to get out of it? Thanks in advance.

    Select

    DEPTNO

    count (*) NTC

    WCP

    Deptno group

    DEPTNO CNT

    30 6

    20 5

    3 of 10

    Choose 50% in every department at random

    expected (round up to the next integer)

    DEPTNO CNT

    30 3

    20 3

    2 of 10

    Select * from)

    Select

    EmpNo

    deptno

    , count (*) during the (partition deptno) cnt

    row_number() over (partition by deptno arrested by dbms_random.random) rn

    WCP

    )

    where rn<=>

    order by deptno

    EMPNO DEPTNO CNT RN

    7782 10 3 1

    7934 10 3 2

    7566 20 5 1

    7876 20 5 2

    7902 20 5 3

    7900 30 6 1

    7521 30 6 2

    7654 30 6 3

  • How to select id when same id has several lines, but I'm looking for ideas lacking a particular value

    I have this my_table_c in the table with the values below

    SELECT * FROM my_table_c
    ID GROUP_ID GROUP_VALUE
    121
    332
    341
    541
    521
    222
    232
    241

    I'm looking for this output where to get only the ID that did not have group_id 2. Besides, I don't want to get the ID where group_id 2 is missing, but the other group IDS are present.

    Group_id if 2 is absent, it is my target id.

    So with the values indicated in the table above, I expect just ID = 3 or returned as other lines ID 1, 2 and 5 have each where group_id = 2.

    Can someone please help with a query to retrieve this result.

    Select *.
    Of
    (
    SELECT id, group_id, group_value, count (case when group_id = END 2 then 1) over (partition by id) as cnt
    of my_table_c
    ) where cnt = 0

  • How to query the total number of columns and lines filled with data?

    How to get the number of rows and columns in Exel file data using Excel report?

    Since you have posted this question in the forum of LabWindows/CVI, I guess you want to know how to do with CVI.

    You need to know how to open and activate the Excel data file.

    Depending on the function returns the total number of columns and lines col_count row_count, respectively.

    -----------------------------------------------------------------------------------------------------------------------------------------

    int CountColumnsAndRows (void)
    {
    Error HRESULT = 0;
    CAObjHandle rangeCurrentRegionHandle = 0;
    CAObjHandle rangeColumnsHandle = 0;
    CAObjHandle rangeRowsHandle = 0;
      
    unsigned long col_count = 0, row_count = 0;
      
    Must use the 'A1' property and CruuentRegion count the total of columns and lines, including the drafts!
      
    error = CA_VariantSetCString (& MyCellRangeV, 'A1');
      
    error = Excel_WorksheetRange (ExcelWorksheetHandle, NULL, MyCellRangeV, CA_DEFAULT_VAL, & ExcelRangeHandle);
    If (error<0) goto="">
      
    error = Excel_GetProperty (ExcelRangeHandle, & ErrorInfo, Excel_RangeCurrentRegion, CAVT_OBJHANDLE, & rangeCurrentRegionHandle);
    If (error<0)  goto="" error="">
      
    error = Excel_GetProperty (rangeCurrentRegionHandle, & ErrorInfo, Excel_RangeColumns, CAVT_OBJHANDLE, & rangeColumnsHandle);
    If (error<0)  goto="" error="">
      
    error = Excel_GetProperty (rangeColumnsHandle, & ErrorInfo, Excel_RangeCount, CAVT_LONG, & col_count);
    If (error<0) goto="">
      
    error = Excel_GetProperty (rangeCurrentRegionHandle, & ErrorInfo, Excel_RangeRows, CAVT_OBJHANDLE, & rangeRowsHandle);
    If (error<0)  goto="" error="">
      
    error = Excel_GetProperty (rangeRowsHandle, & ErrorInfo, Excel_RangeCount, CAVT_LONG, & row_count);
    If (error<0) goto="">

    Error:

    CA_VariantClear (& MyCellRangeV);
    CA_VariantClear (& MyVariant);
    ClearObjHandle (& ExcelRangeHandle);
    ClearObjHandle (& rangeCurrentRegionHandle);
    ClearObjHandle (& rangeColumnsHandle);
    ClearObjHandle (& rangeRowsHandle);
      
     
    If (error<>
    ReportAppAutomationError (error);
      
    error return;
    }

  • How you select/move multiple clips from one scenario to another?

    Has to do with the combination of several lists of Avid editing - required due to an issue with the names in double coil in the original film by Arri. I can move one at a time, but it is very tedious. Is it possible to select several clips and move them together?

    See here:

    http://forums.Adobe.com/message/4664173#4664173

  • Best approach to select from multiple/all photos from the CameraRoll iOS?

    I want to use FlashBuilder 4.5.1 to build a photo organizer project mobile flex that allows me to select several photos from the iPhone Camera Roll.

    I saw the class flash.media.CameraRoll , but it doesn't seem to provide CameraRoll.browseForImage () which opens a dialog box to select a SINGLE photo.

    Has anyone built an application that allows users to select multiple photos, or select all from the CameraRoll? You can access the embedded thumbnail DB or do you to import all the photos in the ApplicationStorageDirectory first? I'm better off the coast of writing an application native iOS?

    Mobile Flex allows something like this:

    // is this a security violation?
    var cameraRoll:File = new File('/var/mobile/Media/DCIM');
    
    var photos:Array = [];
    var folders:Array = cameraRoll.getDirectoryListing();
    for (var i:int=0 ; i<folders.length; i++) {
        var files:Array = folders[i].getDirectoryListing();
        for (var j:int=0 ; j<files.length; j++) {
            var photo:File = files[j];
            photos.push(photo);
        }
    }
    // show photos, somehow...
    

    However, this method does not give access to thumbnails managed by: ' / var/mobile/User/Media/Photos/Photo database '

    from: http://stackoverflow.com/questions/6936881/how-do-you-access-the-ios-camera-roll-from-a-fl project-mobile-ex

    At the moment (AIR 2.7), the CameraRoll class does not have the features you need. In AIR 3 (data release TBA), you can write a native extension that would provide these features. So if you need these features right now, or you do not the benefits of using AIR for the rest of your application are sufficient, you must write a native application. However, if the rest of the application is faster and easier to write Flex that Objective C or you want to publish the application on Android and Playbook (and maybe the office as well), and you can wait a bit for AIR 3, then you will probably be out before sticking with Flex.

  • How can I add multiple recipients manually

    Is it possible to manually add several recipients? I can only add 3 recipients.

    There is no way to add another box of the address of the recipient.

    The only way around that I can see, is add several recipients in my addressbook, then add them to my email and then delete them.

    Using Outlook in my day job I put just a colon between the beneficiaries in a single box - this will work?

    Type press ENTER after you add the third-party beneficiary.

  • How long are from multiple app archived to folio?

    I was wondering if anyone might know this.

    I created an application multi-folio containing monthly deliveries. My question is how long these questions are archived for? Year, 5 years, forever. My application will have questions that I published and are users provide access to these questions, even very old?

    Any response would be greatly appreciated.

    Michelle

    They remain available as long as you always keep such list as published in your DPS account.

    Neil

  • Select from the drop-down list and populate a list in another menu drop down

    I have a drop down list with 10 items in the list. If possible, would like for a selection in the drop-down list to populate a drop-down list with another list of selections. Each of the 10 points in the first list each will have a list of different options in the second drop-down list. I don't know how to build this solution.

    Thank you

    MDawn

    Hello

    It was because of the clear rawValue script that I put in the output from the drop-down list event businessFunction.

    I fixed it:

    // clear the current selection in the department dropdown
    dept0.rawValue = null;
    dept0.execEvent("exit");
    

    https://Acrobat.com/#d=MrWYQbTZIR7xJQDlm5ZSLg

    Good luck

    Niall

  • How to restore from an array of information and use it?

    Hello

    I need help with this animation of Christmas.

    1 - the user selects a language (btn_Esp, btn_Eng, btn_Ita,...)

    2 - the movie starts and displays a message of welcome in the middle of the animation. The animation is the same for all languages, change the language of the greeting text (I have a symbol for each welcome message in my library). In the example, they are: esp, eng, symbols of the ITA.

    The problem:

    I need to store the language selected in a variable (lang) and then retrieve it to display the appropriate greeting text.

    My animated film is a chronology of symbol all call "navidad" where I included a call for the "message" label (I need to display the symbol of the text to the same point).

    I use sym.createChildSymbol but doesn´t work. Any ideas?

    Sample file WeTransfer: http://we.TL/MDGHWBk1wK

    Thank you very much!

    Alejandro

    Here is an example:

    Choose language.zip - Box

  • How how to videos from youtube for better play and not load all few seconds? The video clip load and only play for two seconds and starts charging again.

    I have a toshiba laptop satellite 655.

    I have a toshiba laptop satellite 655.

    Hello

    If a YouTube video is slow to the buffering, which is a network related issue and not a system issue. See the article on reading problems: http://support.google.com/youtube/bin/answer.py?hl=en&answer=74662

    Kind regards

    Patrick

  • How can I change the height police size and line (so the police fits) in my Inbox?

    In order to make the information containing the source and the object of my incoming emails (from Netzero) more easy to read, I want to make the font bigger. However, in doing so, the heights of line remain the same and the information on each line are compressed vertically. This makes it actually harder to read.

    See this:
    https://support.Mozilla.com/en-us/KB/page+zoom

  • How can I know the number of columns and lines on excel file

    How reading the number of columns and rows on an excel file after you open the file in excel with ActiveX.

    Using the example of excel200dem, I read that the file data is excellent.

    However, in this example, I just give the number of lines and columns.

    I want to know the number of lines and columns not giving those in C code automatically.

    Who knows this things? -?

    Help me please.

    Hello

    (1) this forum provides a search option, you must use in doing so, you will find this post

    (2) don't solve you your earlier questions? If so, you must mark responses that have helped you find a solution.

Maybe you are looking for