Interface Build for Oracle Workforce Scheduling (OWS)

Hi there
I am working with OWS which is a product so new that I see no Metalink Notes (apart from the product documentation) nor any posts on this forum.
Am particularly interested in developing an interface to it.
The most useful document for this is
Oracle Workforce Scheduling Integration Functional Guide 5.0.2
462087.1 12-OCT-2007 Oracle Workforce Scheduling Generic REFERENCE
Within this document, there is a tantalising reference to this document:
Oracle Workforce Scheduling
Interface Development Kit Guide
https://metalink.oracle.com/metalink/plsql/ml2_documents.sh
owDocument?p_database_id=NOT&p_id=390822.1
Whislt I can find the Integration Functional Guide on Metalink, there seems to be no documentation anywhere on this IDK.
Can anyone help me track down this missing link in the OWS documentation?

Hi,
Has anyone worked on Oracle Workforce Scheduling (OWS) product? I am adding this question here as I could see some pointers mentioned about it here.
If anyone has worked on Oracle Workforce Scheduling (OWS) for scheduling requirements along with Demantra and OTL , please share the experience and pro’s and con’s of this product.
Also, if you can provide the details about the fitment of this product to handle workforce scheduling related functionalities e.g. what OWS can handle and what OWS cannot handle, that will be of great help.
Thanks,
Parag

