Custom Concurrent not available thru Apps Adapter - Urgent

All,
Version : BPEL & JDev 10.1.3.4
Summary of my project: Integration 3rd party appln with Oracle EBS 11i (11.5.10.2).
We have a custom concurrent program defined in Purchasing module of Oracle EBS. From BPEL I need to invoke this concurrent. But on configuring the Apps adapter, I'm not able to see the custom concurrent but the standard concurrents are listing out!
How should I make my concurrent configure thru Apps adapter? Can anybody plz help me out with this scenario?
thanks,
sen.
Edited by: Sen2008 on Sep 1, 2009 5:21 AM

I had raised an SR with Oracle recently on this issue SR Number 7643220.994 and got a satisfactory solution
This is the meat of the discussion
1. On 11.5.10 this is NOT supported out of the box => You cannot see your custom concurrent program in the iRep in Apps adapter. Some public documentation at http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10537/T430238T528906.htm
2. For 11i the IRep data file is seeded and is located in the following
jar file of Jdev installation
<Jdev install directory>/jdev/extensions/oracle.bpm.modeler.10.1.3.jar
File path within the jar is
oracle/tip/tools/ide/pm/wizard/adapter/apps/data/IRep.xml
So what I did is - unjar'ed this file, modified IRep.xml, and rejar'ed. Restarted JDeveloper. My custom cp was visible. I even tested it. It worked fine.
hth
Amit

