Horizontal plane shows negative value in the other field dependent demand

We never seen it before?

A material Planner open the HP for a given element. There is a value of-6 at the line called another independent demand. Double-click this field to open the PTB, and that returns nothing. We have exported the results of the PTB for the supply of items/photo request and see nothing to represent the-6. Has anyone ever experienced this before?

Thanks in advance

Hello

ATP creates adjustment rescheduling several times that creates negative demand and sometimes negative supply to balance demand.

I think she does mainly when you cancel or reschedule an order and unable to find older ATP request to delete. In this case, it creates negative request more supply available since the earliest application must be cancelled.

Thank you

Abhishek Sharma

Tags: Oracle Applications

Similar Questions

  • Make a mandatory or optional field according to the value in the other field

    Hello

    I added a new location of the merchant class just under the name of merchant in the fresh details in iexpense page. I want to make this field option or required depending on the value selected in the field Type of expense.

    If Type of expense is like mileage so merchant should be mandatory otherwise in option.

    I found controller associated with this page is DetailsPageGlueCO and here is the code that I am trying to extend DetailsPageGlueCO.

    package oracle.apps.ap.oie.entry.lines.webui;
    Import oracle.apps.ap.oie.entry.lines.webui.DetailsPageGlueCO;
    Oracle.apps.fnd.framework.webui import. *;
    Import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    Import oracle.apps.fnd.framework.OAException;

    SerializableAttribute public class XXDetailsPageGlueCO extends DetailsPageGlueCO
    {
    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
    {

    super.processFormRequest (pageContext, webBean);

    Try
    {
    String ExpReportType = pageContext.getParameter ("ExpTypeChoice"); take the value of the list of ExpTypeChoice

    If (ExpReportType.toLowerCase () .indexOf ("mileage")! =-1) / / check if the value selected in the list ExpTypeChoice is of type mileage
    {
    Code to intercept the value in ExpTypeChoice list, and then newly added fact XXMerchantLocation required field?



    }
    } catch (System.Exception e)
    {
    throw new OAException ("you must enter merchant location");
    }
    }
    }

    Pls. suggest a piece of code in the section / / Code to intercept the value in ExpTypeChoice list, and then fact newly added XXMerchantLocation required field?

    Published by: yannick bigot on January 2, 2012 06:42

    Bigot,

    To make a required field on the selection, you must join a SPEL with the bean and make true or false based on your requirement.

    See article PPR of the developer's Guide.

    Kind regards
    GYAN
    www.gyanoracleapps.blogspot.com

  • I want to create a 2 cells in demand for numbers, the 1st cell is a dropdown menu with items of text, when choosing an item, that it would be represented by a numeric value in the other cell. How can I do?

    I want to create a 2 cells in demand for numbers, the 1st cell is a dropdown menu with items of text, when choosing an item, that it would be represented by a numeric value in the other cell. How can I do?

    You can use vlookup() like this:

    (1) crate a table like this:

    the first line is a heading row

    the first column contains the same list of items in the context menu

    the second column contains the corresponding values

    name of the table 'value '.

    In another table (where the pop-up menu), you can use the table of choice of 'Value' like this:

    create a drop-down list in cell B1

    Select cell C1 and type (or copy and paste) the formula:

    = VLOOKUP (B1, Value::A:B, 2, 0)

    short hand for this is:

    C1 = VLOOKUP (B1, Value::A:B, 2, 0)

    now change the pop-up to display the value in the change of cell C1

  • Release of updated with the value of the other Table

    Hello
    I need the sum there point TableB and insert/update this value in the X field in TableA. I can do this with select statements regular when I add values in my statement, but I'm getting errors now. Need help on how to code the trigger to do this, thank you.
    ORA-00936: lack of expression
    SELECT a.X, SUM(b.Y), 
    INTO a.X
    FROM TableA a, TableB b
    WHERE a.PK = b.FK;

    Ok. I think I understand now what's going on. Think logically that you create the customer first and only then customer can create orders, right? So when you insert a customer into the table DEMO_CUSTOMERS there is no customer order in the DEMO_ORDERS table. As a result, the CREDIT_LIMIT column remains NULL.

    SY.

  • How to assign the value to the text field dynamically

    Hello

    I created a form that accepts input from the front desk.  As soon as I select ACCOUNT_CODE using LOV, I would like to define a DISPLAY only field INSTALMENT_AMOUNT with values that is available in another table based on the value of the ACCOUNT_CODE field.

    I already have the query to retrieve the details.  However, I wanted to know how to proceed.

    I created 'point page' INSTALMENT_AMOUNT in the form.  On this point in relation to a created "computation".  But the value is been showed that when I open an existing record for editing.  Not during new save when I try to create.  I would like to fill the value, when I create a new record and after selection of the ACCOUNT_CODE value.

    Receipt.png

    Thank you

    -Anand

    anand_gp wrote:

    I created a form that accepts input from the front desk.  As soon as I select the ACCOUNT_CODE using LOV, I would like to define a DISPLAY only field INSTALMENT_AMOUNT with values that is available in another table based on the value of the ACCOUNT_CODE field.

    I already have the query to retrieve the details.  However, I wanted to know how to proceed.

    I created 'point page' INSTALMENT_AMOUNT in the form.  On this point in relation to a created "computation".  But the value is been showed that when I open an existing record for editing.  Not during new save when I try to create.  I would like to fill the value, when I create a new record and after selection of the ACCOUNT_CODE value.

    Events in response to actions of the user in the browser at run time are implemented using dynamic measurements.

    In this case, use a dynamic action change in the P270_ACCOUNT_CODE article, with action set the value by specifying P270_ACCOUNT_CODE in the elements of the Page to send and your source of SQL as the SQL statement.

  • Initial value of the checkbox field is not affected.

    Hello

    I have a custom form with 2 fields, which is a check box which is below the values
    Value when checked: 1
    Value when disabled: 0
    Mapping of other values box: checked

    and the other is a text field. Please insert text fields field data into the table db that are checked.

    Iof displayed the Web file number is 10.


    I use the code in the trigger of the COMMIT BUTTON to save data in the table below. that is, I'm insertion of the value of the text field in table for the check box that is checked

    GO_BLOCK ("CHANNELS");
    premier_enregistrement;
    LOOP
    IF: CHANNELS. CHECK = 1 THEN
    INSERT into...
    WHEN THE OUTPUT: SYSTEM. LAST_RECORD = "TRUE";
    NEXT_RECORD;
    END LOOP;
    COMMIT;
    END;


    The problem is the value of the checkbox is always null and records are not get inserted into the table. Y at - it elsewhere, that we have to specify the initial value of the box. Not sure why the value of the checkbox becomes void even if the ix checked checkbox.

    Thank you
    Didi.

    What you have listed for the property of the initial value of your box?

    Craig...

  • Web page open based on the value of the text field

    I want to open a web page that is based on the value of a text field.  How to bind the value of a text field to a command which will open the web page?

    For example, the value of the text field is: 8 t - EXT

    and the web page I want to open when you press a button is: http://hqms/doc.asp?dn=8T-EXT

    As you can see that the 8 t - EXT is something that a person enters the form and is what is needed to open the web page.  The other text in the link of the webpage is always the same.

    Thank you

    Hello

    In the click event of the button, place the following JavaScript code:

    if (TextField1.rawValue !== null) {
         var vURL = "http://hqms/doc.asp?dn=" + TextField1.rawValue;
         app.launchURL(vURL, true);
    }
    else {
         app.alert("Dear user, please put a code in the text field. Thank you!");
    }
    

    You need to change the object references based on your shape.

    Niall

  • If I have several fields and if I select a field in a drop-down list it will fill the other fields

    If I have several fields and if I select a field in a drop box is it possible to auto poplulate the other fields.

    Thank you

    Brain

    Please post your question on InfoPath 2010 at the following link

    http://social.technet.Microsoft.com/forums/en-us/sharepoint2010customization/thread/e70c23a9-1b68-4EF9-9FB4-923997043e56/

  • Get the field to remain Virgin until the user enters the value in the previous field used in the calculation

    I work on a PDF form and am stuck on one of my calculations. There are two fields 'desired Start Date", which is a date entered by the user. The "desired end" date is one year from date entered by the user. I figured out - however, before the user enters a date, I want this field remains empty. Currently, it fills with 01/00/000. How can I get this field to calculate not unless a date is entered by the user? So far, I tried this but can not get the blank to stay:

    If the field 'Desired Start Date' is empty, leave 'to' field blank

    var myStartDate = new Date (this.getField("Desired_Effective_Date").value);

    If (((myStartDate == 0) & & (getField("myStartDate").valueAsString = "")) {event.value = "";})

    If the field "Desired Start Date" is an effective date, use the date to calculate one year after the date of entry.

    }

    else {this.getField("to").value = util.printd ("mm/dd/yyyy", new Date (myStartDate.getFullYear () + 1, myStartDate.getMonth (), myStartDate.getDate ()))}

    Try the following than the calculation script custom field "to".

    Get the value of the date field beginning

    var sStartDate = getField("Desired_Effective_Date").valueAsString;

    If the start date field is not empty...

    If {(sStartDate)

    Converts a date in a date object string

    Kai = util.scand ("mm/dd/yyyy", sStartDate);

    Add a year

    oDate.setFullYear (oDate.getFullYear () + 1);

    Set this field to the calculated date value

    Event.Value = util.printd ("mm/dd/yyyy", anyway);

    } else {}

    This field blank because the input field is empty

    Event.Value = "";

    }

    You may need to change the date format "mm/dd/yyyy", I used to match the formats of date fields.

  • How to restrict user access to must enter a value in the mandatory fields

    Greetings!

    I had a personal information form. I want to restrict the user to enter values in all areas of mandatory for example fields (username, date of birth, etc.)
    How to limit the search user must enter a value in the mandatory fields

    Create dynamic actions for each of the fields, or you can create javascript.
    for example create dynamic action 1 with event as tune-up losing select the item and the condition as NULL and action as alert and type the message you want to display in the text section.

    Thank you
    Mehabub

  • Do 1 field equal to the value of the 2 fields.

    How to make 1 field equal to the value of 2 text fields.

    I've got text field 1 and I need to match the value in the address 1 field and the address field 2.  Essentially, I need what is in the address 1 field and 2 combine into a single field, the text field 1.

    Any suggestions?

    Thank you

    When in a field and trying to reference it, to use the «event.value "to access the value property of the field.» The value of the subject field is not updated until that leaves him the ground. I would use:

    event... value = this.getField("FL052").value + this.getField("FL053").value;

    For the calculation script customized.

  • Get the value of the title field

    My question is simple. Here's my scenario.

    I have a check for profile, with an editable title field and a list of options. The user selects a value in the option list and entered a title. When he submits the form, the title of the content check-in must be derived from the value of the option list + the value of the field title. The derivative title must be the concatenation of the value of the option list, and the value of the field title.

    My question is how to get the value of the field title using the script of the OIDC? I have a rule with the field of dDocTitle and its derivative field, I have an idoc script that displays the value of the option list in the spin-off title field. I only need to concatenate the value of the editable field title entered by the user.

    Thank you. I use UCM 10 g.

    This can be done with rules and profiles of the school boards and derived values.

    If the user enters a title in the field of dDocTitle (this is mandatory) and if you have another field of metadata with a menu drop-down (as conceptual dDocType) you can use the Configuration Manager (rules and profiles) take the value of dDocTitle and dDocType and when checked (it not shown to the user after logging) she'll concatenate.

    in the custom box (you may need to do this because of the wrong inserts quotes with our variables) make sure that it looks like this
    <$dprDerivedValue=dDocTitle &="" ddoctype$="">

    Notes that may be of interest
    How can define you a value derived in a rule using Idoc Script to call a service? (Doc ID 833953.1)
    Who wins: rule or a set of default metadata about a file? (Doc ID 798653.1)

  • Can I directly change the value of the dist_id field in the database?

    When I tried a url created by gblinkapp, Adobe Digital Editions gave me an E_LIC_NO_DISTRIBUTION_RIGHTS error.

    I'm looking on the database:

    • I have 2 records in the table Distributor , first integrated and mine.
    • In the distributionrights and distusednonce tables, the value of the dist_id field (which is the primary key of table Distributor ) is always the "built-in" ID

    I guess that ACS3 to ACS4 migration was made prior to the addition of our real Distributor...

    Your quick start guide explains clearly that "the integrated distributor" cannot be used to distribute the books.

    If can I update the dist_id directly in the tables distributionrights and distusedonce with the dist_id of our distributor without future problems in ACS4 value?

    If this is not the case, how can I change the distributor of my books safe?

    Thank you

    You do not want to delete the record for the integrated Distributor, because that will cause problems and given what you have described the probably won't solve the problem.

    The most common cause of E_LIC_NO_DISTRIBUTION_RIGHTS is because you try to make a loan (URL with action = enterloan instead of action = enterorder), when you have not created a right distribution of type "ready".  In the administration console, if you have already created a right distribution of type buy, then in the inventory tab, with the Distributor, then the resource selected, you just need to click on the icon "+" next to the distribution rights and to create a new right 'ready' type distribution  If your problem is that you did not create the distribution rights for the Distributor, and then you can drag the resource on the distribution server to create a first 'buy' distribution right.

    Alternatively, you can also use DistribTool.jar to create the appropriate distribution right.  Documentation for this tool is in the documentation of source sample.

    However the DistribTool and AdminConsole end up doing the same thing, which is to use the ManageDistributionRights admin web service endpoint to create a new right of distribution.  If these tools are not to your liking, you're probably better choose a writing tool in your preferred language to make calls to services web admin, so that you can make it work as you want it to work instead of the DistribTool way or AdminConsole works.

  • cfformitem type = &amp; quot; script &amp; quot; : how to set the value of the hidden field?

    I have a simple test form that contains a cftree and some fields of seizure/hidden. Whenever a tree node is selected, I want to change the values of the fields of entry/hidden to some node is selected. Pretty simple, but I can not understand how to change the values of the hidden fields.

    Load the form, select "ItemA" and click on submit. Do not change the values of the hidden form fields. They are always "not defined". What is the correct syntax to change the value of the hidden field?


    The correct syntax is

    myForm.theID = 'theID = "+ valueString;

    Ken

  • I'm not able to use the keyboard to type negative values in the mode of developing LR6. Whenever these negative values are reset to zero. Can someone help me?

    I use LR 6/CC 2015.

    Whenever I type in a negative fashion develop it is reset to zero after entry or tab.

    I type in positive values remain and are not reset to zero.

    In older versions of Lightroom, I had no such problems.

    I have an iMac 27 with Yosemite 10.10.3.

    Hope someone knows how to fix this annoying problem.

    Your LR is configured in one language other than English?  If so, this is a known bug.  See the remark made by Simon Chen employee under this post (you need to click on see more reviews to actually see): 6 Lightroom: Bug of negative values (in German).   The comment includes a workaround solution that is to edit a text TranslatedStrings.txt.

