ATTN Oracle Workflow Developers

Hello All,
This is an Oracle Workflow 2.6.2 Server deployment on Oracle 8.1.7 ... and I am looking to deploya wft file... however, I seem to be getting the following error message on the server (using command like wfload utility)..
Oracle Workflow Definition Loader 2.6.0
wferr:
- WFLDRL_FAIL
- WFLDRLF_PARSE LINE=1408
- WFLDRLF_BAD_KEYWORD VALUE=arrive
- WFLDRLF_NO_EQUAL_SIGN_FOUND
- WFLDRLF_MISSING_CLOSE_QUOTE LINE=1406
We are confused why we are getting "Oracle Workflow Definition Loader 2.6.0", when we are are not even using Wokflow builder. We are using wfload utility that comes with Workflow engine 2.6.2.
If any Oracle Workflow freelancers are interested - please call 914-498-9929.
Answers to the issue above are welcome. This is one excellent OWF forum.
Thanks,
Zubin.

MRcoolpatti wrote:
Oracle Workflow builder raised below error for both Windows xp SP2 32bit and Windows 7 64 bit.
Workflow Builder 2.5
Run- time error '367'
Can't load (or register) custom control: 'wfnvg20.ocx'
Anyone have any idea?
Please see (Runtime Error 367 Cannot Register wfnvg20.ocx Message When Starting The Workflow Builder (Doc ID 123457.1)).
Thanks,
Hussein

