Is there any way to pass through PIPELINED function

Hello,
For clarity of my code I would like to move some part of my PIPELINED function out to sub-function. It there any way to call one PIPELINED function from other PIPELINED function a way to union their results?
I can try to use temporary table to emulate such behavior, but it won't be exactly the same...
Regards

Yes, you can. The only thing you need to remember is pipelined function can be salled from SQL only. So your functions will look like:
Pipelined function 1:
create or replace
  function pipelined_function1(...)
    return ...
    pipelined
    is
    begin
        pipe row(...);
end;
/Pipelined function 2:
create or replace
  function pipelined_function2(...)
    return ...
    pipelined
    is
    begin
        for v_rec in (select * from table(pipelined_function1(...))) loop
          pipe row(...);
        end loop;
        pipe row(...);
end;
/SY.

Similar Messages

  • Is there any way to pass value from one SWF to another ?

    I am doing project using flash, now I cant pass a value from one SWF to another, is there any way to pass value from one SWF to another.
    thanks

    Hi,
    Just to confirm here do you simply want to communicate between two SWFs without involving Flash Media Server. If this is the case one good way of doing it is to use a local connection. It can be used for direct communication between two separate instances of the flash player. However if you want to involve multiple clients sharing a common variable then you may have to use Shared Object for this. Please let me know what is the actual use case, is it multiple clients sharing a common variable or different player instances communicating between themselves.
    Thanks,
    Abhishek

  • Is there any way to pass in JVM tunable params to OC4J containers?Ex: -Xmx256 ...

    Is there any way to pass in JVM tunable params to OC4J containers?
    1. Switch to -server rather than -classic
    2. Min/Max Memory configuration
    3. pass in tunable GC params
    Passing parameters to the JVM when executing dcmctl does not pass these variables to the exec-ed java process(OC4J Containers).
    Any help is appreciated.
    Thanks,
    Vamsi Nukala

    Hello
    say I like to pass object I created in one page say :
    MyObject obj = new MyObject("1","2","3");
    via http params (supmit or post ) to other page . and
    use it there can it be done ?No. You can however place them as attributes in scope (application/session/request) and retrieve these attributes in the next page.
    example
    in one page,
    session.setAttribute("obj", obj);
    in another page
    MyObject obj = (MyObject)session.getAttribute("obj");
    ram.

  • Is there any way to pass a webapp item ID number to the input form of another webapp?

    Context:
    I'm working with a group of members who are collaborating on research.  The idea is for one person to post information, and then have others build on it, including attaching files, images and hyperlinks (so a simple forum doesn't work...).
    If I could have the item ID from the main webapp be passed to the "child" webapp, all would be well.  I tried {tag_itemid} but of course, this didn't work.  I can display the item ID and have the users retype it into a form, but this isn't very streamlined...   Is there any way to pass the information directly to the form?
    Thanks!!
    Linda

    Simply make the child web app form part of one of the main web app's layout(s)/template. That way, when you use {tag_itemid}, it will be that of the main web app.

  • I have Acrobat 9.5 and when I try to create pdf from scanner, it displays an error "Adobe acrobat has stopped working". Is there any way I can use this functionality?

    I have Acrobat 9.5 and when I try to create>pdf from scanner, it displays an error "Adobe acrobat has stopped working". Is there any way I can use this functionality?

    Provide you have Acrobat 9 installed in an OS for which Acrobat 9 is compatible then you can use the functionality.
    As well, you need a scanner connected, powered up, and the software installed. Acrobat 9 "prefers" TWAIN drivers.
    Always visit the scanner vendor's site and download - install the latest greatest software.
    n.b., The Acrobat 9.x product family passed into "End of Support" mid-year 2013.
    As well the Acrobat 9.x product family is not compatible with contemporary OSs.
    Be well...

  • I used to be able to select an arbitrary "column" in MS Word, but since upgrading to OS 10.9.4 and MS Word for Mac 2001 v. 14.4.3, it doesn't work anymore.  Is there any way to get this handy functionality back?

    I used to be able to select an arbitrary "column" in MS Word, but since upgrading to OS 10.9.4 and MS Word for Mac 2001 v. 14.4.3, it doesn't work anymore.  Is there any way to get this handy functionality back?

    http://www.microsoft.com/mac/support
    http://answers.microsoft.com/en-us/mac/forum/macword?auth=1
    http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macword/microsoft-wor d-for-mac-2011-will-not-open-error/ecc42616-6f49-40bb-b8f5-e21c711ea359

  • IS there any way to pass a value in the view as a variable

    Hi
    I have 2 views and 1 view on top of them that calls the 2 views e.g.
    View1
    select ename, deptno, date from emp;
    View2
    select sal, date from salary;
    view3
    select v1.ename, v1.deptno, v2.sal from view1, view2 where date = SOME VARIABLE;
    sql query
    Select * from v3 where date='10-AUG-2007'';
    ITs taking a while is there any way that I can define the V3 as follows
    view3
    select v1.ename, v1.deptno, v2.sal from view1, view2 where v1.date = SOME VARIABLE and v2.date=SOME VARIABLE;
    and then at the sql plus level can i use it like
    I have 2 views and 1 view on top of them that calls the 2 views e.g.
    View1
    select ename, deptno, date from emp;
    View2
    select sal, date from salary;
    view3
    select v1.ename, v1.deptno, v2.sal from view1, view2 where date = SOME VARIABLE;
    sql query
    Select * from v3 where date='10-AUG-2007''; can this date be passes as a variable in side the view definition.

    Setting up a view which contains a substiutution variable

  • On a Windows PC, is there any way to cycle through open Firefox windows? (MAC can do this via(Shift) Cmd + ~) p.s. running windows8 atm

    I was wondering if there was any way to cycle through open Firefox windows on current Window similar to the following answered question for Appe OS users...
    To clarify active windows:(as in ctrl+N) as opposed to a new tab:(ctrl+T).
    There was a previously answered thread about this but it concerned those running MAC OS users running firefox.
    I was wondering the same thing but for Windows users(currently running windows8).
    Here is verbatim what the answer of the previous post was for MAC users...
    "On Mac you should be able to cycle through open Firefox windows via (Shift) Cmd + ~ (Tilde) or possibly accent (`)
    http://support.apple.com/kb/HT1343
    http://support.apple.com/kb/PH4182 OS X Lion: If a keyboard shortcut doesn’t work
    System Preferences > Keyboard > Keyboard Shortcuts > Keyboard & Text Input
    "Move focus to next window in application" should be checked."
    Thank you in advance!
    -Vargs

    On Windows it is not possible to only cycle through the open windows of one application like you can on Mac.
    On Windows you can only cycle through windows of all open applications via (Shift) Alt+Tab.

  • Is there any way to use copy from function in cProject Project creation.

    Hi,
    Kinldy suggest if any one have idea to use copy from function in cProject while creating Project in cProject.
    We have copy from function in our material creation and BOM, Is there any way to copy the old project and we can take the same for new project as a Paste entire structure.
    Please share with me if you have any ideas for the same.
    Thanls in advance for your help.
    Thanks & Regards.
    Raj

    Hi,
    please see
    [http://help.sap.com/saphelp_ppm50/helpdata/en/4a/6431a343946ba2e10000000a421937/frameset.htm|http://help.sap.com/saphelp_ppm50/helpdata/en/4a/6431a343946ba2e10000000a421937/frameset.htm]
    there the third case ("Based on an operational project ...")
    Kind regards,
       Florian

  • Is there any way to restore the original function buttons on the main bar?

    I'm used to having my 'Stop Loading', 'Home', 'Reload' buttons to the left of the address bar... Is there any way in FF 4 to add those buttons back to the bar?
    I get the concept of chasing the 'awesome bar' concept, but some of us prefer to have more direct and immediate control of these functions, rather than having someone else spoon-feed over simplified controls to us.

    That took care of it! But a caution to anyone wanting to do the same things: Make sure you know the exact name of your Persona if you use one, cause if you use the Strata XP plugin to restore the colors to your function buttons, because when you use the plugin, it will eliminate your current Persona... At least as far as I can tell- I can't find the original setup of my old Persona, so am now having to search for it all over again... :'(

  • I bought a Macbook Pro for school, but I'm regretting I didn't buy a Macbok air. Is there any way to change through Apple?

    Hey, as the title reads I, about a month and a half ago purchased a Macbook Pro for school. When I bought it I was debating with myself wheter a MBA was better for my needs, since it's lighter and easier to carry around. But it was the 500gb HDD on the Pro that made me choose it over the Air. However I have now started regretting getting the Pro over the Air, since it's alot lighter which is beneficial for me carrying it to school everyday and I have realised I don't need 500gb and that 128 is enough for me.
    Is there anyway to replace it through Apple?

    If Hanz and Franz ("We are here the <clap> 'pump you up') are right  (Google older Saturday Night Live), you can hit the gym and carrying will be easier. 

  • The "Find Faces" function is deactivated on iPhoto 9.5, in OSX Mavericks. Is there any way to activate / deactivate this function?

    Hello,
    Instead of deactivting the "Find Faces" Function, I would like iPhoto 9.5.1 to run this.
    On my MacBook Aluminium Late 2008, running Mavericks 10.9.3 this function is grayed out, and never run.
    Is there a way to activate this function?

    This procedure is a diagnostic test. It makes no changes to your data.
    Please triple-click anywhere in the line below on this page to select it:
    defaults read -app iPhoto PKFaceDetectionEnabled | pbcopy
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing the key combination command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    Wait for a new line ending in a dollar sign ($) to appear below what you entered.
    The output of the command will be automatically copied to the Clipboard. If the command produced no output, the Clipboard will be empty. Paste into a reply to this message.
    The Terminal window doesn't show the output. Please don't copy anything from there.

  • Is there any way of getting split screen function in firefox 4

    Being able to split screen was a very helpful feature in the previous version of firefox, however, it is not available in version 4. Is there any other way of getting this tool?

    Firefox has never had a built-in option to split the screen, such a feature is added by an extension. The only one that I know of that is compatible with Firefox 4 is Split Pannel - https://addons.mozilla.org/firefox/addon/split-pannel

  • Is there any way to pass SOAP Headers ?

    I have created a Web Service based on a Portal Service using the project wizard. I find that SOAP headers (<SOAP-ENV:Header>) are not passed in the SOAP Envelope while calling the Web service. Is it possible to do this ?
    Thanks in advance. Any suggestion is appreciated.

    I would like to know this as well.
    I am trying to pass username and password to a target web-service that requires this information to be in the Header section of the SOAP request.
    I am using EP 6.0.   Does anyone know if this can be done in  EP 7.0?

  • Is there any way to pass Mail.app rules to Outlook?

    Hello, I want to use the same rules i use in Mail app from OS X in Outlook. Can you help me find the way to do it, because I have tons of rules and don't want to copy them one by one.

    How much fuss is too much?
    You can easily change your home directory to the other drive. That would certainly take care of it. Copy your home directory to the other volume. Then, in System Preferences > Users & Accounts, select your account, right/command click and choose Advanced. Change your home directory. Log out and back in.
    You could also try to hack around with symbolic links, but that is more fuss.

Maybe you are looking for

  • WEBUTIL_FILE_TRANSFER  not working properly

    I am trying to download a resume stored in the database to the computer using webutil_file_Transfer.db_to_client but getting an error. The user has complete rights on the directory. Here is the table and file stored in it. SQL> select name from resum

  • Ive got a kernal panic

    My ibook has been asking me to restart all day, and i cant seem to keep it on long enough to try and fis the problem as it just wants to shut down. This is the longest it has let me stay on, here is the error message panic(cpu 0 caller 0x000A8C00): U

  • IPad 1 & 3G

    My mom's iPad 1 is eating through her 3G service. She doesn't watch/stream any video, just email, WWF and Facebook yet she's gone through 3 gig of data plan in just days. And it takes FOREVER for things to load. spinning beach ball....spinning beach

  • Error Message in Excise Invoice

    Hey When I a creating a Excise Invoice wrt  Billing(T code J1IIN) , When I am saving the invoice, I am getting an Error message as follows Not Enough Balance for utilisation Message no. 8I578 Diagnosis The balance in the Account is not enough to carr

  • How can I hold a value of voltage, which can be used as a numeric value

    Hi, I'm trying to read in a voltage value and then hold it when i press a button. This value should then be able to be used as a numerical value, e.g. I can divide it or add constants etc. I realise this is probably a totaly remedial question, but it