Similar Messages

  • Oracle Workforce Scheduling vs. Oracle Advanced Scheduler

    Hi,
    I came across some information about Oracle Workforce Scheduling (OWS). I was wondering the relation of this new product to existing Advanced Scheduler within Field Service, i.e. similarities and differences. Additionally, I want to know if OWS is part of Oracle EBS R12.
    Thanks and regards,
    Melih

    947705 wrote:
    Hi,
    Request information on the setup document on Oracle Workforce Scheduling AND also how to download the standalone product.
    Sincerely appreciate your help.
    Regards,
    AbhijitOracle Workforce Scheduling Documentation
    http://www.oracle.com/technetwork/documentation/workforce-096594.html
    Oracle Workforce Scheduling
    http://www.oracle.com/us/products/applications/054248.html
    You can download the software from Oracle e-Delivery website -- https://edelivery.oracle.com
    Thanks,
    Hussein

  • Form Builder for Oracle 9i

    Hey greetings all
    i am using oracle 9i and now wish to make interfaces for my database project using any form builder. The first option was to use form builder for oracle 9i but i have heard that its tought to learn and heavy on system. now 2nd option in my mind is to use oracle developer 6i. can anybody suggest what shall i use? my project is not very complex or bigger. i just need simple interfaces for it. plz give suggestions. Thanks in anticipation.

    Hi ,
    It depends on the type of application you want to have....an application on web environement automatically or an application in client-server environment which ,of course , can be run in Web but Oracle Application Server is needed with some configuration steps...
    Also , the Oracle Form Builder 6i is the last version of Forms which the produced runtime file (.fmx) runs on non-Web environment...and some time in the future Oracle will stop to support it....!!!!!
    its tought to learn and heavy on systemIt has some wizards... which can help you very much in your productivity and of course in the learning of this tool.....
    It is not considered much more heavy to the system....
    NOTE: Just another thought...If the application is very simple and needs to be accessible form just a few people in a room , then Oracle Forms 6i may be sufficient ...!!!!
    Regards,
    Simon

  • Oracle EBS Inbound/Outbound Interface build using Oracle SOA 11g

    Hi SOA Guru's,
    I am very much new to SOA 11g, could you guy's help me in understanding "How I can build any Oracle EBS Inbound/Outbound interface using Oracle SOA 11g"
    It will be great if anybody explain me with any example script/screen shot/document.
    Thanks in advance.
    Regards
    Pankaj

    I don't have any experience with ebs, but i assume it works like this.
    In the composite editor you will find a list adapters at the right..over here you will also find the oracle applications (ebs) adapter.
    This will be the component for you which will communicate with the ebs packages.
    you need to drag this adapter on the swim lane, and after that you should create the composite application like the way it's described in the tutorials Oracle supplies, put a mediator component in the middle and expose this interface (drag the line to the left swim line)
    Hope it's a bit clear like this ?
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/fod_intro2.htm
    this should make a few things clear too

  • URL functionality in Web Interface Builder for BPS

    Hi,
    I have web enabled a planning folder and in the Web Interface bulider I am trying to enhance it. The clients requirement is to be able to select a file by clicking on a URL on a shared drive, based on variable selection. The file name is smart coded
    e.g.
    the files may reside in
    shareddrive\
    if the value in variable for version is 100, then the url should be "
    shareddrive\100.xls" and on cliking on this url, the file should open
    if the version value is 200, then the url should be "
    shareddrive\200.xls".
    In the Web Interface builder, I have created subcomponent 'URL'. If I give a fixed path for the URL say "
    shareddrive\100.xls" and clicking on it opens the file.
    I am however unable to parmeterize it. I tried using Javascript in the "Goto URL" attribute, but it doesn't work
    Any help is appreciated.
    Thanks,
    NS

    Hello Nimmi,
    here's an example that adds a button to launch the file. "VarvlSel1" is the technical name of the variable (dropdown box).
    Regards,
    Marc
    SAP NetWeaver RIG
    <span>
    <a href="#1" onclick="open_file();return false;"
    class="urBtnStd" id="OpenButton1" ct="Button"
    style="white-space:nowrap;"
    OnMouseOver="javascript:window.status = 'Open File';return true;"
    title="Open File">
    <nobr>Open File</nobr>
    </a>
    </span>
    <script type="text/javascript">
    function open_file () {
    var variable1 = document.all("VarvlSel1");
    var value1 = variable1.options[variable1.selectedIndex].text;
    var url1 = "
    sharedrive
    folder
    " + value1 + ".xls";
    // alert(url1);
    var window1 = window.open(url1,"Window1","width=310,height=400,left=100,top=100");
    </script>

  • User interface builder for JSPs?

    Hi
    Has anyone used a good builder for a web user interface based on JSPs?
    Thanks

    There is no template for Interactive Reports like for a "normal" report. You need to modify the CSS and supply your own for this to happen.
    I believe most things are tagged with #apexir - firebug with Firebox is invaluable. This thread may help:
    Re: changing the look and feel of interactive report.

  • Translation Builder for oracle Reports

    Hi all,
    Can anyone please guide me on how to use the translation builder ? I have set the key in Windows Registry HKEY_LOCALMACHINE -> SOFTWARE -> ORACLENLS_LANG -> AMERICAN_AMERICA.WE8ISO8859P1. I am getting this error message "
    xbd-00024: Translation Builder tables not found"
    Thanks in advance..

    Hi,
    have a look at http://www.oracle.com/technology/products/forms/pdf/10g/ToolsSOD.pdf. It's an official Statement of direction for Forms, Reports & Designer. There will be a future release for Reports.
    regards
    Rainer

  • Is there a better interface available for Oracle 10g Express?

    Dear Experts
    I just installed Oracle 10g Express for a trial to develop and Accounting ERP. Until now i have been using MS SQL Server 7.0 & 2000 on VB but now we are considering JAVA and want to get the feel of Oracle. My questions are as follows:
    1. Is there a better inteface available other than the Internet Explorer?
    2. Would a better interface be avaliable in other version of Oracle 10g?
    3. Does Oracle have interface to create relationships graphically?
    4. Is there documentation available for 10g in one bundle like the Sybase Adaptive server anywhere or MS Books online?
    5. This is really an excellent forum and i have seen some of the answers and they are great.
    Thanks a lot i hope i will be successfully be able to develop an application using Java (desktop version using swing)and Oracle 10g
    Regards
    Manish Sawjiani

    Standman--
    If you want a somewhat more powerful tool (albeit more complicated) check out TOra:
    http://sourceforge.net/projects/tora/
    As an Oracle DBA I've used this at client's sites when I can't pay for PL/SQL Developer to be installed, and it has quite a few useful things built into it. I think that it's going to see a boom in popularity now that Oracle came out with XE.
    ~Jer

  • API / INTERFACE name for Oracle Time and Labor

    Hi,
    Which API / INTERFACE is used to load data into the following tables of Oracle Time and Labor?
    HXC_AP_DETAIL_LINKS
    HXC_APP_PERIOD_SUMMARY
    HXC_LATEST_DETAILS
    HXC_TC_AP_LINKS
    HXC_TIME_ATTRIBUTE_USAGES
    HXC_TIME_ATTRIBUTES
    HXC_TIME_BUILDING_BLOCKS
    HXC_TIMECARD_SUMMARY
    HXC_TRANSACTIONS
    Regards,
    Abhinaya M

    Check the Responsibility Integrated SOA Gateway to see all the APIs under OTL.

  • Open Interface manual for HRMS

    Hi,
    Where can I get open interface manual for oracle HRMS.
    Regards,
    Soham

    Soham,
    Can you be more specific in what you want. Oracle HRMS supports a very broad, diverse range of data that can very significantly from one customer to another. There are seeded interfaces in HRMS along with extract tools and supported APIs. See the following for a starting point:
    Note: 368845.1 - Oracle Generic Third Party Payroll Backfeed and bfexampl.xls
    Note: 228527.1 - Web ADI for Oracle HRMS Implementation and Configuration
    Note: 358187.1 - Integration Guide for Oracle Human Resources Release 11i and Ceridian Source 500
    Note: 358184.1 - Integration Guide for Oracle Human Resources Release 11i and ADP
    Note: 216838.1 - Oracle HRMS Product Family Publicly Callable Business Process APIs (A Reference Consolidation)
    Note: 226744.1 - Cash Management Payroll Integration Release 11i
    Note: 367395.1 - System Extract Focus Area
    Note: 227537.1 - Windstar International Tax Navigator Interface Version 12
    Note: 227482.1 - Payment of Child Support Through Electronic Funds Transfer (EFT)
    Release 11.03 & 11i
    Regards,
    Greg

  • Releasing locks when using "Navigate Pushbutton" in Web Interface Builder

    Hi
    I am creating a basic BPS application in Web Interface Builder for manual data entry into a Cube.
    I have a requirement for a user to navigate away from the data entry screen to a "Start Screen".  To do this, I am using the "Navigate Pushbutton" component.
    When the user navigates away from the data entry screen, I want the locks to be released.  I have attempted to do this using the "End Command" attribute of the Navigate Pushbutton to "True".  According to the Help for this attribute, the following should happen:
    " When this property has the value TRUE, the page context will be lost when you press the pushbutton (and all locks are deleted)."
    However, when I look at the locks in SM12, I can see that the locks remain, even after the user has clicked on the Navigate Button.
    Therefore, it would appear that the "End Command" attribute does not release the locks when it is set to True.
    (By the way, I have also tried setting it to false, but the same issue occurs).
    Has anyone got any advice on how I can solve this?
    (We are running BW 3.1).
    Thanks in advance for any thoughts.

    Hi,
    You are correct this is standard functionality that should work. Please post the solution proposed by SAP.
    As a stop gap you can look at this topic
    User Lock BPS Web interface
    thanks

  • I am new to xCode and SDK Disks. My Interface Builder will not work and 'quit's unexpecteldy'. What can I do? I really want to create an applicaiton. Thanks

    Hi, I am a new user to xCode and just recently downloaded a SDK Disk image and also an older version of xCode from the Apple Developer site. I opened the 'Interface Builder' for the first time and it worked. Next, when I tried to open it again (with and without the xCode 'Mainmenu.xib' attachment file from xCode) it kept showing the message "it quit unexpectedly".
    I need to create an application for a project I am working on. If anyone who can resolve my problem of why the Interface Builder is not working, that will be great.
    If you need additional details (like which versions etc.) please ask, for I am desperate to find an adequate solution to this problem.
    Thanks.

    If you need additional details (like which versions etc.) please ask, for I am desperate to find an adequate solution to this problem.
    Without intending any disrespect, if you had suspected these would be questions and if you're in a hurry for an answer, then why did you exclude the information?  And yes, knowing the Mac OS X version (preferably Mac OS X 10.5.8 or 10.6.7) , as well as the Xcode version might shed some light on this.  Might.  And I'll presume there's a specific reason you downloaded what I will assume is an Xcode3 version.
    Was this an existing Xcode project, or did you start with a new project here?  If it's an existing project, it could well have a corruption or an incompatibility.
    Initially, I'd probably start with a new project, and load in newly-copied source files.  On the off chance the project is corrupted.
    Failing that, I'd deinstall Xcode using the documented procedures, and would then reload it.  If there was an old version of Xcode around on the system, sometimes wonky stuff can happen with an installation.
    And FWIW, the Apple Developer Forums and the Apple mailing lists tend to see far more developer-related traffic than do these particular forums.  (There's an Xcode users' mailing list around which sees regular traffic, too.)

  • Oracle workforce development partners in india

    hi all,
    can you give here the link for oracle workforce development institutes in India.
    i found some institutes in the following link,
    http://www.oracle.com/global/in/education/maps/oracle_wdp.html
    is the link provides complete list of oracle workforce partners.
    because i heard some other institutes which are not in this list,but claiming to be a workforce development partner.
    how to verify an institute whether its workforce development partner.
    regards -->abdur raoof

    raoofdba wrote:
    hi all,
    can you give here the link for oracle workforce development institutes in India.
    i found some institutes in the following link,
    http://www.oracle.com/global/in/education/maps/oracle_wdp.html
    is the link provides complete list of oracle workforce partners.
    because i heard some other institutes which are not in this list,but claiming to be a workforce development partner.
    how to verify an institute whether its workforce development partner.
    regards -->abdur raoofMy answer is from a 'best common sense' viewpoint rather than an authoriative viewpoint.
    1) It is probably safer to use on the list if possible.
    2) It is possilble (and with my limited experience of Oracle's management of WDP entirely possilble) that he list has not been updated. (One would hope vunerable students would have access to a reliable and authorative list of WDP institutions however perhaps the technology has not yet been developed which allows this).
    3) I am equally sure some institutions would represent themselves as a WDP Partnet when they are not.
    I recommend you try to check the status of this instition by email with https://workforce.oracle.com/pls/wdp/rd_psp_contact and retain the result, or failing that try the contact on http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=225 and keep the response.

  • Want to know about certification path for Oracle 11g database OCP.

    Is it OK to give the exams first and then submit the course studied for OCP ?
    I have studied three modules required for OCP ; SQL Fundamentals, Admin I and Admin II, and now I am planning to give all 3 exams in January 2015. But I don't have Enrollment ID for course submission. The institute where I learned is trying for Oracle Workforce Development program for 11g, and it will take sometime. So presently I don't have Enrollment ID.

    SudeepShakya wrote:
    Thank You Very Much. I will take all 3 exams and then submit the course after the institute acquires affiliation.
    Could I take this opportunity to remind people to ensure people taking courses from non oracle university institutions ensure their training provider is authorized to deliver that training by Oracle University for the fullfilment of any associated Oracle certification training requirement.
    https://blogs.oracle.com/certification/entry/are_you_getting_your_training

  • Manual coding vs. Interface Builder - iPhone

    I have most of an app done with IB and I've managed to get things to work mostly, but I did have a lot of problems with UIDatePicker and could only get it to work properly when creating it manually.
    I have some other strange bugs, like the Delete button sometimes animating accross the top of the window rather than on the row it's supposed to and based on my experience with the date picker, I don't know if that's a problem with my code or with using IB.
    Also, most of the sample code seems to create things manually.
    So, am I better off using Interface Builder for my iPhone apps, or creating everything manually in code? At this point I'm leaning towards doing everything manually.

    A lot of the sample code creates elements programmatically because Interface Builder didn't exist early in the beta. Others (like UICatalog) do it to make the view heirarchy more obvious.
    I usually recommend using Interface Builder wherever possible. Remember, there's nothing stopping you from altering IB-created views in your viewDidLoad method; just add outlets for the views you need to customize and connect them as needed. In my experience, it's usually easier to move parts of an application away from IB when you need to do so than it is to move them to IB to make them easier to maintain; working with pure code encourages certain design patterns (like not-really-needed view subclasses and custom constructors to avoid repetitive initialization code) that don't really play well with IB.