Similar Messages

  • Error while invoking Create Applicant api thru apps adapter

    Hi All,
    We are trying to invoke Create Applicant API(hr_applicant_api.create_applicant) thru apps adapter but we are getting below error message - (we are using ebs 12.1.1 and soa 11.1.1.3)
    Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'PFCCreateIRCApplicantEbizAPI' failed due to: Stored procedure invocation error. Error while trying to prepare and execute the APPS.XX_BPEL_PFCCREATEIRCAPPLICANTE.HR_APPLICANT_API$CREATE_APPLI API. An error occurred while preparing and executing the APPS.XX_BPEL_PFCCREATEIRCAPPLICANTE.HR_APPLICANT_API$CREATE_APPLI API. Cause: java.sql.SQLException: ORA-20001: PER_????_PER_INV_COR_LANG ORA-06512: at "APPS.HR_APPLICANT_API", line 867 ORA-06512: at "APPS.XX_BPEL_PFCCREATEIRCAPPLICANTE", line 136 ORA-06512: at line 1 ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary></part><part name="detail"><detail>ORA-20001: PER_????_PER_INV_COR_LANG ORA-06512: at "APPS.HR_APPLICANT_API", line 867 ORA-06512: at "APPS.XX_BPEL_PFCCREATEIRCAPPLICANTE", line 136 ORA-06512: at line 1
    below is the input to api -
    <db:P_DATE_RECEIVED>
    2011-10-10T00:00:00.000+05:30
    </db:P_DATE_RECEIVED>
    <db:P_BUSINESS_GROUP_ID>
    1994
    </db:P_BUSINESS_GROUP_ID>
    <db:P_LAST_NAME>
    Alam
    </db:P_LAST_NAME>
    <db:P_PERSON_TYPE_ID>
    6252
    </db:P_PERSON_TYPE_ID>
    <db:P_PER_COMMENTS/>
    <db:P_DATE_OF_BIRTH>
    1981-01-01T00:00:00.000+05:30
    </db:P_DATE_OF_BIRTH>
    <db:P_EMAIL_ADDRESS>
    [email protected]
    </db:P_EMAIL_ADDRESS>
    <db:P_EXPENSE_CHECK_SEND_TO_ADDRES>
    </db:P_EXPENSE_CHECK_SEND_TO_ADDRES>
    <db:P_FIRST_NAME>
    Irfan
    </db:P_FIRST_NAME>
    <db:P_MARITAL_STATUS>
    S
    </db:P_MARITAL_STATUS>
    <db:P_MIDDLE_NAMES/>
    <db:P_NATIONAL_IDENTIFIER>
    </db:P_NATIONAL_IDENTIFIER>
    <db:P_PREVIOUS_LAST_NAME>
    </db:P_PREVIOUS_LAST_NAME>
    <db:P_SEX>
    M
    </db:P_SEX>
    <db:P_TITLE>
    Mr
    </db:P_TITLE>
    <db:P_WORK_TELEPHONE/>
    <db:P_PER_INFORMATION_CATEGORY>
    AE
    </db:P_PER_INFORMATION_CATEGORY>
    <db:P_PER_INFORMATION18>
    205
    </db:P_PER_INFORMATION18>
    <db:P_BACKGROUND_CHECK_STATUS>
    </db:P_BACKGROUND_CHECK_STATUS>
    <db:P_BACKGROUND_DATE_CHECK/>
    <db:P_CORRESPONDENCE_LANGUAGE>
    English
    </db:P_CORRESPONDENCE_LANGUAGE>
    <db:P_HOLD_APPLICANT_DATE_UNTIL/>
    <db:P_MAILSTOP>
    </db:P_MAILSTOP>
    <db:P_OFFICE_NUMBER/>
    <db:P_RESUME_EXISTS>
    Y
    </db:P_RESUME_EXISTS>
    <db:P_RESUME_LAST_UPDATED>
    0011-09-28T00:00:00.000+05:30
    </db:P_RESUME_LAST_UPDATED>
    <db:P_STUDENT_STATUS/>
    <db:P_WORK_SCHEDULE>
    </db:P_WORK_SCHEDULE>
    <db:P_TOWN_OF_BIRTH/>
    <db:P_REGION_OF_BIRTH>
    </db:P_REGION_OF_BIRTH>
    <db:P_COUNTRY_OF_BIRTH/>
    Thanks in Advance,
    Rakesh.

    > 2009-05-29 12:17:55 Error Adapter Framework caught exception: null
    > 2009-05-29 12:17:55 Error Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException.
    This is a generic error message which does not have any information about the error which has occurred.
    Do you see any error messages in the SOAP client?
    Regards
    Stefan

  • To find last run date of custom concurrent program in oracle apps

    Hello Exports,
    Can you pls tell me how to find last run date of custom concurrent program in oracle apps.( thr Backend query )
    Thanks in advance,
    Edited by: 981527 on Mar 7, 2013 3:01 AM

    try the below:
    select fcp.user_concurrent_program_name
    ,fcr.request_date
    ,fu.user_name
    ,fcr.actual_start_date
    ,fcr.actual_completion_date
    ,fcr.phase_code
    ,fcr.status_code
    ,fcr.argument1
    ,fcr.argument2
    ,fcr.argument3
    from fnd_concurrent_programs_vl fcp
    ,fnd_concurrent_requests fcr
    ,fnd_user fu
    where fcp.user_concurrent_program_name like 'Payroll Run'
    and fcp.concurrent_program_id = fcr.concurrent_program_id
    and fcr.requested_by = fu.user_id
    order by fcr.actual_completion_date desc

  • I burned disks of previously purchased content that is not available thru iTunes anymore but the latest ver. of iTunes won't let me copy this same content onto a new comp.  Is there a way to do this or maybe an earlier ver. of iTunes to download?

    I burned disks of previously purchased content that is not available thru iTunes anymore but the latest ver. of iTunes won't let me copy this same content onto a new comp.  Is there a way to do this or maybe an earlier ver. of iTunes to download?

    Those links in case you need them:
    iTunes Windows 10.3.1 (32-bit)
    iTunes Windows 10.3.1 (64-bit)
    tt2

  • I erased my drive on Macbook pro, trying to reinstale os x Maverick but it is not available on App store, what should I do?

    I erased my drive on Macbook pro, trying to re-install os x Maverick but it is not available on App store, what should I do?

    Install Yosemite instead of Mavericks. Or you can do the following if your computer supports Internet Recovery:
    Install Mavericks, Lion/Mountain Lion Using Internet Recovery
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    Select Disk Utility from the main menu and click on the Continue button.
    After DU loads select your newly installed hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion. Mavericks: Select Reinstall Lion/Mountain Lion, Mavericks and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    This should restore the version of OS X originally pre-installed on the computer.

  • Changes to VO not available in Apps

    Hi,
    I have made some changes to my custom VO, copied the xml and class files to the correct directory on the server, however my changes are not available/visible in apps. I already cleared the mid-tier cache and bounced the Apache webserver, but with no result. The path of the VO in the XML of the AM is correct.
    All unix users should have enough rights on the files to access them.
    Does anyone have an idea what can be the cause that my changes are not reflected in Apps?
    Help is very much appreciated!
    Br
    Guy

    Please make sure you added new attributes only at the end of existing attributes in sql, not in-between
    If in R12,
    First bounce apache:
    $ADMIN_SCRIPTS_HOME/adapcctl.sh stop
    $ADMIN_SCRIPTS_HOME/adapcctl.sh start
    Then bounce OC4J process:
    $ADMIN_SCRIPTS_HOME/adoacorectl.sh stop
    sleep 10
    $ADMIN_SCRIPTS_HOME/adoacorectl.sh start
    If in R11i, $COMMON_TOP/admin/scripts
    adapcctl.sh stop sleep 10
    adapcctl.sh start

  • Where can I find a driver for the SM bus? It is not available thru HP support.

    I have a Compaq Presario V5120NR notebook. My operating system crashed and was not recoverable. I ourchased a copy of Windows XP Home Edition and installed it. This is the same operating system that came on the notebook. I downloaded all drivers available thru HP support and installed them. The Device Manager still shows that I have no driver installed for the SM bus. The notebook works, but has a few "quirks", such as the screen saver comes on, but then goes off for no apparent reason. No major problems, just little annoying things like that. Any idea where I can get the driver for the SM bus would be greatly appreciated,  :-)
    This question was solved.
    View Solution.

    You're very welcome.
    Normally the SMBus controller with the chipset in your notebook is installed with the graphics driver.
    I figured installing the generic AMD driver might contain the SMBus controller your notebook needs.
    So, you can try that, or...
    I have one other suggestion.  Try this driver and see if it works. You have to manually install it.
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=12...
    Download and run the file.  It will extract to C:\SWSetup\sp33927.
    Go to the device manager and click on the SMBus controller needing drivers.
    Click on the driver tab. Click on Update Driver.
    Select the manual search method and browse to the above folder.
    Select the SMBUSati.inf file and see if it installs the smbus controller.
    This driver is from a dc5750 desktop with an AMD chipset. Maybe that is a generic ATI controller used by a lot of PC's.

  • Custom Attribute not available in Available Fields section of Configuration

    Hi Experts,
    My requirement is to add a custom search field in contact search screen. For that i tried various options
    Option1
    Added a model attribute in component/view  BP_CONT SEARCH/Search. The attribute got successfully added. But when i opened the Configuration tab, i could not see the attribute in the available fields.
    Option 2
    In the view CRMVC_SDESIGN, i created a new entry for my attribute in object type: BP_CONTACT and design object . But doing so, i got an error and was not able to add my attribute
    Option3
    Since the View context node 'Search' is bound to the Component Controller Context node 'Search'. I created my custom attribute in compoennt controller also. But this also did not help.
    Option 4
    I deleted the enhancement of the view and created a new enhancement. I created a value node in Search context node. But still the attribute is not available in the Availble Fields in the Configuration of component/view BP_CONT_SEARCH/SEARCH.
    Kindly provide your valuable suggestions to resolve this issue.
    Regards,
    Radhika
    Edited by: Radhika Chuttani on Jan 6, 2012 7:28 AM

    Hi Radhika,
    You need to enhance the search query structure as well in order to get the field in the configuration.
    You can find the BOL structure for the corresponding context node bol model.
    In your case, the BOL model is the search object 'BuilContactAdvancedSearch'.
    The corresponding structure can be found at the BOL Model Browser, under Dynamic Query Objects
    for the search object 'BuilContactAdvancedSearch'. The corresponding structure 'CRMT_BUPA_IL_CONP_SEARCH'
    has to be enhanced with the new custom attribute. Only then, this field would be available in the configuration
    when the following htm code gets executed when you open the configuration tab.
    <thtmlb:advancedSearch id                = "advs0"
                                     fieldMetadata     = "<%= controller->GET_DQUERY_DEFINITIONS( ) %>"
                                     header            = "<%= SEARCH->get_param_struct_name( ) %>"
                                     fieldNames        = "<%= controller->GET_POSSIBLE_FIELDS( ) %>"
                                     values            = "//SEARCH/PARAMETERS"
                                     maxHits           = "//SEARCH/MAX_HITS"
                                     ajaxDeltaHandling = "false"
                                     onEnter           = "search" />
    Here you can see that, it reads the parameter structure using the method SEARCH->get_param_struct_name( ) of
    the context node.This is used for configuration as well.
    Also if you have an F4 help for your custom attribute, you have to add it in the GET_DQUERY_DEFINITIONS( )  of the
    view controller. These additional information will help you to understand better.
    Regards
    Leon
    [SAP Community Network Forums on mobile|https://cw.sdn.sap.com/cw/ideas/7910]

  • Loaded fonts not available to apps

    Running 10.6.8, using Font Agent Pro, have not had problem for past year and a half, and all of a sudden yesterday, fonts not recognized by apps. Using Quark, versions 6 - 9, Adobe Creative Suites CS3 - CS6, Word, Excel, etc. I have loaded fonts through Fontbook instead of using Font Agent Pro, I have removed caches with terminal, ran Repair Disk Permissions, Shutdown, boot in Safe Mode, everything I can think of. In Fontbook, fonts display correctly but a lot of them are not available in other Apps. For instance, Arial & Arial Bold not available, but Italic & Bold Italic are fine. I work at a commercial printer and this is killing me!

    Did you repair permissions and restarted your computer after the font installatons?

  • Install option not available in App Store for some apps

    Why is the option to install not available for some apps?  The app info shows up but the install button is not there.

    The button should read either the price of the App, or Free if they are free. Alternatively if you have purchased/downloaded the App in the past but deleted it from the device, it should have a button with a cloud icon.
    Pressing it will initate download and installation.
    Is none of this the case?

  • How do i reinstall mountain lion? not available in app store anymore.

    Went through reinstallation procedure only to find mountain lion not available in the app store anymore. when it asks for apple id login the message states, not available. please help!

    If you purchased Mountain Lion as an upgrade, it will always be in your list under the Purchases tab of the App Store app. Click Download to reinstall it.

  • My order (OS X 10.8) not available at app store

    i just bought 10.8, somehow the english version, though i bought it on the germnan apple webstore. now app store tells me, this version is not available for download. it doesn`t offer a diffrent version. my apple id is not working on the us-app store either. so what can i do to get my version of mountain lion?
    german or english version is fine.

    You can only buy from the App store of the country in which you are a resident, with a permanent billing address in that country and a credit card supported by a bank in that country.
    Nor can you buy Snow Leopard 10.6.8.   You can buy 10.6.3 under the conditions I mentioned above.   That will then have to be software updated to 10.6.8.

  • AIM Messenger for iPhone not available in App Store India

    Hi,
    I understand that the AIM Messenget is available in www.aim.com for iPhone but it is not available in the India app store. It is only available in the US and if I change store, it does not allow to download as my apple id is not good for the US app store.
    Please help
    Thanks,
    Sanjoy

    No one here can help you. Contact the developer and ask about their plans for the app in the Indian app store.

  • Poor connection issue sends message "Verizon customer is not available" to callers rather than to VM!

    My phone is my business.  It's the only way I have for clients to reach me to schedule appointments.  Most of my clients are new at this point.  While my latest of 5 replacement phones don't drive me AS crazy with connection issues, it's driving my husband crazy as he daily gets told I'm not available and can't even leave a voicemail (which is usually yelling at me to dump this piece of crap phone).  If he gets that message daily, I wonder how many clients I'm losing from getting the message as well!!  With corporate discounts of 25%, I have still spent over $450 on this phone, all but the screen saver at the Verizon store.  I was given the option of "upgrading" to a Razr last time.  PLEASE!  The CR tried telling me it was newer (don't think so, pretty sure it was on the display right next to my Nexus in Dec), better camera (very debatable, and with much lesser quality screen, who cares about more mp?!), and that I bought my phone 8-9 months ago but it had been available much longer.  Umm, I bought it the week it was released.  I don't think 2 days can be considered "much longer".
    I'm going to try the switch to straight CDMA that seems to work for some with connection dropping, because I can't afford clients getting that message (they understand being sent to voicemail if I'm in a session), but... I bought this phone with a price tag of $299, paid another 99 for insurance, screen saver, gel case, extra battery and charger when my first phone port was shot after 7 months waiting for replacement, and luckily haven't bothered w/ screen savers for the weekly replacements or I'd have to add another $100 to the cost.  This is a flagship phone with a flagship starting contract cost, and the best they can do is send out refurbs that have the same issue over and over.  My guess is the turnover is so great they don't go through the normal testing and repairs of typical refurbs.  Take these refurbs off the market when they're returned with bad radio!  I'd consider a GS3, Razr Maxx, or maybe even the upcoming RazrM (though that would def be a downgrade considering the starting cost and we don't know yet of what issues it will have, but I like the size and battery life), though it sucks that I'd be spending another $50 just on case and screen saver.
    Anyone else experience the unavailable issue and get it resolved? I'm so tired of calling tech support.  And why can't they just put the phone number right on the "contact us" page like normal companies??

        I certainly understand the need to have an operable device!  Please DM me your name and mobile number, so I may further assist you.  Thank you!
    TominqueB_VZW
    Please follow us on Twitter @VZWSupport

  • TS1815 download album art not available thru itunes

    How do you download album art not available in iTunes store.
    I could copy and paste in the older version but not since the latest update
    I'm using windows
    Thanks Mark pianoman

    I, too, relied on the name of the iTunes library being displayed on the top header bar of the iTunes window. I have 2 iTunes libraries that I go back and forth on all the time, and now I really have to look at the contents to figure out which library I'm in at any given moment.  What a pain!!  And what a stupid move to diminish functionality, Apple.  You folks have been doing this more all the time lately -- taking away perfected functionality -- and either deleting it or changing it just for the sake of a new look.  If it ain't broke, don't fix it!!  Please! 
    A good example of that is the dim grey text in all too much Apple everything these days.  Black is beautiful, please!  And especially useful in reading!!  And, apparently, enough people thought so, too, since I see black text is back in iTunes 11.  It went grey, and you heard from enough people that that was something no one should have changed.  Well, as the Gipper said: Here you go again!  Bring back the Library Name.  You've got plenty of room; you don't need to put it in another vertical space -- just put in in line with the other stuff you've got there.  Put it left of the "Search Library."  That would be fine.  But, just do it!

Maybe you are looking for

  • Alternative Free Good determination in Sales order

    Dear Gurus, We activated Free Goods determination. We are maintaining condition records in Tcode VBN1. We are creating the condition records using the fields Sales org, Distribution Channel and Sales Office.  Condition record specifies the free good

  • Forgein Key Constraints

    I am trying to create a couple of tables and need to have a partner table relate to another table to retrieve information from as a forgein key. However, the SQL I am not sure of. I have that attribute as follow: Partner_ID NUMBER(1) NOT NULL, FORGEI

  • J2ME MMS send/receive (WMADemo app) now fails on all UK mobile networks!

    I built a J2ME CLDC mobile app that has run successfully in several countries for the past 4 years. It is a messaging app based on the J2ME MMS send/receive functionality in the Wireless Messaging API (wma11.jar and wma20.jar), which allows message p

  • When adding a new graphic card the computer stuck when i see the hp logo.

    wats in my pc: Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz  NVIDIA GeForce GTX 550Ti (old one) Pegatron IPISB-CH2   BIOS Version/Date AMI 7.12, 12-10-2011 memory 3X 4GB PC3-10600(DDR3-1333) SSD Samsung evo 850 500gb & HDD HP 2TB 7.2K RPM SATA 3.5 Inch HD

  • Search help displayed in webgui mode

    In SRM I have create e new service. In this services i have created the template SEARCHHELP.HTML. But when I click on search icon, start the webgui template. In template I use the "macro" F4HelpButton. Help Me!!