Oracle SSHR Interfaces for Mobile Development

Dear All,
We have a following requirement on top of Oracle E-Business Suite 11.5.10.
We need to access certain functionalities of Oracle Self Services Human Resoures (SSHR) like Apply New Leave, Leave Approval from various mobile applications (iOS, Android, Symbian OS, Blackberry OS, Windows Mobile). This will enable our executives to do some basic leave related functionalities on the go through mobile.
We are planning to develop the mobile frontends and wants to interact with the Oracle SSHR to save and retrieve the leave related information with workflow functionalities.
Can any one guide us on how to do this? Is there any interfaces provided by EBS which does the functionalities along with workflow features.
Note: We know that Oracle EBS 12.x support IPhone and Ipad using Oracle Business Approvals. But our company has no near term plans to upgrade our EBS to 12.x
Requirements Summary
1) Create New Leave, View Leaves for Approval, Approve/Reject Leave with comments
2) Should support various mobile OS platforms like iOS, Android, Symbian OS, Blackberry OS, Windows Mobile
3) Should support Workflow functionalities offered by EBS

I think there is no need to complicate it you can just enable the approvals through email so whatever the mobile used the manager will receive an email and he can take action through email.

Similar Messages

  • How to install Oracle Process Automation  for Mobile

    Hi
    I want to install Oracle Process Automation components for Mobile.
    I have downloaded the V20466-01.Zip file from Oracle Website, i dont find any setup file to intall OPA.
    Please let me know how to install OPA( i already installed Oracle Process Modeling).
    Thanks.

    There's no installation for OPA runtime components. For the OPA 10.1 .NET package (V20466-01) you need to decide which components you wish to deploy and then follow the corresponding section in the installation guide.
    As we don't provide any Windows Mobile applications, the process would be to develop your own .NET Compact Framework application, referencing the mobile determinations engine and it's dependancies, and then deploy that application as you would normally deploy a Windows Mobile application.

  • Flex for mobile development

    Is it possible to use Flex for developing RIAs for mobile
    browsers?
    From what I've read, Flex doesn't seem to be suitable for
    creating applications on mobile phones. But I wanted to be sure
    that's why raised this question here.

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    Adobe - Flex 3:
    Flex is a highly productive, free open source framework for
    building and maintaining expressive web applications that deploy
    consistently on all major
    Link:
    http://www.adobe.com/products/flex/
    Adobe Flex 3 Language Reference:
    Frame Alert. This document is designed to be viewed using the
    frames feature. If you see this message, you are using a
    non-frame-capable web client.
    Link:
    http://livedocs.adobe.com/flex/3/langref/
    Flex.org - Rich Internet Application Development:
    Welcome to the new Flex.org. This site aggregates Flex news
    from a number of sources, and allows community members to
    contribute their own content as well.
    Link:
    http://flex.org/
    Flex 3 - Versioning:
    You might encounter some versioning issues when working on
    Adobe Flex applications. When compiling, you can choose the version
    of the SDK to use and you
    Link:
    http://livedocs.adobe.com/flex/3/html/versioning_1.html
    Adobe Flex - Wikipedia, the free encyclopedia:
    Adobe Flex is a collection of technologies released by Adobe
    Systems for the development and deployment of cross platform rich
    Internet applications based
    Link:
    http://en.wikipedia.org/wiki/Adobe_Flex
    Adobe - Flex Developer Center:
    Check out the getting started guide on learn.adobe.com, with
    special areas for developers using Flex with PHP, .NET, Java, and
    ColdFusion.
    Link:
    http://www.adobe.com/devnet/flex/
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • ORACLE LITE Using for mobile CRM

    We are developing a CRM application and intend to use Oracle lite in order to enable working offline.
    Has anybody done such a project or similar one?
    Can you please share your experience with me?
    Thanks,

    http://download.oracle.com/docs/cd/E12095_01/doc.10302/e12080/preinstall.htm#CBHIIFJA
    <quote>
    3.8.1.2 Software Requirements For Windows Mobile Clients
    * Windows Mobile 5
    * Windows Mobile 5 for Pocket PC
    * Windows Mobile 5 for Pocket PC Phone Edition
    * Windows Mobile 5 AKU2
    <quote>
    You can download the latest version of Database Lite 10.3.0.2

  • Can i install VS 2013 in my Virtual Machine with Windows 8.1 and work for Mobile Development,Mobile Emulator can work in my Virtual Machine ?

    I have a Virtual Machine with Windows 8.1 OS and 4gb RAM, 200gb Disk.
    I want to develop apps for Windows Mobile 8.1 with VS 2013 Update 4, Mobile Emulators can work in my Virtual Machine, bcz i am getting bellow error.
    Windows Phone Emulator is unable to verify that the virtual machine is running:
    Something happend while starting a virtual machine:'Emulator 8.1 WVGA 4 inch 512MB.APPUSER' failed to start.(Virtual machine ID xxxxxx-xxxxx-xxxx-xxxx-xxxxxxx)
    The Virtual Machine Management Service failed to start the virtual machine 'Emulator 8.1 WVGA 4inch 512MB.appuser' because one of the Hyper-V components is not running (Virtual machine ID xxxx-xxxxx-xxxx-xxxx-xxxx).

    No you cannot do that.  You need a physical machine that supports Hyper-V
    Jeff Sanders (MSFT)
    @jsandersrocks - Windows Store Developer Solutions
    @WSDevSol
    Getting Started With Windows Azure Mobile Services development?
    Click here
    Getting Started With Windows Phone or Store app development?
    Click here
    My Team Blog: Windows Store & Phone Developer Solutions
    My Blog: Http Client Protocol Issues (and other fun stuff I support)

  • Adding User Interface for Mobile Devices to access existing website.

    Hello All,
    I am new the mobile world. We have an exisiting J2SE web based app for our customers. What we want to do is create a set of screens for our app to display the data on any mobile device, Blackberry, iPhone, Netbook, etc. What jars, API's do I need to create these screens? We want to hook into the existing backend services and jars in the main app. I have found the Java Mobile Browser Detector on Sourceforge, anybody had any luck with that? What forums would be best to get the best information on this subject? Looking for advice from people with more experience with this kind of development. Thanks in advance.
    Paul

    You can look here.
    [http://forums.sun.com/forum.jspa?forumID=999]
    ...display the data on any mobile deviceI suspect that is not going to happen without coding to each device. But that is just a guess.

  • b and i tags not working in StyleableTextField for mobile development

    I'm trying to dynamically produce TextArea instances in a Flex mobile app that implement html formatting.  I've made a lot of progress, but simple <b> and <i> tags are not being rendered correctly. 
    My current hypothesis is that I need to embed the italic and bold fonts.  I am currently not embedding fonts for these particular TextArea instances at all -- they are rendering using the system font.  In my previous experience, this eliminates problems with rendering <b> and <i> text.  However, when deploying on mobile platforms, I don't know for sure if there is a bold or italic system font natively available. 
    If I need to embed the bold and italic fonts for the tags to process correctly, does anyone know which font(s) I should embed and how I should name them so that the html will be able to find them and render correctly?  I am applying a CSS to these TextArea instances in the full app, so I can do any font embedding there if necessary.  I am planning to compile this app for both iOS and Android, in case that makes a difference. 
    Below is a simplified example of the code I'm using.  The TextArea that is generated is formatted honoring the <br /> tags, but ignoring the <b> and <i> tags. 
    Thanks in advance for any help. 
    import mx.events.FlexEvent;
    import spark.components.TextArea;
    import spark.components.supportClasses.StyleableTextField;
    import spark.skins.mobile.TextAreaSkin;
    protected function application1_creationCompleteHandler(event:FlexEvent):void
              var textArea0:TextArea = new TextArea();
              textArea0.setStyle("skinClass", TextAreaSkin);
              addElement(textArea0);
              var styleableTextField0:StyleableTextField = StyleableTextField(textArea0.textDisplay);
              styleableTextField0.multiline = true;
              styleableTextField0.htmlText = "<b>bold</b><br /><i>italic</i><br />normal";

    Huh!  I tried tracing the htmlText property after formatting, and the bold and italic tags are not there anymore.  Unexpected, but consistent with the results.  Thanks for suggesting that test.  Here is the line where I assign the htmlText property:
    styleableTextField0.htmlText = "normal<br/><i>italic</i><br/><b>bold</b><br/><a href='http://www.google.com/'>link</a>";
    Here is the section where I create the StyleSheet and assign it to the StyleableTextField:
    var styles:String =
      "@font-face{ fontFamily: Arial; src: url('assets/fonts/Arial.ttf'); embedAsCFF: false;}" +
      "@font-face{ fontFamily: Arial; src: url('assets/fonts/Arial Italic.ttf'); fontStyle: italic; embedAsCFF: false;}" +
      "@font-face{ fontFamily: Arial; src: url('assets/fonts/Arial Bold.ttf'); fontWeight: bold; embedAsCFF: false;}" +
      "a { color: #FFE043; textDecoration: underline; } " +
      "a:active{ color: #ffffff;}" +
      "b{fontWeight:bold; fontFamily: Arial;} " +
      "i{fontStyle:italic; fontFamily: Arial;}";
    var myStyleSheet:StyleSheet = new StyleSheet();
    myStyleSheet.parseCSS(styles);
    styleableTextField0.styleSheet = myStyleSheet;
    And here is the trace statement
    trace( styleableTextField0.htmlText); // <TEXTFORMAT RIGHTMARGIN="21" INDENT="10" LEADING="2"><P ALIGN="LEFT"><FONT FACE="Arial" SIZE="16" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">normal</FONT></P></TEXTFORMAT><TEXTFORMAT RIGHTMARGIN="21" INDENT="10" LEADING="2"><P ALIGN="LEFT"><FONT FACE="Arial" SIZE="16" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">italic</FONT></P></TEXTFORMAT><TEXTFORMAT RIGHTMARGIN="21" INDENT="10" LEADING="2"><P ALIGN="LEFT"><FONT FACE="Arial" SIZE="16" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">bold</FONT></P></TEXTFORMAT><TEXTFORMAT RIGHTMARGIN="21" INDENT="10" LEADING="2"><P ALIGN="LEFT"><FONT FACE="Arial" SIZE="16" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><A HREF="http://www.google.com/" TARGET="">link</A></FONT></P></TEXTFORMAT>
    Lots of code modification going on behind the scenes, it would seem.  Any idea as to why the bold and italic tags are being stripped out when the formatting process happens?  Any idea of what steps I could take next?  Thanks for all your help so far! 
    BTW, here's a screen capture of what the text looks like at this point:

  • About Oracle replication interface for the third-party programmer

    Hi,
    I want to construct a program like SharePlex from Quest software to provide the function of oracle replication. Somebody who knows how does the Shareplex monitor and analyse the redo logs? And Is there API provide by Oracle?
    Thanks!!!

    Hello
    There are no other supported interfaces or tools other than LOGMINER to mine and interpret the oracle redo/archived logs. Oracle has the rights to change the redo format or make any changes in the redo stream or change vectors as part of any patchsets or new releases. Any third party software might face problems if Oracle changes its redo format or makes changes in the redo format.
    You might need to take a look at the following metalink note:
    <Note: 97080.1> "Extracting Data from Redo Logs Is Not A Supported Interface"
    However Oracle has a replication technology called Oracle Streams which infact mines the redo/archived logs with the help of a new background process called 'capture process' which does not use any APIs but is built into to Oracle Kernel itself. Oracle Enterprise Edition will have this feature built-in.
    Thanks,
    Rijesh

  • Oracle C Interface for Oracle XE beta

    Hi All,
    I'm not entirely sure if this is the proper place to post this, but I'll give it a go anyway.
    I've managed to install the Oracle XE database on my Linux box, which was fairly simple and painless (Kudos to Todd). Now, I've managed to define a user, a table, the proper privileges and the proper connections I need.
    Now, I would like to connect from my application into the XE via a C/C++ interface. I've downloaded the Programmers Guide (all 1570 pages of it) - I got a serious headache from it.
    Can anyone please point me in a direction where I can find information about utilizing OCI in a productive manner, preferably with some sample code that an "Oracle" newbie can figure out?
    Regards,
    Nir Simionovich

    preferably with some sample code that an "Oracle" newbie
    can figure out?You can find a few OCI sample programs here:
    http://www.oracle.com/technology/sample_code/tech/oci/index.html
    If you are writing a C++ application, use OCCI which is the C++ interface.
    http://www.oracle.com/technology/tech/oci/occi/index.html
    OCCI sample programs are here:
    http://www.oracle.com/technology/sample_code/tech/occi/index.html
    Rgds.
    Amogh

  • Suggestion for mobile development

    Hi
     Sir/madam ;
    This is my personal advice and humble request
    i am requesting you please make a computer mobile
    because bill gates is a great man and Nokia lumia fail in market
    and i am not want to his company going down
    you are thinking  that i am mad
    but sir micro soft company is doing anything in the world
    please forgive me for my bad English
    thank you

    farasshaikh,
    Sorry but you have posted to a forum that deals exclusively with customizing and programming Microsoft Project. I suggest you delete this post and find a more appropriate forum.
    John

  • Searching for oracle.dacf.* for Java-Development

    Hello,
    i have a lot of java-classes here which i want to improve. if it was compilerable it could be an application with a connection to an Oracle 8.1.7 Database.
    The application of this source code is running actually, but i want to fix some problems which are in the used application.
    I fixed them by adding and correcting code in the Java-Files. But if i want to compile them the compiler stops with the error, that he isn't able to find the oracle.oacf.-Packages. The problem is, that i have looked for them on my harddisk and the harddisk of the server, where the oracle-database is installed. But i can't find this package. where can i find it? I have already installed the newest Oracle JDeveloper, but it is not in that enviroment.
    Can anyone help or provide this oacf-package as a zip-file to my e-mail-address?
    thanks in advance
    Oliver

    The api's for BPEL / Workslow canbe found here:
    http://orasoa.blogspot.com/2007/05/newbie-getting-started-with-oracle-soa.html
    Marc

  • Just a question for mobile development ...

    Hello everyone !
    I was wondering :
    I have a bunch of movieclips in my library. Each one contains it's own class and functions etc.
    I put each of these movieclips on diffrent frames in my timeline.
    My question was, if I am going to put these movieclips, on 2 or 3 frames on my timeline what will be the impact on speed of application (in mobile afcourse).
    For example MovieClip2 will be put on frames 2,3 and 6.
    It has 300 lines of code. Is the impact noticable ?

    that depends on what you coded.  for example, if there no enterframe or timeline or setinterval loops, the impact should be negligible.

  • Jdeveloper Version for MSCA development with MWA server based programming

    Any one Please provide the Oracle Jdeveloper version for Mobile Supply Chain Applications with MWA server based programming. This application basically runs on Whse mgmt responsibility. Any body who is developing this type application, please provide the Oracle Jdeveloper VERSION using for programming.
    Thanks,
    Deepak

    my issue is resolved. i'm getting this problem when i add just java class file to the project. but when i also add the business componets and page component and generate controller class to the project , i can see that import is recognized by the java class file. So i guess i have to delete all the unwanted business components that i have created at the end.
    Thanks
    Sunny
    Edited by: user13369509 on Mar 16, 2011 12:44 PM

  • Flash Design for Mobile Devices May Workshop

    I'll be running a 2 day workshop in San Francisco on
    Flash Design for Mobile Devices in May.
    Please forward this announcement to anyone who might be
    interested.
    Details are below.
    Thanks,
    Nader Nejat // CEO
    Omega Mobile //
    http://www.omegamobile.com
    Accelerating profit through stunning mobile experiences
    ==========================================
    What:
    Flash Design For Mobile Devices
    When:
    2 days: Saturday, May 6 & 13, 9am — 5pm
    Where:
    San Francisco State University Downtown Center
    Multimedia Studies Program
    425 Market Street, 2nd Floor
    San Francisco, CA 94105
    For more information and to register:
    On the Internet go to:
    http://msp.sfsu.edu
    Or, call: 415.405.7700
    Flash Design For Mobile Devices
    In the era of rich mobile media development, your mobile
    future is here. Now, learn how to create it in this hands-on
    workshop.
    We'll give you all the information and practice you need to
    be on the
    cutting edge of creating Flash content for PDAs, mobile
    phones and next
    generation devices. We'll explore the mobile Flash landscape
    by looking
    at working prototypes and actual applications that leverage
    the current
    mobile Flash player technology.
    In this class, each attendee is assigned their own computer
    to work on.
    Discussions are followed by exercises that show you exactly
    what you need
    to know to produce your own mobile content. We emphasize
    creating great
    mobile multimedia experiences for cell phones using Flash
    Lite.
    In addition to exploring development opportunities available
    today, you'll learn:
    • The capabilities and limitations of Flash for mobile
    development.
    • Best practices for planning your mobile projects.
    • How to efficiently convert Flash projects to mobile.
    • The entire production process from planning to
    testing and debugging on the device.
    • How to create engaging content and user experiences
    for small screens.
    • How to maximize memory and processor performance of
    your applications.
    • How to develop for multiple devices with minimal
    changes.
    • To tap into resources to get you started quickly
    • About handy third party utilities.
    Who should take this class?
    Anyone interested in developing rich media content for mobile
    devices
    including: mobile developers interested in Flash as a
    potential delivery
    platform and interface designers who want to use Flash for
    mobile design,
    Flash developers who wish to leverage their skills for mobile
    development,
    web designers who want to take advantage of the next big
    medium and anyone
    interested in Flash's capabilities for mobile devices.
    Prerequisite: Flash I or equivalent experience recommended.
    Course #: MULT 9234
    Schedule #: 26264
    Section: Z01
    Hands on, 1 student per computer
    2 days; Saturday, May 6 & 13, 9am — 5pm
    SFSU Downtown Center, 425 Market
    Fee: $395.00
    Register Now! Call 415.405.7700

    Anything similar available in UK?
    "..Nader.." <[email protected]> wrote in
    message
    news:[email protected]...
    > I'll be running a 2 day workshop in San Francisco on
    > Flash Design for Mobile Devices in May.
    >
    > Please forward this announcement to anyone who might be
    interested.
    >
    > Details are below.
    >
    > Thanks,
    > Nader Nejat // CEO
    > Omega Mobile //
    http://www.omegamobile.com
    > Accelerating profit through stunning mobile experiences
    >
    > ==========================================
    >
    > What:
    > Flash Design For Mobile Devices
    >
    > When:
    > 2 days: Saturday, May 6 & 13, 9am ? 5pm
    >
    > Where:
    > San Francisco State University Downtown Center
    > Multimedia Studies Program
    > 425 Market Street, 2nd Floor
    > San Francisco, CA 94105
    >
    > For more information and to register:
    > On the Internet go to:
    http://msp.sfsu.edu
    > Or, call: 415.405.7700
    >
    > Flash Design For Mobile Devices
    > --------------------------------
    > In the era of rich mobile media development, your mobile
    > future is here. Now, learn how to create it in this
    hands-on workshop.
    > We'll give you all the information and practice you need
    to be on the
    > cutting edge of creating Flash content for PDAs, mobile
    phones and next
    > generation devices. We'll explore the mobile Flash
    landscape by looking
    > at working prototypes and actual applications that
    leverage the current
    > mobile Flash player technology.
    >
    > In this class, each attendee is assigned their own
    computer to work on.
    > Discussions are followed by exercises that show you
    exactly what you need
    > to know to produce your own mobile content. We emphasize
    creating great
    > mobile multimedia experiences for cell phones using
    Flash Lite.
    >
    > In addition to exploring development opportunities
    available today, you'll
    > learn:
    > ? The capabilities and limitations of Flash for mobile
    development.
    > ? Best practices for planning your mobile projects.
    > ? How to efficiently convert Flash projects to mobile.
    > ? The entire production process from planning to testing
    and debugging on
    > the
    > device.
    > ? How to create engaging content and user experiences
    for small screens.
    > ? How to maximize memory and processor performance of
    your applications.
    > ? How to develop for multiple devices with minimal
    changes.
    > ? To tap into resources to get you started quickly
    > ? About handy third party utilities.
    >
    > Who should take this class?
    > --------------------------------
    > Anyone interested in developing rich media content for
    mobile devices
    > including: mobile developers interested in Flash as a
    potential delivery
    > platform and interface designers who want to use Flash
    for mobile design,
    > Flash developers who wish to leverage their skills for
    mobile development,
    > web designers who want to take advantage of the next big
    medium and anyone
    > interested in Flash's capabilities for mobile devices.
    >
    > Prerequisite: Flash I or equivalent experience
    recommended.
    >
    > Course #: MULT 9234
    > Schedule #: 26264
    > Section: Z01
    >
    > Hands on, 1 student per computer
    > 2 days; Saturday, May 6 & 13, 9am ? 5pm
    > SFSU Downtown Center, 425 Market
    > Fee: $395.00
    >
    > Register Now! Call 415.405.7700
    >

  • Mobile development - onClose, preventDefault

    Hi
    I'm developing AIR app for mobile. I'm trying to make app ask user if he wants to save data before exiting app - common Yes-No-Cancel dialog.
    The problem is that mobile app doesn't use nativeWindow. So, nativeApplication.activeWindow == null all the time, openedWindows list is empty all the time, CLOSING event doesn't fire.
    Could you tell me please, how should I attach event listener to mobile application to prevent Closing main window?
    Thanks in advance

    It depends on what you want to do.
    APEX might not be the best tool for mobile development, but it is a very good tool to develop db-centered web applications (even mobile ones).
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

Maybe you are looking for

  • About Using Magnetic Lasso Tool In Photoshop CS3 Extended

    Hi All I seem to be having a problem using the Magnetic Lasso Tool In Photoshop CS3 Extended as when I get half way around an egales beak zoomed in at 66.67% and start to single click around the tight corners the photo is covered over with a white ba

  • Regarding plant creation

    hai, when we create a plant as copy as option thyen it stores in the entries suppose whenever we create the plant by using new entries option it has not stored in the table entries what is main differance between these two options? regards ramu.

  • Org Unit Manager as Part Appraiser

    Hi all, I am creating an appraisal document which will allow different organizational unit's managers evaluate one org unit. I was wondering is there any way that choosing organizational units as part appraisers and allow only managers to evaluate. F

  • Create user for integration builder

    where they come created the users in order to approach the integration builder repository in as much as with those creating from the su01 I do not succeed to approach. Message was edited by: umberto orazzo

  • REP-1241 Circular column dependency originating with column

    Dear, I receive the error, REP-1241 Circular column dependency originating with column 'cenvat_opening' I have the following return statement for a column total_credit; function total_creditFormula return Number is begin Return (return nvl(:cf_cenvat