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

Similar Messages

  • I tried to use Duck Duck Go as my default search engine for Firefox. I had google set as my default search engine. How do I fix it. Cant use about:config.

    Duck Duck go won't even let me access About:config. It's like I am locked into Duck Duck go. I checked my add on manager and found nothing about Duck Duck Go there. I ran a scan on Malwarebytes Pro for any kind of virus and found nothing. I really want google as my default search engine. So far I managed to get Firefox as my main search engine. Any help would be appreciated.

    What do you mean that it won't let you access the <b>about:config</b> page?
    Can't you open the about:config page via the location bar or can't you modify prefs?
    You can use the SearchReset extension to reset some preferences to the default values.
    *https://addons.mozilla.org/firefox/addon/searchreset/
    Note that the SearchReset extension only runs once and then uninstalls automatically, so it won't show on the "Firefox > Add-ons" page (about:addons).
    If you do not keep changes after a restart or otherwise have problems with preferences, see:
    *http://kb.mozillazine.org/Preferences_not_saved

  • You must register your tables using JDDI before you request them

    Hey Guys....
    I'm trying to query a custom table created on a SQL Server 2005 database, the same RDBMS for the SAP Web AS. I'm using a different database from the sytem's standard.
    I created a Datasource for it. I can get the connection, but when I execute a query I get the following message.
    Please note that I used everything SAP recommends for JDBC connector. I have done this previously for an oracle database but this time this approach (MS SQL) is not working...
    I don't understand what it means for registering the tables using JDDI.
    Could you please show me some light?
    java.rmi.RemoteException: com.sap.engine.services.dbpool.exceptions.BaseRemoteException: SQL statement(s) cannot be executed over DataSource "ZPORTAL". If you are using an Open SQL DataSource, you must register your tables using JDDI before you request them. Reason: java.sql.SQLException: [NWMss][SQLServer JDBC Driver][SQLServer]Invalid object name 'BC_DDDBTABLERT'. [id = Unknown]
         at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.executeFromAppThread(DataSourceManagerImpl.java:1201)
         at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.executeInitStatements(DataSourceManagerImpl.java:532)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.pj.jmx.introspect.DefaultMBeanInvoker.invoke(DefaultMBeanInvoker.java:58)
         at com.sap.pj.jmx.mbeaninfo.AdditionalInfoProviderMBean.invoke(AdditionalInfoProviderMBean.java:289)
         at com.sap.pj.jmx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:944)
         at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.invoke(MBeanServerWrapperInterceptor.java:288)
         at com.sap.engine.services.jmx.CompletionInterceptor.invoke(CompletionInterceptor.java:409)
         at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.invoke(BasicMBeanServerInterceptor.java:277)
         at com.sap.jmx.provider.ProviderInterceptor.invoke(ProviderInterceptor.java:258)
         at com.sap.engine.services.jmx.RedirectInterceptor.invoke(RedirectInterceptor.java:340)
         at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:330)
         at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.invoke(MBeanServerSecurityWrapper.java:287)
         at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:131)
         at com.sap.engine.services.jmx.ClusterInterceptor.invokeMbs(ClusterInterceptor.java:212)
         at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:766)
         at com.sap.engine.services.jmx.MBeanServerInterceptorInvoker.invokeMbs(MBeanServerInterceptorInvoker.java:102)
         at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImpl.invokeMbs(P4ConnectorServerImpl.java:61)
         at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImplp4_Skel.dispatch(P4ConnectorServerImplp4_Skel.java:64)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.sql.SQLException: [NWMss][SQLServer JDBC Driver][SQLServer]Invalid object name 'BC_DDDBTABLERT'.
         at com.sap.dictionary.database.catalog.XmlCatalogReader.getTable(XmlCatalogReader.java:98)
         at com.sap.sql.catalog.impl.BufferedCatalogReader.getTable(BufferedCatalogReader.java:126)
         at com.sap.sql.catalog.impl.BufferedCatalogReader.getTable(BufferedCatalogReader.java:89)
         at com.sap.sql.sqlparser.CheckColAndTabVisitor.checkTabs(CheckColAndTabVisitor.java:247)
         at com.sap.sql.sqlparser.CheckColAndTabVisitor.performCatalogChecks(CheckColAndTabVisitor.java:170)
         at com.sap.sql.sqlparser.CommonSQLStatement.checkSemantics(CommonSQLStatement.java:184)
         at com.sap.sql.jdbc.common.StatementAnalyzerImpl.check(StatementAnalyzerImpl.java:42)
         at com.sap.sql.jdbc.common.StatementAnalyzerImpl.preprepareStatement(StatementAnalyzerImpl.java:126)
         at com.sap.sql.jdbc.common.StatementAnalyzerImpl.preprepareStatement(StatementAnalyzerImpl.java:109)
         at com.sap.sql.jdbc.common.CommonStatementImpl.execute(CommonStatementImpl.java:217)
         at com.sap.engine.services.dbpool.wrappers.StatementWrapper.execute(StatementWrapper.java:167)
         at com.sap.engine.services.dbpool.deploy.DBInitializer.run(DBInitializer.java:69)
         ... 4 more

    I changed the SQL Engine parameter to "Vendor SQL" under Additional tab of my datasource configuration

  • Show previous requisition requests link is missing in MSS.

    Hi All,
    In Manager Self-Service ->Recruiting->New Requisition Request->Request to fill postion. Here link show previous requisition requests missing.
    How to enable the link? This link is missed after portal is upgraded.
    Regards,
    Srinivasu.Y

    Hi,
    FPM is used to link in ivew.
    Thanks,
    Srinivasu.Y

  • Delete previous months request

    Hi,
    I have a cube with 2 infosources.From 1st infosource the load is weekly load.My requirement is to delete the previous months requests from this 1st infosource.Any one have some idea on how to delete the Previous months request?

    Hi ChndraShekar,
    you can do this by using that cube's infopackage. whre ther is option in data targets tab " selective deletion(s) double click it thr you get many options of data selection for deletion of your required request.
    hope it surly solves your problm, assn pnt if it helps.
    Regards,
    Neelima.

  • TS1646 I bought the iphone 5 and can not purchase anything using my previous apple ID's card details. Do I need to get another account (card) to make purchases?

    I bought the iphone 5 and can not purchase anything using my previous apple ID's card details. Do I need to get another account (card) to make purchases?

    JamilyaFromALA wrote:
    ... Do I need to get another account (card) to make purchases?
    Not necessarily...
    To Contact iTunes Support and request assistance Click  Here

  • USE of PREVIOUS command to eliminate duplicate records in counter formula

    i'm trying to create a counter formula to count the number of documents paid over 30 days.  to do this i have to subtract the InvDate from the PayDate.   and then create a counter based on this value.  if {days to pay} is greater than 30 then 1 else 0.
    then sum the {days to pay} field to each group.   groups are company, month, and supplier.
    becuase invoices can have multiple payments and payments can have multiple invoices. there is no way around having duplicate records for the field. 
    so my counter is distorted by by the duplicate records and my percentage of payments over 30 days formula will not be accurate do to these duplicates.
    I've tried Distinct Count based on this formula  if {days to pay} is greater than 30 then . and it works except that is counts 0.00 has a distinct records so my total is off 1 for summaries with a record that (days to pay} is less than or equal to 30.
    if i subract 1 from the formula then it will be inaccurate for summaries with no records over 30 days.
    so i'm come to this.
    if Previous() do not equal
    then
      if {day to days} greater than 30
      then 1
      else 0.00
    else 0.00
    but it doesn't work.  i've sorted the detail section by
    does anyone have any knowledge or success using the PREVIOUS command in a report?
    Edited by: Fred Ebbett on Feb 11, 2010 5:41 PM

    So, you have to include all data and not just use the selection criteria 'PayDate-InvDate>30'?
    You will need to create a running total on the RPDOC ID, one for each section you need to show a count for, evaluating for your >30 day formula. 
    I don't understand why you're telling the formula to return 0.00 in your if statement.
    In order to get percentages you'll need to use the distinct count (possibly running totals again but this time no formula). Then in each section you'd need a formula that divides the two running totals.
    I may not have my head around the concept since you stated "invoices can have multiple payments and payments can have multiple invoices".  So, invoice A can have payments 1, 2 and 3.  And Payment 4 can be associated with invoice B and C?  Ugh.  Still though, you're evaluating every row of data.  If you're focus is the invoices that took longer than 30 days to be paid...I'd group on the invoice number, put the "if 'PayDate-InvDate>30' then 1 else 0" formula in the detail, do a sum on it in the group footer and base my running total on the sum being >0 to do a distinct count of invoices.
    Hope this points you in the right direction.
    Eric

  • How do I use a previous email address with my printer?

    How do I use a previous email address with my printer?  I reset my printer and want to use the same email address as before.Thanks

    At this time the printer's email address will not be available for for re-use for 6 months. This is a security measure once an email has been disabled. After that time, one can go into their account and then change the customized email address for the printer. 
    I am a former employee of HP...
    How do I give Kudos?| How do I mark a post as Solved?

  • HT204074 Can i use my previous apple ID on my new iPhone ? It's asking for a new ID but i only have the one email address

    Can i use my previous apple ID on my new iPhone ? It's asking for a new ID but i only have the one email address

    Yes. We need more details...exactly what do you mean by "asking for a new ID"? Where do you see this?

  • Why can't I use my previous MobileMe email address instead of creating a new one?

    Why can't I use my previous MobileMe email address instead of creating a new one?  When signing up for iCloud I'm asked to choose an email address [email protected]  I am already using an @me address via moblileme.  When i input that address it states that that address is already taken.  Try picking a new one.  I don't want a new one I want to use my mobileme address.  How can that be done?

    It appears you set up a new iCloud account rather than migrating your MobileMe account over to iCloud.  I migrated everything over this morning and am still using my old MobileMe email address.
    Check to see if you can migrate rather than open a new account.
    Lew

  • HT203167 I am trying to transfer itunes songs that were purchased using a previous apple id and windows pc ( I now have a Macbook pro). I know the previous apple id, but have forgotten the password.

    I am trying to transfer my itunes songs that were purchased using a previous apple id and windows pc ( I now have a macbook pro). When I try and download the itunes files, a message appears telling me that 7 songs purchased under the old apple id cannot be added to itunes on my macbook( the rest are added ok). I know the previous apple id, but have forgotten the password. When I try and retrieve the password using the security questions, I am asked for my birthdate. When I enter my birthdate, I am told this information is incorrect! Thats as far as i can go!
    How can I update my apple id( and remove any old ones) if I can't retrieve the old password?

    You need a third-party program lke one of those discussed here:
    newer copy

  • HT1766 I just got a 5s and had taken some pictures. Then I plugged it into my PC and set it up using my previous backup from my iPhone 4. Now the pictures I had taken are gone, is there any way to get them back?!

    I just got a 5s and had taken some pictures. Then I plugged it into my PC and set it up using my previous backup from my iPhone 4. Now the pictures I had taken are gone, is there any way to get them back?!

    Sorry no as you wipe the current data when you restore from your backup.

  • I performed a time machine backup without plugging my labtop into a power source. My computer died and all the settings were changed, ie the clock and date were changed back to 2001. So I tried to restore my computer using a previous time machine backup.

    I performed a time machine backup without plugging my labtop into a power source. My computer died and all the settings were changed, ie the clock and date were changed back to 2001. So I tried to restore my computer using a previous time machine backup. (which I now know was wrong). However, when time machine tried to restore it said there was not enough room to do a backup. It seems that it did a half backup because some essential  files such as system profiler are now missing. Can I undo this restore...? What can I do to fix this

    You need to do a full system restore, per Time Machine - Frequently Asked Question #14.
    If that sends a message, please note the exact wording.

  • 10.2 crashes when I try to convert old libraries for use in the new software. Is there a workaround for this? Or will i have to continue using the previous version to complete older projects?

    Final Cut Pro X 10.2 crashes when I try to convert old libraries for use in the new software. Is there a workaround for this? Or will I have to continue using the previous version to complete older projects? the only foreseeable solution is to begin any new projects on 10.2 or importing footage on 10.2 and starting form scratch--which is something i definitely don't want to do or have time to do. ANY advice, thoughts, or opinions would be greatly appreciated! Thank you!
    Running 10.10.3 // MacBook Pro (Retina, 15-inch, Early 2013) // 2.4 GHz Intel Core i7 // 8 GB 1600 MHz DDR3

    Exactly the same problem with me.
    Some other threads advice to remove fonts, clean the caches, remove add ins but nothing works consistenty, for some it looks like it works, for me it failed.
    What I did not try yet, was to move the Render files out of the malicious library to trash.

  • Multivalue error when using the previous() function

    I am getting a multivalue error when using the previous() function on a dimension object in the report.  I thought that the previous function was supposed to look at the current report and then look at the previous record's contents.  How could this possibly give me a multivalue error when the value is clearly output in the previous row?  Anyone have any ideas?
    By the way, this is a valuable function for the types of reports that I design.  The next() function would be even more valuable.
    Thanks for your help.

    Hi Michael,
    Could you please test the following solutions it might help you to resolve the issue.
    Solution1:
    Use slice and dice to reset all the tables that have #multivalue in it. The only problem with this workaround is they have to do the formatting manually.
    Solution2:
    Also, test the issue by changing the object to dimension if it is a measure or to measure if it is a dimension.
    Regards,
    Sarbhjeet Kaur

Maybe you are looking for