Using Shared Parameters in Request Sets

Hi.
I have a Request Set created but I want to pass one of the parameters entered in the 1st stage STAGE10, but also for this to be picked up by the 2nd stage STAGE20.
I have heard that this is possible but have not been able to find any evidence from Metalink or Oracle Documentation, unless I just have not found the right document(s).
This would require our users to not to have to enter the FileName parameter at each stage of the Request Set.
I do not want to have each of the stages coded together as I want them to be standalone also (if required).
Many thanks fro any help forthcoming.
Regards
Michael Brown
Edited by: user621432 on 29-Oct-2008 02:10

On the request set, review the program where You first specify the parameter to inherit and click on the parameters button. There You can specify an alias for the parameter that can be referren in the other programs in the set to inherit the value specified.

Similar Messages

  • How to use shared parameter on request set

    Hi
    I have a request set with two stages
    First stage contains From Date and To date where i have named the shared parameter as StartSP and EndSP
    i have to use these shared parameter in one of the query in next stage where my Type is SQL Statment and i have these two date fields From date and To date in next stage as well where i am able to retirve the values from previous stage
    based on these values i need to get the name in next parameter where my Type is SQL Statment
    select name from tablename where '02-MAR-09' > =start_Date and '29-MAR-09' <=end_Date
    I have written SQL as
    select name from tablename where StartSP > =start_Date and EndSP <=end_Date but it throws an error.
    I need the values of 02-Mar-09 and 29-Mar-09 from StartSP and EndSP
    Appreciate if any one has idea about this.

    hi user;
    please check:
    http://download-west.oracle.com/docs/cd/A60725_05/html/comnls/us/fnd/repset04.htm
    http://download-east.oracle.com/docs/cd/A60725_05/html/comnls/us/fnd/10gch609.htm
    Also you can check this search:http://www.google.com.tr/search?hl=tr&source=hp&q=How+to+use+shared+parameter+on+request+set+&meta=&aq=f&oq=
    Hope it helps
    Regard
    Helios

  • How to Submit a Concurrent Request Set Using a Self-Service Page

    Hi all,
    I would like to know how to Run/Submit a Concurrent Request Set Using a Self-Service Page
    Thanks.
    Bench

    Hi all,
    I would like to know how to Run/Submit a Concurrent Request Set Using a Self-Service Page
    Thanks.
    Bench

  • HT201088 I am considering starting Family Sharing.  Should I set up a new Apple ID for the Family Sharing or should I use my personal Apple ID?

    I am considering starting Family Sharing.  Should I set up a new Apple ID for Family Sharing or should I use my personal ID?

    On your Mac, try to access your gmail account. There should be a link you click for "Forgot My Password". Click it and try to retrieve your password.
     Cheers, Tom

  • Using a previous stage request id as a parameter for a later stage in a Set

    Hi,
    I am trying to create a request set that has three requests in it. One of the parameters of the second request in the set has to be the request id of the first request.
    I have looked at the documentation and on My Oracle Support but I can not find anything that says that this is possible. Can anyone point me in the direction of any documentation that might help or give advice on how this could be acheived?
    We are running EBS 11.5.10.2.
    Thanks in advance,
    Jamie.

    Hi Dird,
    I understand this. But i really don't want to make more input parameters, like; P1_INPUT_PARAMS P2_INPUT_PARAMS P3_INPUT_PARAMS. Because i don't know how much parameters are going to be submitted. That's why i tried to pass the parameters between quotes, so that it is one string. But that didn't do the trick...
    Any suggestions?
    Edit: ''1,2'' --> doesn't do the trick as well
    Edited by: rajan.arkenbout on 6-aug-2009 16:57

  • Can we call and execute a request set using db adapter or oracle apps adapt

    Hi,
    Can we call and execute a request set(which executes a set of packages in a sequence) using db adapter or oracle apps adapter similar to calling a stored procedure and concurrent program?
    thanks,
    RV

    1) In BPEL call the DBAdapter in a sequence, make sure you set the partnerlink 'property' to transaction=participate.
    2) Or create a package that calls the other packages in a sequence
    Marc
    http://orasoa.blogspot.com

  • Can I re-use a parameterized manual test case with different set of parameters in a different test plan?

    Can I re-use a parameterized manual test case with different set of parameters in a different test plan without impacting the parameters in the first test plan?

    Hi ssteele_1,
    Thank you for posting in MSDN forum.
    Generally, I know that if you want to re-use a parameterized manual test case and without impacting the parameters in the first test plan.
    I suggest you could try to right click this parameterized manual test case ->Select the Create copy and add to suite option like the following screen shot.
    Then the parameterized manual test case can be re-used as a new test case in this MTM and it will did not impact the original parameterized manual test case.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Calling a request set from a concurrent program

    Hi,
    I am trying to call a request set( say RS1) from a concurrent program ( say CP1). I have used fnd_submit.set_request_set and related APIs, and I am able to submit the request set. But the problem is that I have to either hard code the request set parameters in the concurrent program CP1( which I am currently doing), or define the parameters in the concurrent program CP1 and pass the parameters while calling the request set requests. The second method does not work because the request set has around 30 requests, and it is not possible to accept the parameters for all those requests from CP1.
    What I would like to do is to define a parameter in CP1 which accepts the request set name( or short name), and then pop-up a window which shows the sub-requests in the request set so that I can enter the parameters of each request within the request set. ( something similar to $FLEX$)
    Have anyone done such a thing? Does anyone know if it is possible?
    Any suggestions are welcome!

    Hi,
    Sharing parameters will not work because my request set has many requests and none of them have any common parameters. I am looking for a solution which will show me all the programs in the request set with the default values so that I can change the parameter values if required.
    Thanks,
    Sridhar

  • How to use shared variables to address multiple Watlow controller​s on the same COM port

    Hello,
    I am trying to use LabVIEW 2010 to control 4 Watlow temperature controllers on one COM port. 3 are Model 96 and 1 is an EZ zone controller. Each controller has a unique modbus address, and I am trying to read from and write to individual registers (such as closed loop setpoint) using shared variables. I am getting return data when reading (although the data appears to be invalid), but am unable to change the value in the register by writing. How can I be sure that the Modbus server is sending commands to the correct controller?
    Chuck
    Solved!
    Go to Solution.

    Peter,
    Thanks for the reply. I have actually solved that problem. I realized that the Modbus server address has to be the same as the controller's Modbus address.
    I have, however, run into another problem. Perhaps you could help me with that. I have a system with 4 Watlow controllers, 3 are series 96 controllers, one is PID only and 2 are ramping. The 4th controller is an EZ zone. I am using RS485 for communications and the controllers are all wired in parallel for communications and power.
    I have set up 2 Modbus servers for 2 of the controllers.
    This is the first I have ever worked with Modbus based communications. I have successfully programmed using the Modbus read/write VIs, and am wanting to move to shared variables. My questions right now revolve around addressing, Modbus I/O servers and COM ports. Specifically, at this point, I know the addresses need to match up between the server and the slave device (Watlow controller in my case), how many servers can I create and use on one COM port? If the number is limited, is there a way I can specify an address that I want the server to talk to? Will the broadcast mode work to request data values from the controllers?
    I'd appreciate any information you can help me with, or if you could point me to some sort of concise 'How-To' for Modbus communication.
    Thanks.
    Chuck

  • Short Dump TSV_TNEW_PAGE_ALLOC_FAILED while using shared memory objects

    Hi Gurus,
    We are using shared memory objects to stor some data which we will be reading later. I have implemented the interfce IF_SHM_BUILD_INSTANCE in root class and using its method BUILD for automatic area structuring.
    Today our developments moved from dev system to quality system, and while writing the data into the shared memory using the methods ATTACH_FOR_WRITE and DETACH_COMMIT in one report. We started getting the run time error TSV_TNEW_PAGE_ALLOC_FAILED.This is raised when the method DETACH_COMMIT is called to commit the changes in the shared memory.
    Everyhting works fine before DETACH_COMMIT. I know that it is happening since the program ran out of extended memory, but I am not sure why it is happening at DETACH_COMMIT call. If excessive memory is being used in the program, this run time error should have been raised while calling the ATTACH_FOR_WRITE method or while filling the root class attributes. I am not sure why it is happening at DETACH_COMMIT method.
    Many Thanks in advance.
    Thanks,
    Raveesh

    Hi raveesh,
    as Naimesh suggested: Probably system parameter for shared memory area is too small. Compare the system parameters in devel and QA, check what other shared memory areas are used.
    Regarding your question, why it does not fail at ATTACH_FOR_WRITE but then on DETACH_COMMIT:
    Probably ATTACH_FOR_WRITE will set an exclusive write lock on the shared memory data, then write to some kind of 'rollback' memory and DETACH_COMMIT will really put the data into shared memory area and release the lock. The 'rollback' memory is in the LUW's work memory which is much bigger as the usual shared memory size.
    This is my assumption - don't know who can verify or reject it.
    Regards,
    Clemens

  • How to submit a Concurrent Request Set from OAF

    All,
    I understand we can submit a concurrent program from OAF using
    oracle.apps.fnd.cp.request.ConcurrentRequest.submitRequest( String pApplication,
                        String pProgram,
                        String pDescription,
                        String pStartTime,
                        boolean pSubRequest,
                        Vector pArgArray) method,
    But the class ConcurrentRequest don't have any method to submit a concurrent request set. The workaround is directly call the pl/sql package FND_SUBMIT.submit_program.
    Is there any other oracle.apps.fnd.cp.request.* class have method to call a concurrent request set?
    Thanks.
    With Regards,
    Kali.
    OSSI.

    Sorry for my typo.....! I meant use the pl/sql way, there is no standard solution for this in OAF.
    didn't get what you mean by,
    You mean i need to use FND_SUBMIT.submit_program? or you want me to check in OAF itself?
    >>Kali, You can use [b]fnd_submit.submit_set , this is explained "Application Developer User Guide"!
    Even i tried to use that PL/SQL FND_SUBMIT.submit_program, that is returning BOOLEAN so i am facing the problem which you have discussed in the forum
    >>Use the work around i suggested in the thread u mentioned in ur reply.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Job terminated in source system -- Request set to red,SAPSQL_SQLS_INVALID_

    Hi All,
    can any one help on this issue.
    I run the BI statistics in production and found out the error while triggering the delta's
    Error message from the source system
    Diagnosis
    An error occurred in the source system.
    System Response
    Caller 09 contains an error message.
    Further analysis:
    The error occurred in Extractor .
    Refer to the error message.
    Procedure
    How you remove the error depends on the error message.
    Note
    If the source system is a Client Workstation, then it is possible that the file that you wanted to load was being edited at the time of the data request. Make sure that the file is in the specified directory, that it is not being processed at the moment, and restart the request.
    Error msg :  Job terminated in source system --> Request set to red
    Message no. RSM078
    Job started
    Step 001 started (program SBIE0001, variant &0000000000756, user ID
    Asynchronous transmission of info IDoc 2 in task 0001 (0 parallel tasks)
    DATASOURCE = 0TCT_DSA1
    RLOGSYS = BCLNT300
    REQUNR = REQU_D4GZHNLA3PSQ7XRNGL0EMV6AP
    UPDMODE = D
    LANGUAGES = *
    Current Values for Selected Profile Parameters *
    abap/heap_area_nondia......... 0 *
    abap/heap_area_total.......... 2147483648 *
    abap/heaplimit................ 40894464 *
    zcsa/installed_languages...... ED *
    zcsa/system_language.......... E *
    ztta/max_memreq_MB............ 2047 *
    ztta/roll_area................ 3000320 *
    ztta/roll_extension........... 2000683008 *
    ABAP/4 processor: SAPSQL_SQLS_INVALID_CURSOR
    Job cancelled
    But delta laoding for same is working in DEV...but not in prod...
    Please suggest
    Regards
    Shweta

    Swetha
    finally found out the notes.
    Please look into them and ask you basis to implemnt,
    1161940
    1106569
    1145041
    1146851
    Please have a look and ask for implemtation in your system which are suitable for you
    We also faced the same issue job termination in source system for BI Statistics
    Regards#
    Srini

  • Can't share photos using shared Photo Stream with iCloud Control Panel for Windows

    BACKSTORY: My friend took pictures of my family. I want to see the pictures he took. We live about 2.5 hours apart by car. Gas prices are too high for me to just drive down with an external hard drive to get the pictures and I might as well throw my money out the window if I were to ship him a hard drive and he ship it back. SO. I ask him if he would share photos with me and he quickly agreed. He added me to a Photo Stream  he has. ok cool. I recieve the invitation email just fine but this is the error I get when I click on the link:
    ERROR MESSAGE:
    Photo Stream
    Follow these steps to join a shared photo stream
    1.Make sure you have an iPhone, iPad or iPod touch running iOS 6 or a Mac running OS X 10.8.2 withiPhoto 9.4 or Aperture 3.4 or later installed.
    2. Sign in to iCloud on your devices.
    3. Open the invitation email on an updated device and tap the Join this Photo Stream button. 
    WHAT I NEED:
    How can I view shared photo streams using iCloud Windows control panel 2.1.2.0? How can I work around this error message? I don't own any of these products that apple wants me to own in order to view these photos! I don't have the cash to go out and purchase them. What can I do to get "my" photos? Do I have to be signed into my friends apple id to see the shared photos?
    What I've tried:
    I already have the icloud control panel installed and updated to the latest version.
    I'm signed into iCloud on the control panel. (no apple id password issues)
    I have photo stream checked.
    I have my photo stream checked
    I have shared photo stream checked.
    I have tried copying and pasting the link into the address bars of Safari for Windows, Google Chrome, Internet Explorer,  and Firefox respectively and pressing enter to load. all present the same error message.
    I visited iCloud.com to see if there was anywhere to access the shared photo stream there... No option exisits
    Checked my photo stream folder in windows explorer. it's completely empty. I haven't put any of my own photos there so nothings missing per se... I just can't see my friends shared photos.
    MY SET UP:
    Windows 7 64bit Home Premium
    4gb of RAM
    iCloud control panel version 2.1.2.0
    I don't own any version of Outlook, (if that matters. I doubt that it matters at all in this case.)
    I don't have any iOS Devices or a mac capable of 10.8. My MacBook is stuck at 10.6.8. It's a late mid 2008 just before the aluminum unibody computers came out. If I had only waited another month... sigh. Murphy's Law is alive and well.
    any sugestions, especially correct answers, are welcome. please help me figure this out. Thanks in advance.
    Desert_dweller5

    Hello desert_dweller5,
    It sounds like you art trying to access a Shared Photo Stream, but you do not have one of the devices to enable your Apple ID as an iCloud account.  The following article provides information on how Shared Photo Streams work:
    iCloud: Photo Stream FAQ
    http://support.apple.com/kb/HT4486
    The article states that for privately Shared Photo Streams to work, the recipient will not only have to have an Apple ID, but it will have to be an iCloud account:
    Friends and family with iCloud accounts can view your photos in the Photos app on any device using iOS 6 or later; on a Mac in iPhoto 9.4 or Aperture 3.4 or later; on a Windows PC with Windows Vista or later and iCloud Control Panel 2.0 or later installed; or on a second generation or later Apple TV with software version 5.1 or later installed. They can also view your photos on the web if you enable Public Website in the settings or options for your Shared Photo Stream.
    Since you do not have an iCloud account and just and Apple ID, your friend can share the photo stream as a public website so that you can view it, as stated in the same article: 
    Can I share with people who don't have an iCloud account?
    Yes. If you enable Public Website in the settings or options for your shared photo stream your photos will be published to a website that anyone can view in an up-to-date web browser.
    To be able to change an Apple ID to an iCloud account, you would need an iPhone, iPad, or iPod touch with iOS 5 or later or a Mac with OS X Lion v10.7.4 or later as stated in the following article:
    Creating an iCloud account: Frequently Asked Questions
    http://support.apple.com/kb/HT4436
    Best,
    Sheila M.

  • Using Shared Variables and Initialize Front Panel Binding (to PSP)

    Hi,
    I use LV DSC RT 8.2.1
    I have a Vacuum System That includes signals from - Pumps failure, Valves status, Vacuum gauge, start Pump ...
    Each signal is read by a FieldPoint. 
    All the relevant FieldPoint Channels are read by the Server (a computer in the Ethernet Network) and published to the network in the form of Shared Variables.
    I have a client VI that is reading the Shared Variables published by the Server using Front Panel Binding.
    Problem : 
    Some of the Bindings are in the mode 'Write &Read' and that causes some initialization problems.
    For example - Valve #1 is Open, and then a User start running the Client VI, (the Valve #1 Status mode is 'Write & Read")
                           if in the VI the status of Valve #1 is closed (before running it) then the Valve status is changing to Closed.
    I want the Client VI to first read the Physical status of the instrument and then to change the Value if the User changes it.
    But that's seems to be a problem when using Front Panel Binding... (is it?)
    I know I can Deploy a lvlib in the Client Side and Item Bind to the Shared Variables or Use DataSocket.
    (Is DataSocket is a Reliable method when connecting to Shared Variables? What are the disadvantages when using DataSocket?) 
    What is recommended by those of you that are experienced or by NI ?
    Sincerely Yours,
    Amitai Abramson.

    Amitai Abramson,
    Hello and thanks for using the NI Forums.
    I'm glad that you've read the Using the LabVIEW Shared Variable Tutorial on our website. Check out these other resources:
    Network Variable Technical Overview
    Troubleshooting Network-Published Shared Variables
    Why Do I See Unexpected Value Change Events for Shared Variables Using LabVIEW DSC?
    All You Need to Know About Shared Variables
    Creating a Value Change Event for Shared Variables
    Alternative Method for Using Shared Variables Between Systems in LabVIEW 8.x
    What Is The Difference Between Using Shared Variables And DataSocket VIs To Access OPC Tags?
    The issue that you are seeing by having "Write & Read" bound items on both the server and client side is essentially a race condition, you don't know which one is being read/written at what time. To resolve this issue I would take a look at some of the documents below.
    Using a Local, Global, or Shared Variable in Parallel Loops Can Cause Race Conditions
    Using Local and Global Variables Carefully
    Tutorial: Local Variable, Global Variable, and Race Conditions
    Locking a Shared Resource or Variable in LabVIEW Using Semaphores
    You mentioned not wanting to have two sets of shared variables (one on each side), but this is a great method to resovle this issue, that, or you can develope some sort of hand shaking to prevent these race conditions.
    I would suggest that in the future when using these forums you try to ask only one question per thread and make it more concise. It's hard to tackle multiple questions and such broad questions as "I want to know all the ways that I can connect to Shared Variables, and I want to know the advantages and disadvantages." I suggest this because we want you to get your questions answered and more concise questions will result in quicker and better answers. 
    Message Edited by Ben S on 10-01-2009 06:05 PM
    Ben Sisney
    FlexRIO V&V Engineer
    National Instruments

  • Error while Running "Tax Credit Upload" Request Set in Payroll

    Hi Friends,
    Firstly, wishing you all a happy New year.
    I am having an issue with a process, we have received a file from Irish Revenue which is a file with .tfa extension having the Tax details.
    While uploading the file using the "Tax Credit Upload" Request Set, the process spawns 2 more processes and then errors out with the following message in the Log file
    SQL*Loader-500: Unable to open file (99809810AMD.tfa)
    IBM AIX RISC System/6000 Error: 2: No such file or directory.
    If you could help me as to what exactly we are missing in this process.
    With Warm Regards
    Sachin Shirke

    Dear All,
    Due to some changes in Income tax in  the previous records (The 2 employees  mentioned below were inPA 4000 during 01.04.2011 to 30.09.2011) and now they are in PA 2600 pertaining to Pay Roll Area 24 (Pondy API & Pilot Plant)
    Pay roll run processed for11th Period ( February 2012) and the error appears as follows
    u2022     2 employees found error  Assignment to feature 40EPF did not take place appears.  
    u2022     PF arrear amount showing negative value
    Awaiting for your valuable replies
    Regards,
    Pinky

Maybe you are looking for

  • PF status problem

    Dear All, I create one AlV report but when i download  from ALV output data  to Exel , exel data is coming blank. i copy stadard PF status and using in alv report. All remaining button is properly working. can you suggest me why exel data is coming b

  • Scanner in else if is not reading correctly

    The scanner doesnt seem to read the second time in the else if statement. it just automaticly assigns y the previus value i read in. import java.util.*; public class test   public static void main(String[] args)     Scanner in = new Scanner(System.in

  • Camera Raw Plug-In V6.3.0.79 Problems

    BACKGROUND I am running Elements 9 V9.0.2 on an iMac with V6.3.0.79 of the Camera Raw Plug-In. I am totally new to Elements as of five weeks ago. The Camera Raw Plug-In worked fine for the first several weeks. Now, it locks me out of doing anything t

  • How to Convert an internal table into Text File

    Hello friends, Can you help me to find out the way to convert an internal table data into a flat file. the problem is that my internal table contains fields with data type INT also.

  • RG1 registry not updating

    Dears I have gone through existing forums and  I was very clear about the functionality of the same but there is one error which I am facing SCENARIO I have proceeded with the steps given in SD wiki and also I have gone through oss note 373001 which