Submit concurrent request for cost transaction workers

Is it possible to submit a concurrent request to run one of the cost transaction workers using submit_request
Resource Cost Worker (CMCCTW)
Overhead Cost Worker (CMCOCW)
these are normally submitted by Cost Manager (CMCTCM)

By modifying the concurrent program for "Overhead Cost Worker". Set SRS on. Added the parameters it uses (group_id, transaction_type, Org_id) I was able to run the concurrent request successfully from Submit Request Form. It still gets an error when you try to submit it using submit_request. I'm more courious thqan anything at this point. I'm sure Oracle would not be happy for me to make these sorts of changes to a production system.

Similar Messages

  • Web request for complaint transaction

    i have created a web request for complaint transaction .
    on submit of the request on BSP page it gives me the activity no( complaint ).
    now on viewing this activity in crmd_order transaction it give me an error
    "Internal number of current transaction could not be determined "
    and comes out of crmd_order
    Please let me know if you have any idea about it
    Thanks & Regards
    Manish

    HI,
    When u add a new field through EEWB wizard, that field add in related table. Suppose u r adding a field for Complaint , for that u have to choose Business object for complaint.
    After this step when u run wizard, not only this field will add in Complaint table but wizard also generate BADI, FM,some structures and data element and also some classes.
    U can find all these related generated methods , structure etc from General Data of Task.
    U dont need to create any Ztable, wizard take care itseld all data storage and handling.
    Regards
    Gaurav

  • Submit a request for a new feature

    Hi, How can I submit a request for a function in Transform filter in Adobe Illustration?

    Feature Requests HERE

  • I downloaded an app that isn't working correctly. Is there a way I can submit a request for a refund?

    I downloaded an app that isn't working correctly. Is there a way I can submit a request for a refund?

    All purchases are final via the Itunes Store.
    Refer to the support for that App either on the developers website or the support link for the app on the app's page in itunes.

  • How do I submit a concurrent request (for PL/SQL program)   from RDF

    Hi,
    I have a requirement i need to call a PL/SQL program using concurrent request from Oracle RDF, I am using below code.
    -> PL/SQL program has two input parameters
    Case:- 1
    reqid :=
    fnd_request.submit_request ('SQLAP','IPCS_ACH_VENDOR_PAYMENT1','','', FALSE,
                   :P_PAYMENT_BATCH,'N' , '', '' ,
    If i ran the above rdf i am getting below errors from concurrent request log
    ORACLE error 6550 in FDPSTP
    Cause:  FDPSTP failed due to ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to 'GEN_ACH'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Case :- 2
    reqid :=
    fnd_request.submit_request ('SQLAP','IPCS_ACH_VENDOR_PAYMENT1','','', FALSE,
                   :P_PAYMENT_BATCH,'N' );
    -> Able to compile the report without any errors.
    -> Upon running the rdf getting below error messages
    REP-0736: There exist uncompiled program unit(s).
    REP-1247: Report contains uncompiled PL/SQL.
    => Case:1 very well worked for Host file .
    --- Please help me how to submit a concurrent program( PL/SQL with 2 paramerers) in RDF ...
    Thanks
    Edited by: Apps Beginer on Dec 2, 2009 1:40 PM

    Looking at the 11.5.10 version of the [Oracle Applications Developer's Guide|http://download.oracle.com/docs/cd/B25516_18/current/html/docset.html] on page 21-32 - it states that the FND_REQUEST function must know information about the user and responsibility that is submitting the request. Therefore, the function only works from concurrent programs or forms within Oracle Applications. There are ways around this by initializing this information in your session before your call to SUBMIT_REQUEST. I've never tried this from a Report, but I've done it from PL/SQL that executes outside of Apps. You could try the following to see if it works.
    DECLARE
         n_RESP_APPL_ID          NUMBER;
         n_RESP_ID          NUMBER;
         n_USER_ID          NUMBER;
         n_REQUEST_ID          NUMBER;
    BEGIN
         n_RESP_APPL_ID := apps.FND_PROFILE.VALUE('RESP_APPL_ID');
         n_RESP_ID := apps.FND_PROFILE.VALUE('RESP_ID');
         n_USER_ID := apps.FND_PROFILE.VALUE('USER_ID');
         apps.FND_GLOBAL.Apps_Initialize(n_USER_ID, n_RESP_ID, n_RESP_APPL_ID);
         /* I prefer to use Named Notation for this call rather than enter placeholders for all 100+ parameters to SUBMMIT_REQUEST */
         n_REQUEST_ID := apps.fnd_request.submit_request(
                                       application => 'SQLAP',
                                       program => 'IPCS_ACH_VENDOR_PAYMENT1',
                                       start_time => To_Char(sysdate,'DD-MON-YYYY',
                                       argument1 => :P_PAYMENT_BATCH
                                       );Obviously, I don't know all of the parameters you need for your request, so I made a "BEST GUESS" based on your code sample so I doubt my example call to Submit_Request will work if you Copy-N-Paste. Make sure you use the correct parameters when you try this in your report.
    Hope this helps.
    Craig...
    If a response is helpful or correct, please mark it accordingly

  • Getting a Calendar in Concurrent Request for input of parameters

    I was wondering if anyone knew of a way to show a calendar for a date parameter when running a report set up as a concurrent request?

    Were you able to solve this..?? i am gettin ghte same problem. could you please help me?

  • How can I submit a request for a feature in a future iPod update.

    I use my iPod via a 3.5mm patch cable to my car stereo which is charged by a Belkin car charger connected to a power socket with is only live when the ignition is on.
    I would like to request an option within the iPod settings that I could enable to make the iPod always have the backlight on when it is connected to an external power source.
    Even better would be for Apple to introduce an option for a "Car Mode" in which, when it detects an external power source with no data line, it would automatically turn the backlight on & begin playing, and revert to normal backlight settings & pause when the power source discontinues
    60 GB iPod Photo   Windows XP  

    You can make feature requests here:
    http://www.apple.com/feedback/ipod.html

  • Cannot submit concurrent request

    Apps dbas,
    I faced a weird issue with one new system.
    The OAM works fine.
    And the form seems working. I can modify profile values, such as the simple tasks.
    If I want to test the CM, tried to submit a cm request,
    Then the system hang forever, I eve have to kill the IE process with task manager.
    The system configuration like this:
    Cm and db on one node
    Http and forms on one node,
    There is firewall between web tier and db tier
    The web tier is running on VM machine.
    How can I disguise this issue or narrow down the issue scope?
    Thanks,
    Lily

    What is the Apps release? OS?
    Are you accessing the application remotely? Or directly from the server?
    What is the status of the CM? Is it up and running?
    Then the system hang forever, I eve have to kill the IE process with task managerAssuming you are accessing the application remotely, can you try from some other machine? Or try using some other browser?

  • Need to find the transport request no for a transaction code

    Hi to all experts,
    how can i find out the transport request for a transaction code

    Hi,
    - go to se10
    - on initial screen choose from applicaiton toolbar Transport Organizer Tools (a hammer icon)
    - choose Search for Objects in Requests/Tasks
    - on next screen in Object Selection frame type new object type (below Data Element), type in TRAN which denotes transaction
    - select checkbox next to it and type in transaction name you are looking for on the right
    - on the frame below check Modifiable and Released
    - run
    - you will get all request where this object (transaction) reside
    Regards
    Marcin

  • Inventory Org Specific Report from a OA Submit concurrent Req Page

    Hi,
    I have a requirement where i need to add a button via personalization and using destination URI navigate to submit requests from OA Submit Concurrent requests page using some thing like this..
    OA.jsp?akRegionCode=FNDCPPROGRAMPAGE&akRegionApplicationId=0&programApplName=EAM&programName=EAMWRREP&programRegion=Hide&scheduleRegion=Hide¬ifyRegion=Hide&printRegion=Hide
    The problem is this particular report has parameters which are org specific and the underlying value set has some thing like this..
    WHERE ORGANIZATION_ID =
    :$PROFILES$.MFG_ORGANIZATION_ID
    AND ENTITY_TYPE in ( 6, 7 )
    ORDER BY WIP_ENTITY_NAME..
    I was getting erros/warnings in the parameters page because of :$PROFILES$.MFG_ORGANIZATION_ID.. I know it works only in forms based interface ($PROFILES$ refers to a block).. I tried changing the value set to use
    select fnd_profile.value('MFG_ORGANIZATION_ID') from dual instead of :$PROFILES$.MFG_ORGANIZATION_ID.. Still it is not working.. then i found this bug on the metalink..
    ============================================
    cause: Bug 2679979 In forms, profile MFG_ORGANIZATION_ID is set in database
    session when user use 'choose org lov'; however in java, the session
    concept is different from forms and it is not possible to save the profile in
    the database session and see it through another page(in java middle tier, the
    database connection is pooled and database session may be different when
    navigating from one page to another page, although user session, which is
    maintained in java middle tier is the same). Because of the fundamental
    difference of database connection management
    in forms and java middle tier, this problem cannot be solved for now.
    fix:
    This is the intended functionality.
    ==================================================
    I know i can submit this by extending the controller and i can get the profile value from the PageContext.getProfile() .. I just want to find out if there is any other way of achieving this without extending the controller..
    Hoping to hear from the experts...
    Thanks in Advance,
    Shree..

    why you can not try with this
    select fnd_profile.value('MFG_ORGANIZATION_ID') from dual;
    Thanks

  • Diff between a concurrent mgr and a transaction mgr

    hi,
    1)may i know what is tthe difference between a conn.mgr and a transaction.mgr?
    (i came to know that in tran.mgr, the request won't go to database) if the request is not going to database then how the request is going to be processed by transaction mgr? and in which cases we will go for transaction manager(give me some eg's)
    2)internal manager and internal concurrent mgr are they same?
    Thanks and Regards
    Srikanth

    Srikanth,
    1) As you have said, requests for a transaction manager don't go through the FND_CONCURRENT_REQUESTS table as they do for a normal concurrent manager. My understanding is that requests are sent to the transaction manager through database pipes (ie the DBMS_PIPE package). Each transaction manager process listens on a pipe for work requests. Processing requiring a transaction manager pings the related pipes, to find one that is ready to process the action.
    We haven't written any custom transaction managers, but the standard ones seem to be used where you might want effectively real-time processing that isn't expected to take much time by the manager (ie PO/Requisition Approvals) without having to wait for the concurrent manager to poll for pending requests.
    2) As far as I know, the internal manager and internal concurrent manager are the same.

  • The same travel request for many employee

    Dear colleagues!
    Our  HR specialist want to enter the travel request for many employee/workers  in one screen.
    Or quickly copy the one trip request for many employees.
    for example -  50 people trips with same attributes - at one time,at one destination etc.
    What the variants may be use ?
    Thanks in advance

    Hi,
    PR02 and FITE_EXPRESS_EXPENSES will allow for several TRIPS created at once for ONE Pernr, this is what Sally mentioned.
    http://help.sap.com/erp2005_ehp_04/helpdata/en/85/2a39eeef494c64aa8e8fa14816206e/content.htm
    However, Siegfried is right in my opinion, as per your original requirement to create several trips at once for DIFFERENT Pernr is not provided by SAP.
    Cheers, Lukas

  • ....OIM and SOA tables for new Request for Roles

    Hello OIM experts, please help me. I need the list of database tables that get updated when we submit new request for Roles. I need the tables that get updated by both SOA and OIM during request submission and approval.
    Appreciate your great help.
    thanks
    Edited by: Jyothi on Oct 23, 2012 3:52 AM

    REQUEST table stored request template related information. IN OIM 11G, you can see three level of approval, template level, request level and operation level. OIM has certain pre-defined template, that information is stored in Request table. To get information on any table:Execute below query
    select COMMENTS FROM USER_TAB_COMMENTS WHERE TABLE_NAME=<Tabel name for e.g.'REQUEST'>;
    It'll give info on all tables.
    To know more about request in 11g:
    http://docs.oracle.com/cd/E21764_01/doc.1111/e14309/request.htm
    regards,
    GP

  • Transport request and SOBJ transaction

    Hi group,
    I have two questions I would like to address:
    1) When working in a development environment we would like that the following transactions FSE2 and KSU7 do not ask for a transport request. By means of transaction SOBJ we have selected "No transport" in field Transport for both transactions, but system goes on asking for a transport request.
    What has to be done not to be asked for a transport request?
    2) There are some other transactions such as OBB8, where we do not want to be asked for a transport request as we want these transactions to be open in a productive environment but they are not listed in transacion SOBJ.
    Is there any other tool we can use to avoid being asked for a transport request for certain transactions?
    Thanks in advance.

    Thanks Mark for your quick answer,
    I know what you are talking about but we are not interested in changing the client configuration regarding transports.
    We are only interested in not being asked for a transport request for some transactions such as the ones I mentioned.
    Best regards
    Javier

  • Upgrade request for Lion?

    I submit a request for a  free upgrade to Lion since i got a new imac 3 days ago. I submit the application more that 24 hours ago. How long does it takes?

    This is a user to user forum. There is no one here who can help you.
    Allan

Maybe you are looking for