Maybe you are looking for

  • Cannot copy file from desktop to media card

    Whenever I try to copy a file from my desktop to my media card I get an error. When I use the desktop manager software I get the message 'one or more files cannot be copied: FILE_NAME'. When I use Windows Explorer to try the same thing I get the mess

  • RetriveGOS (generic object services)excel/pdf Attachment file records

    Hi sap gurus , I have a requirement regarding retrive excel file from GOS of tcode migo into report output . For this requirement , i am using CL_BINARY_RELATION=>READ_LINKS and fm' SO_DOCUMENT_READ_API1' ,but it is working fine to retrive for .ext f

  • Trying to understand arrays

    I am trying to teach myself java, and I understand the basic concept of variables with integers, floats etc using output and input commands, but I was wondering if someone would be able to explain arrays better to me. I understand that they store num

  • Chinese language on Hard reset menu of S820

    Recently i tried to Hard reset (Pwr button + Vlum UP button) my s820 phone but the reset menu showed in Chinese language!!!! How can i change it to English ????

  • Cannot sync address book

    I have an iphone 3G (model MA712LL) i'd like to upgrade to a 4S. When i try and sync my 3 to itunes the phone shows up the main screen just shows white with the word "iPhone" in the center- no other options. The only choice i have is to eject. I'm ru