Similar Messages

  • Oracle Workflow Builder Concurrency

    Hi All
    We have Workflow installed in an Oracle9.2 database and have a few users using Workflow Builder to build workflows.
    Unless I am missing something, it appears that the facilities for preventing workflow designers from clashing with one another and overwriting each others changes are fairly basic. There are no refresh buttons and it appears that provided you have a high enough access level you can easily overwrite someones recent changes.
    The usual optimistic locking of checking changes prior to commit does not seem to be there.
    Is this an oversight on Oracle's part (ie fairly new product and functionality may be forthcoming in future releases) or are we using the product incorrectly (ie you should not have multiple people designing the workflows)?
    Apologies if this is a stupid question, but this is a new product to me that I need to support.
    Thanks
    KJP

    Hi Kevin
    If you were developing using wft files (not connected to the database except to upload), and had a source control system, then people would be checking the files in and out, then you shouldnt run into this issue. This would be the best way of building workflows in a multi developer environment. Connecting the database and uploading/downloading workflows is more of a developer convenience feature, not something for large scale development where you all might be modifying the same workflow.
    Just as some background, Oracle Workflow is a core technology of the Oracle E-Business Suite, there are hundreds of workflows and many hundreds (at least) of developers using common development environments. So the product is deployed in very active development environments. Also, Oracle Workflow has been around ~8 years.
    Cheers
    Mark

  • Java API to work with Oracle Workflow

    Hi,
    I'm new to Oracle Workflow. Currently, I'm starting to work on a java front-end to work with some features of Oracle Workflow.
    The only thing I know, is that I should be using workflow 2.6.3, and someone gave me a jar which is supposed to be the java API to the workflow, and a link to some online info:
    http://download-uk.oracle.com/docs/cd/B19306_01/workflow.102/b15855/toc.htm
    The api I received, was a jar file named "wfapi.jar". It was sent to me by email, don't know where they got it from.
    And that's it ... it's the only info I received.
    Searching the web, I found this interesting article:
    http://www.oracle.com/technology/products/ias/workflow/release262/wfjavawp.pdf
    That teaches me how to work with the java API, but the document itself is intended for release 2.6.2 (november 2001). So I started doing the first coding, and found that I have no way of implementing the instruction: "import oracle.apps.fnd.common.*;"
    Seems I don't have the "common" part of the package ... that just pops up two reasons:
    1. I don't have the complete java API;
    2. This code is for version 2.6.2, and in version 2.6.3 of the API the "common" was removed (which I think it would be quite odd).
    So I endup with no way of testing, and don't know the product well enough to start working and learning with it.
    Anyone can give me some lights?
    Where can I find a complete and definite complete java API?
    What about some guide with some examples on how to start working with the API?
    Where can I search the demo java programs?
    If I download the Oracle Workflow 2.6.3 from oracle.com, will I be able to get that API? Will I need to install it to get the API? Do I need the Oracle DB to be installed first?
    I would appreciate some help on how I can startup using this, or what should I look for, and most importantly, where?
    Thank you very much.
    ----- code example -----
    To test using what I got, I've ran the following code:
              String sUser = "myuser";
              String sPass = "mypass";
              String sJdbc = "jdbc:oracle:thin:@";
              String sStrg = "myserver:1520:mysid";
              String sCharSet = null;
              WFDB myDB;
              WFContext ctx;
              myDB = new WFDB(sUser, sPass, sJdbc, sStrg);
              sCharSet = System.getProperty("CHARSET");
              if(sCharSet==null) {  //cannot be null
                   sCharSet = "UTF8";
    This just gives me the following message:
    [22-11-2005 14:58:54:328 GMT] 7b4542dd WebGroup E SRVE0026E: [Servlet Error]-[oracle/apps/fnd/common/VersionInfo]: java.lang.NoClassDefFoundError: oracle/apps/fnd/common/VersionInfo
         at      at oracle.apps.fnd.wf.WFDB.<clinit>(WFDB.java:27).null(Unknown Source)
    So it seems the "common" is needed after all ...

    Hi,
    Can any one Please Help me out am Stuck up with the following Exception While trying to invoke a External java Function.
    Step 1: Written the attached Java Class from "Oracle WorkFlow's Developers's" guide.
    Ref: http://www.stanford.edu/dept/itss/docs/oracle/10g/workflow.101/b10284/deffa02.htm#stdjfa
    Step 2: In builder created a process and created a Java Function
    <package-name>.<class-name>
    Step 3: Compiled the Java Class,and Created a jar file and included the jar and the required .jar files [which are required to make that class compile free] in the class path.
    Step 4: We modified the wfjvlsnr.bat by including the custom jar file which was created and the dependent jar files in the classpath and ran the Java Agent.
    Step 5: Invoked the Process from client, once the process is invoked we are getting
    Unable to load class gov.oracle.apps.fnd.wf.SampleWF
    java.lang.ClassNotFoundException: gov.oracle.apps.fnd.wf.SampleWF
    Tue Oct 10 14:33:38 GMT+05:30 2006 Enqueuing VAC02/VAC02 gov.oracle.apps.fnd.wf.SampleWF
    null
    Unable to load class gov.oracle.apps.fnd.wf.SampleWF
    : java.lang.ClassNotFoundEx
    ception: gov.oracle.apps.fnd.wf.SampleWF
    please do reply to my mail [email protected]

  • Oracle Workflow 2.6 with Oracle 8.1.7 for linux

    Is Oracle Workflow Server 2.6 available for Linux as a
    standalone product against an Oracle 8.1.7 database?
    Oracle Workflow does not seem to be included in the Integration
    Server option with the 8.1.7 installation.
    I've only found the Oracle Workflow Server included with the 9i
    database. Will this work with 8.1.7 as well or does it require
    9i db?
    Thanks in advance for your help,
    Josi Antonio

    Is Oracle Workflow Server 2.6 available for Linux as a
    standalone product against an Oracle 8.1.7 database?
    Oracle Workflow does not seem to be included in the Integration
    Server option with the 8.1.7 installation.
    I've only found the Oracle Workflow Server included with the 9i
    database. Will this work with 8.1.7 as well or does it require
    9i db?
    Thanks in advance for your help,
    Josi Antonio

  • Issue in notification API for oracle workflow

    Hi,
    I am facing issue in sending oracle workflow notification. i have created a simple workflow with a process.
    I wrote one package which is creating adhoc role and sending the notification through api I(wf_notification.send).
    I am able to get the notification as well as email notification but without attribute values. My workflow attributes are getting replaced by null, but message body is appearing.
    Please help me, its urgent.
    Thanks
    Rajni

    I doubt that Oracle 7 DB is not supported. You may consider raising a SR with support.
    Regards,
    Anuj

  • Oracle Workflow 2.6.4 Migration

    Hi,
    One of our customer wants to migrate Oracle Workflow 2.6.4 from http server to WLS server and they are following the this blog :
    https://blogs.oracle.com/warehousebuilder/entry/owb_11gr2_tip_downloading_and_installing_workflow_monitor_264
    Now they have following questions ?
    - Is this new setup ( WLS+Oracle Workflow 2.6.4 ) is supported by  oracle officially ? If not then what is other option ?
    - Where can we find the software - Oracle Database 10gR2 Companion CD(10.2.0.1) ? it is not available on OTN. Can we get the MOS link for it ?
    Best Regards,
    Anurag

    For your second question, pl see MOS Doc 1476075.1

  • Custom Workflow using Oracle Workflow in ContentDB

    Hi,
    Could we use custom workflow which is made using Oracle Workflow instead of BPEL.
    Regards,
    Yulisar

    Having registered custom workflows for Content DB via Enterprise Manager, potentially you can use any tool capable of dequeuing/enqueing messages from the IFS_BPEL_OUT/IFS_BPEL_IN advanced queues as part of a custom workflow process.
    By default, we assume you are using Oracle BPEL PM with its Advanced Queue adapater to process the queue messages. However, there is nothing stopping using Oracle Workflow or any tool for that matter.
    HOWEVER!!! Warning!!! There is a high probability that Content DB will drop the bundled Oracle Worflow installation in the near future. What this means, is that you should consider installing/configure/patching your own separate Oracle Workflow installation and not rely on the bundled Content DB solution which is used internally for Serial and Parallel Approval workflows.
    thanks,
    Matt.

  • How to commit a transaction in Oracle Workflow

    Hi All,
    Oracle says there should not be any commit in Oracle WF .It is the responsbility of the calling program to Call Commit.
    I have the following Requirement:-
    I want to insert a record in one of the custom table, when a record is saved in one of the Oracle Apps Form( for e.g. insert a record in the custome table when user creates PO.)
    What I have done is :-
    1) Added a subscription to one of the seeded events that is raised when user saves a record in the Oracle apps.
    2) Designed a Custom Function, that is called when the above subscription is triggered off.
    3)The above custom function inserts a record in the custom table.
    Q ) where to write a Commit ( as this custom function is called from the WF and WF says, dont put commit in the WF,it should be called by the callling program)
    Can also you explain me , when user presses the Save button on the Oracle standard form--> that calls the Oracle API to create a record in the DB and commit , ---> then the event is raised and trigger offs all the subscriptions where does it commit then?
    Thanks

    Hi,
    The commit should be done by the form, or whatever raises the business event.
    The API fires the event in the same transaction (unless the subscription is deferred), and then the commit is issued. This commits the transaction, and all actions of the event subscription.
    If the subscription is deferred, then the concurrent request which processes the subscription will issue the commit on completion.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Urgent help needed in inserting data into a custom table in oracle WorkFlow

    Hi
    I am trying to get data from the WF and insert into a custom table..
    I read that workflow procedures WONT allow commits...
    Oracle Workflow will not support autonomous commits in any procedure it calls directly. If you need to perform commits, then embed your SQL in a subprocedure and declare it as an autonomous block. This subprocedure must be capable of being rerun. Additionally, note that Oracle Workflow handles errors by rolling back the entire procedure and setting its status to ERROR. Database updates performed by autonomous commits cannot be rolled back, so you will need to write your own compensatory logic for error handling
    Have anyone did this..
    Please give me some idea ...It is urgent
    I am getting data using getitemattribute..and try to insert it into a custom table
    thanks
    kp

    Pl do not post duplicate threads - insert dont work in Workflow
    Srini

  • How to run Oracle workflow in windows 7 os

    Hi,
    Am new to oracle workflow.
    I have installed oracle workflow successfully in my laptop.
    After installation I dont see any shortcut's in my desktop.
    Can any one sugess me how to run oracle workflow.
    Steps to begin from basic level.
    Thanks
    Balaji

    You mean to say you installed Workflow Builder on your laptop? See that Oracle Workflow has a Client Side (WF Builder), a backend Server side and middle application side.
    Assuming you successfully installed the client side then you must have a group of programs called Oracle OUIHome and there one called Application Development. There you should be able to find Workflow builder.
    Useful notes for WF Builder:
    How To Download and Install the Latest Oracle Workflow Builder (Client Tool) and XML Gateway Message Designer for E-Business (Doc ID 261028.1)
    which leads to <internal URL removed>
    Regards.

  • [Oracle workflow 2.6.3] unable to find product oracle.swd.jre[1.4.0, 1.4.4]

    I want to install Oracle workflow 2.6.3 on my server, but i get the following error while installing the program.
    unable to find product oracle.swd.jre 1.4.0, 1.4.4
    Below the step i took:
    I selected the oracle_home and the path where my db has been installed. Then next... and the universal installer gives me that error. I can choose to continue or to go back. I tried to continue and oracle worflow has been succesfull installed. bet when to try to run the workflow manager. I get the following result:
    C:\oracle\product\10.2.0\db_1\wf\install>set JAVA_HOME=
    C:\oracle\product\10.2.0\db_1\wf\install>"\bin\java" -classpath ";C:\oracle\prod
    uct\10.2.0\db_1\wf\java;\lib\rt.jar;\lib\i18n.jar;C:\oracle\product\10.2.0\db_1\
    wf\install\WorkflowCA.jar;C:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;C:\oracle\
    product\10.2.0\db_1\jlib\ewt3-nls.jar;C:\oracle\product\10.2.0\db_1\jlib\share.j
    ar;C:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar;C:\oracle\product\10.2.
    0\db_1\jlib\fndctx.jar;C:\oracle\product\10.2.0\db_1\jlib\wfjava.jar;C:\oracle\p
    roduct\10.2.0\db_1\jlib\wfapi.jar;C:\oracle\product\10.2.0\db_1\jdbc\lib\classes
    12.jar;C:\oracle\product\10.2.0\db_1\sysman\jlib\emd.jar;C:\oracle\product\10.2.
    0\db_1\jlib\emConfigInstall.jar;" oracle.apps.fnd.wf.install.db.WorkflowCA /wfdi
    r "C:\oracle\product\10.2.0\db_1\wf" /orahome "C:\oracle\product\10.2.0\db_1" /
    wintz "W. Europe Daylight Time" /systemroot "C:\WINDOWS" /ospath "C:\OraHome_2\
    bin;C:\oracle\product\10.2.0\db_1\bin;C:\OraHome_1\bin;C:\OraHome_1\jre\1.4.2\bi
    n\client;C:\OraHome_1\jre\1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Sy
    stem32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files
    \Support Tools\;"C:\Program Files\Symantec\Norton Ghost 2003\";C:\Program Files\
    QuickTime\QTSystem\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\"
    The system cannot find the path specified.
    Anyone an idea to resolve it...
    tnx in advanced....
    Edited by: user565199 on 15-jan-2009 3:33
    Edited by: user565199 on 15-jan-2009 3:52

    sorry maybe a noob question but does it means io have to install the whole db again?I don't know. Try to install OWF 2.6.4 and maybe it upgarde all compnents from OWF 2.6.3
    Are can you choose to install the workflow server only. When i start the install file with the universal installer i can only choose forYou need additional Oracle Database Companion CD, for link look at this message
    (from thread which I provided in prev. post)
    Re: Create Process Flow
    Regards,
    Oleg

  • ATTN: Oracle North American Payroll Customers:End of Year Phase 1 and Q3...

    ATTN: Oracle North American Payroll Customers: End of Year Phase 1 and Q3 2007 Statutory Update Released!
    Dear Oracle North American HCM Customer,
    North American End of Year Phase 1 and the United States (US) Third
    Quarter Statutory Updates (Q3), 2007 have been released!
    US Q3 2007 Statutory Update patch numbers:
    * R11i: 6155000
    * R12: 6155000
    *Note – FPK RUP2 is not required for the US Q3 2007 Statutory Update
    End of Year Phase 1 (includes Q3 Statutory Update) patch numbers:
    · R11i: 6133333
    * R12: 6133333 (targetted for October 8th release)
    We would like to make you aware of several important points. Please read
    this entire note carefully.
    1. US Q3 2007 Statutory Update highlights
    2. End of Year Phase 1 highlights
    3. Other Important Notes
    4. Lifetime Support Policy: Coverage for Applications
    5. R11i HRMS Product Information
    6. Payroll Recommended Patches
    7. HR Recommended Patches
    8. Other Information
    A. US Q3 2007 Statutory Update highlights
    * JIT and School District Updates
    * Miscellaneous Statutory Bug Fixes
    Please see the readmes on Metalink for full details:
    3rd Qtr 2007 US Payroll Readme for Rel 11i – Note: 458431.1
    B. End of Year Phase 1 highlights
    US:
    * JIT/Geocode updates
    * Annual Geocode Patch Released
    o Patch 6117000 11i one-off released 04-Sep-2007
    o Included in EOY Phase 1
    o Readme Note: 456835.1
    * Wage Accumulation
    o Significant enhancement to the way the application
    accumulates wages for reporting
    o Joint project with Vertex to enhance processing of
    reciprocity rules at state and local levels
    o Changes within the Vertex engine allow for improved handling
    of multiple work jurisdictions
    o Provides users with the ability to control how work taxes
    affect taxes at residence locations and if wages should be
    accumulated at employee’s residence location
    o Readme Note: 460678.1
    o
    Note:
    Quantum 2.9.1 will be the pre-requisite for End of Year 2007 processing
    Additional Updates included in 2.9.1:
    o 5520588 – Resident State Tax Not given credit for Work State
    County Tax Withheld (Lives in NY works where ‘local’ tax is
    withheld)
    o 5897764 - FIT W/H Should be 35% After $1M Supplemental Wages
    even if Employee is Exempt
    o 5937604 - Delaware state income tax is being over-withheld
    on the second (and subsequent) supplemental payments in the
    same pay period.
    o 5730236 - YTD EI Deduction Stopped at 729.29 INSTEAD OF 729.30
    Evergreen Forms:
    The following forms are available from Evergreen for W-2s and 1099-Rs
    · Blank perforated W-2 #5208 Window envelope 4444-1
    · Blank perforated 1099-R #5179 Window envelope 6161-1
    · Preprinted W-2 #5218 Window envelope 5151-1
    · Preprinted 1099-R #7159-4 Window envelope 7777-1
    **Note: This is the last year we will support the preprinted W-2 and
    1099R. For EOY 2008 we will only support the pdf version of these two
    reports that print on blank forms.
    Customers can order forms at 800-248-2898 or go to www.evergrn.com
    <http://www.evergrn.com>
    RR Donnelley (formerly Moore) Forms:
    The following forms are available from RR Donnelley (formerly Moore) for
    W-2s and 1099-Rs
    * Blank perforated W-2 (with printed instructions on back) -
    LW28700BW (50 PK)
    * Blank perforated W-2 (with printed instructions on back) -
    LW28700B (2000 BULK)
    * Blank perforated W-2 (blank on back) - LW28700BLANKW (50 PK)
    * Blank perforated W-2 (blank on back) - LW28700BLANK (2000 BULK)
    * Window envelope for W-2 - 7987E
    * Blank perforated 1099R (with printed instructions on back) -LR4UPB
    (50 PK)
    * Blank perforated 1099R (with printed instructions on back)
    LR4UPBBULK (2000 BULK)
    * Blank perforated 1099R (blank on back) - L4UPBLANK (50 PK)
    * Blank perforated 1099R (blank on back) - L4UPBLANKBULK (2000 BULK)
    * Window envelope for 1099R - DW4ALT
    Customers can order forms at 877-526-3885 – reference Oracle customer #
    521836
    Canada:
    * Miscellaneous Bug Fixes
    Mexico:
    * Miscellaneous Bug Fixes
    Please see the readme on Metalink for full details:
    US 2007 Payroll Year End Phase 1 Readme Rel 11i Note 456990.1
    US 2007 Payroll Year End Phase 1 Readme Rel 12Note 456991.1
    MX 2007 Payroll Year End Phase 1 Readme Rel 11i NOTE.458559.1
    MX 2007 Payroll Year End Phase 1 Readme Rel 12 NOTE.458566.1
    CA 2007 Payroll Year End Phase 1 Readme Rel 11i NOTE.458561.1
    CA 2007 Payroll Year End Phase 1 Readme Rel 12 NOTE.458563.1
    C. Other Important Notes
    US Check/Deposit Advice XML
    There are some additional dependencies for this patch that were not
    originally communicated. Applying the EOY Phase 1 patch first satisfies
    these dependencies. If there is a need to apply this patch prior to
    applying EOY Phase 1 we are exploring possible alternative
    pre-requisites and will send out a notice late next week with more
    information.
    * 11i one-off Patch 6399100 released 21-Sep-2007
    * R12 will be part of Release Update (RUP) 12.0.4
    Oracle will de-support the Live Checkwriter and Deposit Advice for US
    and Canada beginning with 2007 EOY Phase 1. Archive Checkwriter and
    Deposit Advice will continue to be supported. What this means is that
    new code changes and bug fixes will not be tested on the Live
    Checkwriter and Deposit Advice. Additionally, enhancements made to the
    Archive version will NOT be made for the Live version.
    Desupport of Standard Tax Interface
    Oracle no longer supports the Standard Tax interface. Taxes will
    continue to be calculated and tax rate changes from the Vertex Data
    Updates will continue. New code changes and bug fixes will not be tested
    on the Standard Interface and we cannot guarantee that all functionality
    will continue to work. Additionally, enhancements made to taxes will NOT
    be made for the Standard Tax Interface. We strongly recommend that you
    upgrade immediately to the Enhanced Tax interface.
    Vertex Customer Café:
    The Customer Café is a comprehensive online information source
    specifically for Vertex customers. It’s easier than ever to get the
    support and information you need to maximize your investment in Vertex
    products. Some of the many benefits to using the Customer Café include:
    o Access to monthly data download files, release bulletins, schedules
    and considerations.
    o Early notification bulletins, late rate notifications, and support
    notices.
    o Online Knowledge Center that provides quick answers to questions and
    issues.
    o Online inquiry submission
    o Access to fully-indexed online documentation for all Vertex software
    products.
    o Easy access to Vertex software training information and registration.
    To register for the Customer Café, just visit the Vertex website at
    www.vertexinc.com <http://www.vertexinc.com/>.
    Year End Information for Payroll:
    Family pack K rollup 2 (5337777) is mandatory for R11i Year End and is a
    pre-requisite for Year End Phase 1. This patch was released on Friday,
    June 22, 2007.
    The R12 RUP (12.0.2) is mandatory for year end for R12
    For the complete R12 Payroll Mandatory Patch List see Metalink Note 386434.1
    For the complete R11i Payroll Mandatory Patch List see Metalink Note
    111499.1
    <http://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=111499.1
    <http://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=111499.1>>
    For additional non-mandatory North American Payroll patches see Metalink
    Note 74292.1
    <http://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=74292.1
    <http://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=74292.1>>
    D. Lifetime Support Policy: Coverage for Applications
    Important Reminder:
    Please pay attention to the Oracle E-Business Suite Support dates for
    your point release. Statutory or regulatory updates are not available
    beyond the ‘Extended Support Date’.
    11.5.7 came out of Premier Support in May 2007
    11.5.8 will come out of Premier Support in Nov 2007
    11.5.9 will come out of Premier Support in Jun 2008
    Extended Support has not been offered for 11.5.7, 11.5.8 or 11.5.9
    Premier and Extended Support include - Tax legal and regulatory updates
    Sustaining Support Does NOT include new tax, legal, and regulatory updates.
    For the full definitions of what this means to an 11.5.7/11.5.8 customer
    please read the full fact sheet available at:-
    http://www.oracle.com/support/library/data-sheet/oracle-lifetime-support-policy-datasheet.pdf
    *NOTE: For 2007 Payroll Year End, minimally you will need to be on 11.5.9.
    E. R11i HRMS Product Information
    For the latest Oracle HRMS Product Family - Release 11i Information,
    please see Metalink Note:135266.1
    This page contains important information including:
    * High Priority Alerts
    * Mandatory Patches
    * Family Packs and Minipacks
    * Latest Legislative Data - hrglobal.drv
    * Maintenance Pack Information
    F. Payroll Recommended Patches
    The Payroll recommended patch spreadsheet Metalink Note 74292.1 contains
    additional features and functions.
    G. HR Recommended Patches
    The HR Recommended spreadsheet contains a list of patches needed to be
    in compliance for HR Statutory reporting i.e. EEO-1, VETS-100 etc.
    The spreadsheet is located on Metalink in Note number: 273196.1
    H. Other Information
    1. MetaLink - http://metalink.oracle.com <http://metalink.oracle.com/>
    <http://metalink.oracle.com/>
    MetaLink is a customer resource provided by Oracle World-wide Support.
    The Applications section of Metalink contains all the latest product
    documentation and documentation updates for Oracle’s products.
    2. Payroll World
    Payroll World is an email distribution list for North American Oracle
    Payroll customers used to quickly disseminate information regarding
    product updates, patches, and statutory changes. To be added to this
    email distribution list, send e-mail to: [email protected]
    <mailto:[email protected]>
    Subject: Oracle North American Payroll World Contact Update with your
    contact name, CSI number, and company name
    3. Metalink Service Request profiles:
    Please update all Service Request profiles on Metalink with any updates
    to Database Version, Product Version, and/or contact information
    Metalink->UserProfile button
    4. Information for NEW North American Payroll customers:
    A pamphlet is available for all North American Payroll customers
    explaining Vertex, Payroll World, SIG's, etc.
    The North American Payroll Handout document can be located in Metalink
    Note 316077.1

    Chris,
    If you are referring to (Patch 7395025 - Q3 2008 JIT SQWL UPDATE FOR R11I), then you can apply it on 11.5.9. Just make sure you have all pre-req. patches applied.
    Note: 737173.1 - 2008 US Payroll Year End Phase 1 Readme Rel 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=737173.1

  • Process flows without Oracle Workflow?

    I am using OWB 10.2, running with a 10.2 database. I want to create a new workflow module, package, and flow, and execute it the process flow using the OWB scheduler. The documentation implies that this configuration is possible, but when I create the workflow module it wants an Oracle Workflow connection for the location. I get the feeling that I'm overlooking something basic in the documentation.
    QUESTION:
    1) Is Oracle Workflow REQUIRED to create, deploy, and execute a process flow?

    Hi,
    Oracle Workflow is required for deploying processflow.
    Where did you read in documentation about possibilities of running processflows without OWF? OWB instalation guide tells:
    "If you plan to use Warehouse Builder process flows, you need to install Oracle Workflow to enable deployment."
    Regards,
    Oleg

  • URGENT: Oracle Workflow Error: API-10020 on Creation of OWB Process Flows

    I am trying to use Oracle Workflow to create Process Flows, in order to link together various mappings and components in Oracle Warehouse Builder. However, in the process flow editor window when I attempt to drag an object such as a mapping onto the editor panel, I get an error message stating the below:
    API-10020: Unable to determine if the map is a PLSQL or SQLLDR map, please correct the map or choose another map.
    All my maps are in PLSQL, and the language setting is set to this. I have tried modifying the langauge settings to see if it makes a difference but with no luck. My colleague believes this is a known bug in Oracle Workflow and there is a patch available to correct it.
    Can anyone help with this query please? Thank you for your time.

    In some versions of OWB (10.1, 10.2) The mapping property will display PL/SQL, but will actually be set to NULL in the repository (which will cause PL/SQL to be displayed as default).
    The fix is easy enough: in the developer navigator, right-click on the mapping and go to configure and set the generation language first to something other then PL/SQL (you should get an error) and then place it back to PL/SQL. This should force the GUI to reset the parameter.
    Alternatively, use OMB*Plus:
    OMBALTER MAPPING 'MAPPINGNAME' SET PROPERTIES \
    (GENERATION_LANGUAGE) VALUES ('PLSQL');
    Good Luck,
    Robbert

  • Calling Oracle Workflow in Real-Time

    I want to modify the logic in Oracle Apps (both Oracle self-service (pure HTML and JSP) and Oracle Forms applications) to make real-time calls to a mainframe system. The page needs to take different actions depending on the data from the mainframe system.
    I want to avoid actually customizing the Apps and Forms pages if possible due to customization maintenance and support issues. I have been told that I can use Oracle Workflow to modify the actions of the pages without having to resort to customizations, as calls to Workflow are already embedded. Is this true, and if so, how would I go about inserting a call to a mainframe system?
    I am considering mainframe calls using either a proprietary ODBC driver from a third-party vendor, or devising some sort of SOA interface to the mainframe (I know it would require custom development on the mainframe side).
    Thanks!

    I'm pretty sure the sbRIO cards only have 1 FPGA on them.  So when you load the second FPGA code, the first is being overwritten.  You need to make a single FPGA VI that can handle both functions.  If you post your code, we can give more detailed advice.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

Maybe you are looking for

  • Missing Files

    I run PrPro CS 4 on Windows XP (after the system crashed too often on VISTA), but admit that I have still to install the latest updates (which might have a fix for my problem). When opening an exisiting project, it happens at times that a window appe

  • Webcam NX problem - its not being detected

    its not detecting the camera - I have everything installed - and it used to work before - now for some reason when I plug it into the USB port its not being recognized as being plugged in or anything - help!

  • Authorization for ABAP Query

    Hello all, Can I benefit a little from your experience with SAP Query(ABAP) and Adhoc Query(ABAP)? My customer want to use both SAP Query and Adhoc Query. And they want to separate for SAP Query as preset report program and Adhoc Query as general-pur

  • Software under creation - what DOES that mean?

    Hi, I'm just curious, the belle availability information dated 7th Feb for my (fantastic) N8 shows that the software is "under Creation". What, exactly, does that mean?    How long does this process normally take?  Days, weeks, months?  Is the carrie

  • External hard disk drive problem with windows laptops?

    my other hard disk drive cannot be read or write on windows and on my macbook pro 13.