How to add a where condition to seeds VO

Hi I have a VO PoRequisitionLinesVO.Now knowledge I want to add the SQL where condition...

How can I do this...? There is no addition of all fields... only adding a where condition clause?

Will I need to extend that VO? If yes then how should I do this?

Thank you...

Yes, you must extend the VO.

To get the procedure you can search the Internet, there is a great article (that I mentioned below):

https://blogs.Oracle.com/prajkumar/entry/eo_based_vo_extension_in

Kind regards

Sandeep M.

Tags: Oracle Applications

Similar Questions

  • How to add new area on page seeded

    I want to add the new area on page seeded
    I can do it through customization?
    If so, how?

    Hello

    -Don't create 2nd header region.
    directlty - create table region under staklayout.

    Concerning
    Meher Irk

  • How to add a dynamic condition to query *.

    Hi all

    Could you please help me logic

    I need only query

    There are tables emp, dept

    SELECT E.ENAME, D.DNAME
    FROM EMP E, DEPT. D
    WHERE d.DEPTNO = e.DEPTNO (+)
    AND (DYNAMIC CONDITION)

    LOGIC OF THE DYNAMIC CONDITION IS

    IF D.DEPTNO IS E.DEPTNO THEN [E.JOB "PASSWORD"] - SEATS SHOULD BE ADDED TO THE PLACE (DYNAMIC CONDITION)
    IF D.DEPTNO IS NOT THERE IN E.DEPTNO THEN [D.LOC = "LONDON"] - SEATS SHOULD BE ADDED TO THE PLACE (DYNAMIC CONDITION)

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

    I tried below


    Select e emp, dept e.ENAME, e.SAL, d.dname d
    CASES where WHEN e.deptno = d.deptno then e.job = "MANAGER".
    else D.loc = "LONDON".
    END

    But its giving error...

    Please give a solution

    Thanks in advance
    KC
    SELECT E.ENAME,D.DNAME, d.loc, e.job, e.deptno
    FROM EMP E, DEPT D
    WHERE d.DEPTNO = e.DEPTNO(+)
    and (
           (e.deptno is null and d.loc='LONDON')
             or
           (e.deptno is not null and e.job='MANAGER')
         );  
    

    (But it's not dynamic sql!)

  • How to make a sum of text_field or column with where condition?

    Hi all

    In Oracle forms 6i, I created a form in which there are 5 text_Items (with 20 none of the displayed fields) namely ACCOUNT FD DO, AMOUNT, INTEREST RATE, STATUS and INTEREST_YEAR.

    FD ACCOUNT NO.

    AMOUNT

    INTEREST RATE

    STATUS

    INTEREST_YEAR

    47665

    50000

    1. 11.5

    E

    5750

    37463

    60000

    12

    D

    7200

    47651

    100000

    1. 12.5

    D

    12500

    34766

    70000

    11

    E

    7700

    I want to make the sum of the INTEREST_YEAR where status = 'E '.

    I created a TOTAL_INTEREST_YEAR name field in which I want to display the sum.

    How the sum with where condition?

    Thank you.

    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production

    Oracle form Builder 6i.

    Michael,

    When you write the formula for a calculated item, it does not use PL/SQL expressions (to include built-in DECODING) in Forms 6i.  If there was no conditional control over your calculation, you can simply make your article a summary point and perform the summation over column interest_rate .  However, because your calculation depends on the value in the STATUS column, you will need to use a combination of a calculated item and a summary article because you can't use an IF, DECODE or any other PL/SQL statement in the formula for the calculated item.  Therefore, you need to create a function in the knot of program units and call the function in your formula.  I tested it using the following code and it worked correctly.

    First, create the following function in the node of the object browser program units.

    FUNCTION calc_interest RETURN NUMBER IS
         n_ret_val  NUMBER := 0;
     BEGIN
       IF ( :YOUR_BLOCK.STATUS = 'E' ) THEN
           n_ret_val := :YOUR_BLOCK.interest_rate;
       END IF;
       RETURN n_ret_val;
    END calc_interest;
    

    First, you must change the property to BLOCK request all archives = Yes

    Then, open the palette of your calculated item property, and set the following properties:

    1. calculation = Formula

    2 property Forumla = CALC_INTEREST

    3. point data base = No.

    Now create a second item in the table not based on in your block that will display the amount of the interests summarized.  Open the palette property for this element and set the following properties:

    1 Data Type = number

    2 calculation Mode = Summary

    3. function = sum

    4 summarizes point = "name of your element calculated.

    5 base of data point = No.

    6 canvas = "your canvas.

    When you query your block, you should see the sum of all records where STATUS = 'E '.

    It worked for me, in my example form that I created so this should work for you.

    Craig...

  • How to add fields on a screen at a particular location where a domain manager is already added

    Hello

    Issue in the user Desiging interface...

    I have a screen where I use two HorizontalFieldManager covering first half and second half of the screen, now my qusetion is that I want to add a field to the second half of the screen but the field is added below the second half of the screen, I know why this is happening because the area of the screen is already filled by the two HorizontalFieldManager.

    So please suggest me how to add the field in the second half of the screen, which sector is already covered by HorizontalFieldManager.

    Here is my sample code...

    Top of HorizontalFieldManager = HorizontalFieldManager(NON_FOCUSABLE | nouveau FIELD_HCENTER |) FIELD_VCENTER);
    upper_part = new BitmapField (upper_bitmap);
    Upper.Add (upper_part);

    Low HorizontalFieldManager = new HorizontalFieldManager(NON_FOCUSABLE |) FIELD_HCENTER | FIELD_VCENTER);
    lower_part = new BitmapField (lower_bitmap);
    Lower.Add (lower_part);

    VerticalFieldManager body = new VerticalFieldManager(NON_FOCUSABLE |) FIELD_HCENTER | FIELD_VCENTER);
    Body.Add (Upper);
    Body.Add (Lower);
    Add (Body);

    Thanks a lot... :)

    Are you using the bitmap for horizontal substantive adding upper and lower field area manager

    If yes don't do that add background to the Manager of horizontal field like this:

    horizontalFieldManager.setBackground (BackgroundFactory.createBitmapBackground (bitmap));

  • Where can I find out how to add a new contact in windows Live Mail?

    Original title: Live Mail help

    I'm new to Microsoft Live Mail.  Where can I activate using simple?  For example, where can I find out how to add a new contact?

    There is a little blue ? the question mark button in the top right, which will take you to page here to help Windows Essentials.  You can discover all the tutorials available.

    To add a contact, click Contacts on the left, then click on 'new contact' on the toolbar.

  • Add an attachment to a seeded page region.

    Hi I have a requirement where I need to add an entry to a seeded page box.
    Anyone can guide me please on how to do it?

    Simple, you can go with the creation of an autonomous region with its BC4j components, add the feature of your attachment there.

    Add this autonomous region using customization page stocked.

    Thank you

  • I can't find instructions on how to add a bookmark. I don't want the toolbar

    I can't find instructions on how to add a bookmark. I don't want the bar tools, but only in the list of bookmarks. I tried everywhere looking for this information, but without success.

    Thank you
    D Lapp
    E-mail:

    I removed the email address. It is not necessary on the forum to send you answers. The forum is public and indexed by search engines. You can restore e-mail address if you wish. You can also choose to display the email address publicly to your use of profile/users/edit ->publish my email: [] ~ J99

    If you want to bookmark the current page, you can use the shortcut key Ctrl + d to add the bookmark.

    If you prefer to type the address, or you need to bookmark a page that is not displayed, click on a bookmark in the bookmarks menu (or in the folder where you want to add the bookmark), and choose new bookmark.

    -What are you looking for?

  • How to add music to iTunes without copying the music files

    How to add music to iTunes without music copied to an iTunes Media folder or anywhere else?

    I read the answer is to go into the advanced settings and uncheck "Copy files to iTunes Media when adding to library". Which is excellent and this option is not checked, but iTunes keep copy of the music into an iTunes Media folder...

    Anything ripped CD, converted, downloaded from the iTunes Store or added via the automatically add to iTunes folder will eventually iTunes Media. If you add a folder of files stored outside the media folder and the option is disabled, then iTunes should not be generating copies in the media folder. Can you describe a specific example where you can see the new arrival before and after importation?

    As a backup to one side and the migration of an iTunes library is much easier if all the content is organized inside the iTunes Media folder, but this is no reason not to try and find out why things are not behave correctly for you now.

    TT2

  • How to add an attachment to a message. (Mac)

    Can someone tell me how to add an attachment to a message here?

    I'm trying a newspaper to help find where this problem of hanging of Skype, but I can't see how to tie.

    Please edit your post and now you should see the option to add attachments.

  • How to add a currency symbol

    Hello

    I checked the discussion where you suggest how to add a currency symbol, but unfortunately I do not have an icon to display all currencies in numbers preferences. Can someone help me with this problem

    Bobi

    Select the cells with numeric values you want to format, and then open cell formatter:

    in the menu drop-down "Data Format", select "Currency" and then use the context menu of the currency to select the currency:

  • How to add programs to the start of the file using Vista

    How to add programs to the start of the file using Vista

    Hi Harry,.

    Oddly enough, you can actually do it in msconfig except if it is already there and simply not checked as opposed to not being do not at all (although you would think that they would understand this option).

    The easiest way is to add the program (or a shortcut to the program) in the folder all Menu Programs Startup.   Here is the procedure: http://www.ehow.com/how_5098465_add-startup-programs.html.  Remember, to do this, you must either a shortcut existing (perhaps on the desktop or elsewhere in the menu all programs) or you need to find the source file (probably somewhere in C:\Program Files depending on what you want to add) and either copy it and add it to the startup folder or right-click on it and create a shortcut to copy into the startup folder.  Once you reboot, this program starts during the initial commissioning process and you will now be able to control using msconfig.exe, if you wish.

    Another option is to do this by using the registry editor.  If you decide to try this, first create a restore AND system restoration point backup of the registry before you begin.  Here is the procedure: http://www.ehow.com/how_7304438_add-program-msconfig-regedit.html.  I recommend to use this ONLY if the previous procedure does not work for some reason any as long as that the procedure is simpler and safer.

    If you want a simpler way to manage and control startup programs, you can try it free WinPatrol http://www.winpatrol.com/download.html that change monitors for startup programs if you set it to run in real-time so that you know when to try new programs are added to your Start menu and, for the purposes of this question includes an Add button which opens a link to a window of Windows Explorer where you can browse the program you want to add, click open to select and then add it directly to the commissioning.  If you prefer it does not work all the time, you can simply uncheck the box which includes this program and it will work only when you choose to run (but at the start, will work as an indication otherwise or configured).  It will appear not in the start menu in all programs (Finally, WinPatrol is, but not programs, it adds to the start), but it will appear in WinPatrol (which also lets you manage what you want or not start with checkboxes as in msconfig) and sure in msconfig - but only after a reboot is complete the process of adding.

    I hope this helps.  Personally, I use WinPatrol myself and let it run in real time.  Since I do a lot of installations, it helped me often prevent the addition of a startup item I haven't really need and reduces how many times I actually need to check what is happening out there.

    If this answers your question without the need to repost in another forum, please mark it as an answer.  If this isn't the case, then of course you must republish as suggested above.

    Good luck!

  • HP Elitebook 8560w - how to add RAM

    Dear all,

    I tried to find a manual on how to add memory to my computer laptop 8560w.

    I would like to add 3 4 GB module to the already installed 4 GB but, I could ' t find any specific manual for my laptop.

    Y at - it samebody who can help me?

    Thank you

    Giovanni

    Hi, Giovanni:

    Here is the link to the service manual for your mobile workstation.

    http://bizsupport2.Austin.HP.com/BC/docs/support/SupportManual/c03341003/c03341003.PDF

    Please refer to Chapter 4 for removal and replacement procedures.

    I don't remember if yours is one of the models where people have a very hard time to remove the keyboard.

    Paul

  • Three computers all accounts for every child now dealt with separately in the family, how to add a link to them?

    I have three computers in the House where my kids at school at home make their school work.  In the past, I have their accounts linked to a single identity within the family safety and can enable and disable applications or web sites for each child for all the computers in the House from one place.  For some reason any now each account for each child on each computer is listed separately so that if I want to add a web site to a particular child, I need to do it in three different places.  In addition, there was once a button to allow the Web site on all children so if I want to allow for each child, I need to go to every child on each computer that is a lot more work.  How to re - link the so that each computer is connected to the same family safety account?  Thank you.

    Hi Troy,

    I'll be happy to help you with the problem you have with parental control. I understand the frustration when things do not work as it should.

    I suggest you to connect to http://familysafety.microsoft.com/ and delete the child's account and re - add.

    Please follow the link below to find out how to add accounts of child safe family.

    http://Windows.Microsoft.com/en-us/Windows/set-up-family-safety#set-up-family-safety=Windows-8

    Hope this information is useful. Just reply in case you need additional information. I'll be happy to help you.

  • How to add user from another computer as a Local user for file sharing permissions

    Hello, I'll put up for two computers to share files on a network.

    I just need to figure out how to add a user from another computer as a local user, I can change its permissions of file sharing.

    Here's where I'm stuck:

    I am trying to add a new user, but:

    How can I add a user somewhere else on my network to this list?

    I tried to add one here in the computer management:


    How can I add my network user?  I tried to do it in this format:

    Thank you!

    Sure thing. You can add a list in the registry with the name of the account that you want to hide from the login screen.  This site explains how: http://www.tech-recipes.com/rx/6222/windows-7-vista-xp-hide-user-account-from-welcome-screen-login-screen/

    Windows XP and beyond.

Maybe you are looking for

  • Beachball of death / impossible to find movie files shown in disk utility

    Then, I started having the awesome beachball.  All the time.  I tried first aid utility disk, in addition to empty my cache dyld.  Seems to have worked.  Looking for a solution to this as well as when I ran disk utility, it shows that I have 380 + GB

  • Problem with 9.3.3

    Downloaded ios 9.3.3, now cannot call or receive calls.

  • Update my iPad iOS 9.2.1 now I can't update my apps

    I just updated my iPad iOS 9.2.1 now it will not update my apps

  • Unable to install printer driver

    I don't have a boot disk for my printer hp c3140 so I downloaded a driver from hp. I followed all the instructions and cannot get 94% - step 3/4 can I get a fatal error in the view in the view of the installation. I'm that al will not install steps b

  • problem with the window update

    After putting to date of windows 8 to 8.1, my pc window has been activated to turn on. I own a laptop of pavilion g6 C5T69EA #BH5, when this was the case a message appeared on my screen saying that my pc has a problem. Then my previous window has bee