Maybe you are looking for

  • Display a message to suggest opening a website using Firefox

    Hello I want to show a message (possibly with redirect) at the time of loading the home page, which suggests to use Firefox for a better display experience.Something like that. You want to see lisanuna.com in Firefox (recommended) YES - NO Thank you!

  • Problems with my Satellite 2430 101 cooling

    HelloI have the Satellite 2430 101 for more than 2 years now and there is no problem. In the last two months, I recognized that it becomes very hot, especially when the game and turns off. So I started using a USB cooling pad. But now it turns off sa

  • s5510f HP Pavilion Slimline running MS Windows 7 Premium Edition, graphics card options?

    Before I disassemble my pc, I am able to add a new graphics card with HDMI output? I would use my plasma HD tv as a monitor with my wireless keyboard and wireless mouse. There is no keyboards made for my model of 'smart tv', and tab through the menu

  • EL CAPITAN upgrade of LOST contacts and calendar dates. Thank you.

    Hello I didn't, it was in the fine print? (I should have read this shit). but the el capitan on my mac pro upgrade wiped out all my calendar entries, as well as all my birthdays stored (which are not visible when I click on 'birthdays' and other repe

  • Discharge of ink

    My HP Photosmart B109z discharge black ink in the printer. I was out for a while until I deleted the printer for a spring of the own study. I put a sheet of paper below the printer to avoid staining furniture. What is the problem. I've always used ge