Single step request submit to conc mgr

Does anyone have an example of a fnd_request.submit_request with the new “single step” approach where you provide the template? I can’t find any doc on the parameter name to specify the template to use in the output. Basically how to specify the additional output options when submitting a request via PL/SQL.
Thanks.

Thanks! A Metlink search found Note: 308658.1 which seems to spell it out. Now to try it.

Similar Messages

  • Can we create a (RAC) db service to assign a conc mgr to an instance

    Hi Everyone,
    Can we create a rac db service to for EBusiness? For example, can we create a service for AP module to run on instance1 of a two nodes RAC, and a service for PO to run on instance2.
    I know i can assign a node to a conc mgr and use the specialization rule to include/exclude a user to send request to that conc mgr. But this seperation is done at the ebusiness, not at database service.
    My understanding was that we can not create a service at the db because all the requests comes from one conc mgr. But having the ability to create more than one conc mgr, so maybe the question now is can i create a service for a conc mgr. lets say, I create a db service for standardard mgr on instance1 and create a db service for custom_mgr on node2. Is this possible?
    I am not on the distribution list, please email me at [email protected]
    Regards,
    Manizha

    Please see these docs/links:
    How to run a concurrent program against a specific RAC instance with PCP/RAC setup? [ID 1129203.1]
    PCP configuration
    PCP configuration
    Thanks,
    Hussein

  • Need to calling "Submit Measures" from Conc.Mgr

    We would like to be able to run the "Submit Measures" from the Conc.Mgr. instead of asking each of our rebuyer to open "Demand Planning Workbench" and select the "Submit Measures" button. A batch program should ease our process.
    Anyway, we're not able to identify what is the program being called - is it a Java, PL/SQL or Express function ?

    Hello,
    I am not familiar with Express, I just apply Metalink procedure used when I open Service Requests.
    To enable Express debug mode in Demand Planning, set the value of profile option MSD: Client Debugging to Y.
    Then, when you log as Demand planner, in Demand planning workbench, there is an icon 'Express Monitor' through which you can query like on Express server.
    Open this window and run line by line commands :
    aw list
    dbgoutfile ODPDIR/trace.log
    prgtrace=y
    badline=y=> you have activated debugging.
    Submit your measure (do not perform to many actions before stopping debugging, else, everything would be traced).
    Re-open express monitor window and stop the Debug :
    dbgoutfile eofOn your server, in ODPDIR directory, you will find the trace file.
    I hope it will help you to find some ideas.

  • Oracle Reports to Excel via Conc Mgr

    Hi-
    I'm trying to get Oracle Report to Excel output via the Conc Mgr. I've tried various options including Desformat=DelimitedData, Destype=localfile, Desformat=Delimited. I'm unable to get it to Open in Excel in any legible format.
    The best results I've gotten is using Desformat=Delimited w/in the rdf, View Requests - Choose Excel for Output, Choose Save to desktop, open w/ Excel and change text to data. My problem is that the delimiter is set to comma, but my data has commas in it. I tried creating a user parameter DELIMITER default Value = |; I tried setting up options in Conc Prog Reg screen DESFORMAT=DELIMITED DELIMITER='|', as well as setting System Parameter DESFORMAT= DELIMITED DELIMITER='|' w/in reports. It sets the delimiter as desired if I run it from my desktop and generate to a local file, but as soon as I move it and run it thru conc mgr it switches the delimiter back to comma.
    Thx-Tara

    Hi,
    You could use SYLK or BI Publisher. Check out my blog posts here:
    SYLK:
    http://garethroberts.blogspot.com/2007/10/excel-file-output-from-oracle.html
    XML / BI Publisher:
    http://garethroberts.blogspot.com/2007/09/standard-report-to-csv-file-via-bi.html
    Note that neither of these outputs are "native" binary Excel - SYLK is its own format and BI Publisher is XHTML.
    Regards,
    Gareth

  • How To Send Multiple Spool Lists  from a Single Step in SM37

    We have converted all of our output reports to ALV and now instead of one big spool that contains all the reports generated in a single step we now have multiple spools.  We run the program as a Batch Job in SM37 and have created an entry in the SPOOL LIST RECIPIENT for the job.  The problem is that it only sends one of our lists.  Is there a way to make it send all of the ists?

    You need to write areport program with fm 'RSPO_RETURN_ABAP_SPOOLJOB'  and collect all spools and send it and make this as precedent job after your ALV spool jobs

  • Single step workflow with multiple approvers (without using a group)

    Hi,
    is it possible to have a single step workflow with multiple approvers without using a group? This is for a contract document.
    i want to add a number of users based on particular logic. The approvers are random and do not belong to any particular group.
    DO let me know if it is possible or if any of you have done that.
    thanks in advance.
    regards,
    rubio

    Hi Rubio,
    I believe the behavior would be, if individual users are added as approvers then the system would require each approver to approve the document. However, if you use the user group, you could set the role so that it would be either ALL or ANY.
    Regards,
    Vikram

  • How to delete multiple data domains with single step ?

    how to delete multiple data domains with single step ?

    You can go to your Endeca-Server domain home e.g.($WEBLOGIC-HOME$/user_projects/domains/endeca_server_domain/EndecaServer/bin)
    run
    [HOST]$ ./endeca-cmd.sh list-dd
    default is enabled.
    GettingStarted is enabled.
    endeca is enabled.
    BikeStoreTest is enabled.
    create a new file from the output just with the domains that you want to delete and then create a loop
    [HOST]$ vi delete-dd.list
    default
    GettingStarted
    endeca
    BikeStoreTest
    [HOST]$ for i in $(cat delete-dd.list); do; ./endeca-cmd.sh delete-dd $i; done
    Remember that this can not be undone, unless you have a backup.

  • SQL Server Agent Job Step: Can I run in single step?

    Hi:
    I have a SSIS package that I am running from a SQL Agent job. I have to run a msdb Stored procedure first and then run the package. So I have created 2 steps. step-1, type =Tra-SQL where I am running my Stored Procedure. And then step-2, type= Integration
    Services which is running the package. I am attaching a config file here too. Is there a simple way to do these 2 steps in just 1 single step without too much complexities. 
    In the step-1 , SQl command=EXEC MySQlProcedure
    In the step-2 , by default the commandline=/SQL "MyPackage" /SERVER MySqlSer /CONFIGFILE "MyDataConfig.dtsConfig" /CHECKPOINTING OFF /REPORTING E
    Thanks.

    The stored procedure actually gives permission to any user who wants to run the job. I found only I (the creater) and DBA can run the job but other users could not. So I asked the DBA to set it up and he then created this SP. Is there any other way where
    I can give access to every user or only DBA can do it?

  • UCCE Unable to mix logical operators in a single step (PQs)

    Hi,
    I'm trying to configure this expression on a single step  (A&C)||(B&C). After setting the first logical operator the remaining ones get greyed out with the option you chose at the begining (attached). How can you get the result of the expression working then? lets say you want either a sales or support guy that speak Spanish. All attributes would need to go in the first step to have a fair distribution... to my knowledge (which is limited for PQs) if first step is true, call will be delivered to agents matching the condition correct?
    I'm using PCCE 9.0
    Cheers
    Isidro

    OK I missed a drop-down on the "add attribute" button which offers you "add expression" and allows you to change the logical operator!...need a coffee!
    http://goo.gl/MRuiK5
    cheers
    Isidro

  • OIM 11G : Selecting Multiple RO's in Single "Self Request Resource" Failing

    Hello Everyone,
    OIM 11G : End User "Self Request Resource" failing when user selects 2 or more resources in a Single Self Request Resource Request
    1) On OIM 11G, I have created 2 resource objects, workflow, process forms.
    2) Created the separate request dataset xml and imported into OIM repository
    3) Now if an end user creates a request , "Self Request Resource" and selects one of the resource
    4) Form defined as per request dataset shows up perfectly for the application on Resource Attributes page which comes next.
    5) Only Problem that I am seeing is when End User selects 2 resources in one single request
    Both the resource request dataset has been correctly configured because selecting only 1 works not both when both are selected in same request.
    Thanks,
    Deepak

    Hello Experts,
    on OIM 11G
    I am getting the above issue when an end user does a "self request resource" and selects 2 Resource Objects.
    On the Next Page, attribute form defined as per the request dataset.xml does not show up.
    Both the RO's are seen on top breadcrumbs but with a blank form. I can navigate to the next RO Resource Data Details again with a blank form.
    Though the attribute form as per request dataset comes up properly if I select any 1 of the 2 RO's and make "self request resource". everything goes fine.
    I have followed the documentation thoroughly to import the datasets etc and can see request dataset in MDS_PATHS table (DEV_MDS user).
    If anybody has also faced a similar issue or tested that selecting 2 RO's in 1 single "self request resource" works , pls let me know.
    Thanking in advance,
    Deepak

  • Error in single step plant transfer

    Hi guys,
    I have a doubt regarding "single step plant transfer"
    when i give material,plant and location in MB1B with
    movement type "301". after entering it and giving all the
    information like Material,quantity, and recieving Plant
    and if i enter i get this error
    "Material 1232 not maintained in plant JOP2"
    matrl no : 1232
    source plant JOP1 recieving plant JOP2
    kindly help me to overcome this error
    regards
    Jino

    hi
    Material 1232 not maintained in plant JOP2
    This means you have to extend this material to plant JOP2
    Go to MM01 and enter the material number 1232 at both Material no & Ref no
    then press enter
    in the next screen select all views & enter in the next screen enter the plant from & plant to. as JOP2
    just keep on pressing enter & Save.
    This will mainatin material in required plant
    Regards

  • Single Step approval BRF Workflow for RFx.

    Hi,
    I am facing one problem in process controlled workflow for RFx. I have the scenario where I have only one approver but 7-8 reviewer are there in between of approver and initiator for example:
    Initiator >reviewer1>reviewer2->reviewer3->....reviewer8-->approver.
    For acheiving this I have activated standard single step approval workflow.
    But while I am trying to add reviewers to the RFx at the time of creation of RFx the system is not shwing the reviewers. it gets refreshed only reviewers line is added to the reviewers Tab but system did not display any reviewer.
    And while I publish the RFx it directly goes to the approver and while i tried to add the reviewer from approver end the same problem is coming.
    Please help me. How I cam achieve this functionality.
    Thanks & Regards,
    Sachin

    Hello Ashutosh,
    Thanks For your reply. I want to add reviewers at the time of creation of RFx not ad-hoc approvers.
    As I explain in my question that I have only one approver in whole approval process rest all are the reviewers only who only do the review and add comments not the approving authority.
    Thanks,
    Sachin

  • How many number of pages can be included in a single spool request

    Hi ,
    How many maximum number of pages can be included in a single spool request. can we increase or decrease these max no of pages per spool in SAP.Please advise.
    Thanks & Regards,
    Sam.

    Hi Sam,
    The spool is ultimately a file created in the database. So it can handle a large number of pages.
    By defaut it shows only first ten pages.. This can be changed from the settings in SP01.
    GOTO> DISPLAY REQUESTS> SETTINGS
    Regs,
    Sameer

  • HT201263 Hi, my iPhone 5s was disabled because i forgot my passcode. I was relying to 3 finger prints that I was saving before. I didn't know that passcode is required when the phone restarted. So I follow every single steps to recover

    Hi, my iPhone 5s was disabled because i forgot my passcode. I was relying to 3 finger prints that I was saving before. I didn't know that passcode is required when the phone restarted. So I follow every single steps to recover my iPhone using i tunes.
    Suddenly an iTunes pop up a message "that I must respond to iTunes on my phone, so that the computer could have access to the phone".
    HOW COULD I RESPOND ON MY PHONE WHEN I WAS DISABLED ALREADY?
    IS THERE ANY BUTTON TO BE PRESS AS CODE COMBINATION THAT STANDS AS MY RESPOND TO ITUNES?
    <Edited by Host>

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Forgot passcode or device disabled
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:                                                             
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes       
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:           
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.
    If you previously synced to the computer then you may be able to recover use of the iPod without erasing the iPod by following the instructions here:
    Disabled Recovery-must use syncing computer.
    For the future, this is the iPod touch forum

  • VI Works Single Step at a Time, But Not When Run Normally

    I'm very new to LabView and have created a simple VI to record a single measurement from my HP 34401A Multimeter over an RS 232 connection.
    The problem that I'm having is that the VI only works when I run it a single step at a time (clicking the single step button until it's completed).  When I try to run the entire thing though, I get the following error:
    Error -1073807339 occurred at VISA Read in Untitled 2
    Possible reason(s):
    VISA:  (Hex 0xBFFF0015) Timeout expired before operation completed.
    After reading through the help page for that error, I tried adding a time delay, but that did not fix the problem.
    (http://digital.ni.com/public.nsf/allkb/874B379E24C0A0D686256FCF007A6EA0)
    NI I/O Trace didn't provide any answers for me, but I've attached a shot.  Lines 1-13 are from the single step run, the rest are from attempting to run the entire thing at once.
    Can anyone please help me understand what's going on here?  Thanks in advance!
    If anyone is interested:
    Windows 7
    LabVIEW 2009
    HP 34401A Multimeter
    RS 232 connection is through a USB-Serial adapter
    Solved!
    Go to Solution.
    Attachments:
    Front Panel and Block Diagram.png ‏112 KB
    NI IO Trace.png ‏91 KB

    The only thing I can think of is that you are sending the remote command and then not waiting long enough for it to complete.  The manual states:
    It is very important that you send the
    SYSTem:REMote command
    to place the multimeter in the remote mode. Sending or receiving data
    over the RS-232 interface when not configured for remote operation can
    cause unpredictable results.
    And I think we are experiencing unpredictable results.
    i don't know if you can change the command into a query by using the *OPC? command, but using that could solve it - or we could run into the same issue because of the caveat mentioned above.  Maybe you have to put a manual wait in between the remote command and the write command.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

Maybe you are looking for

  • FCPX how many times can it install on the same computer?

    From time to time I like to wipe the drives and start afresh or, whenever there is a new OS, I will perform a clean install. This entails wiping the drive and reloading all software. Most of the apps have 'de-authorize' function, this allows me to us

  • Screwed up my default icons with CandyBar - how to get 'em back??

    Hi, Okay, this was really dumb of me, I know - please be gentle... I registered Shapeshifter a couple of weeks ago and used it to change my theme and system icons to my liking. Then, today, I downloaded the CandyBar demo to see what that would do. Ba

  • Line-item no.  not sequential  in billing

    Hi All , While doing POS upload for sales collection , message type ‘WPUUMS’ from a site for retail , two documents are created Article and billing . Both of these are having multiple articles which are positioned by line item no POSNR & VGPOS (like

  • Oracle AQ to WLS 7 bridge

              I am trying to configure a Messaging Bridge in WLS 7.0 to an Oracle9i Advanced           Queue. I have a startup class that registers AQjmsQueueConnectionFactory in the           WLS JNDI tree (which AFAICT is working).           However, n

  • Awful download speeds after upgrade to OS X Lion

    Good evening all Mac-users! I have searched the forum for an answer but as far as I can see the only problem that's in common with mine occurs on iPad's. However, I have a MacBook that I recently upgraded to Mac OS X Lion, everything works fine excep