Auto Assign Tasks while on Vocation in BPM 11.1.1.5

Hi,
Any idea how to assign tasks automatically in BPM 11.1.1.5. Lets say there are tasks assigned to me and I am in the middle of working on those and I go on vocation how can do I get all those tasks to be automatically reassigned to some other user and if any other tasks gets assigned to me while on vocation want those to be routed to some other user and once I am back from vocation need all those tasks assigned back to me automatically.
Is there any out-of-the-box functionality in BPM 11.1.1.5.
Thanks

Hi,
I tried that but it does not work. Created a new rule with vocation enables but no luck. So wondering if it even works.
Any idea which API's need to look at, if have to custom develop this functionality.
Thanks

Similar Messages

  • Auto Claim Tasks in BPM Human Workflow

    All,
    I have a requirement with a customer to auto claim tasks. When a user selects a task from their task list (tasks by default are assigned to a role), it should be auto claimed. This is to prevent other users from working the task at the same time.
    I appreciate I could educate / train the users to have to press the Claim button first, however I was investigating the feasibility of doing an Auto claim to reduce the need for the users to do this.
    Does anyone know if this is supported Out of the box with BPM Suite? I have looked around the documentation and have seem no ways of doing this. An alternative would be to use the BPM API's however I ideally would prefer to not need to write custom logic for this.
    Your thoughts and experiences would be appreciated
    Regards
    Dave

    Hi Dave,
    The default when you create a human task is that it is set to auto claim. To see this, open one of your human tasks -> click "Assignment" -> click the pencil icon in the upper right corner. There you should see the "Enable Auto Claim" checkbox already checked by default.
    Take a look at this link for more on auto claim: Re: Is it necessary to Claim task? Seems to work without doing so
    Hope this helps,
    Dan

  • Task Auto-Assignment in PJM (turning it off)

    My client is looking to turn off Task Auto-Assignment in Project Manufacturing after a restructure of the Project WBS / FBS. It will no longer be needed.
    I was wondering if anyone has done this. What are the steps? What are the concerns of doing this (data corruption, conversion, etc...)? Release 11.5.10.2
    I do know that one step in order to disable task auto-assignment is to change Project Control in Project Organization Parameters from Project to Task. Anything I am missing? When I do this and then try to assign the Project and Task to the Job (work order) it will not save. It gives me an error (Error: Task Auto Assignment Rules do not exist for the Project Assigned to this job). The work around is to turn task auto-assignment back on (Project Control field), assign some rule to the project in Project Parameters, and then turn the task auto-asignment back off. This then allows me to "save" the project and task to the Job (work order), but I would never be able to roll this out in a Production environment.
    Please help. Thanks in advance!
    Andy

    Hi
    I haven't tested it, but may suggest some considerations.
    All inventory and WIP transactions need to be costed and interfaced to Projects by cost collector before you change the setup of the project control in the organization.
    If you use Order Management, you might need to insert task number to any open sale order line.
    If you have open requisitions and purchase orders, they also need to get task number on the distribution lines. That is true even if the items were already received but not yet billed.
    On hand items in Inventory project locators, need to be transferred into project and tasks locators.
    Any planned work order, even if not yet released, need to get the task number.
    Based on the quantity of existing locators, jobs, POs and sale order, you might want to consider if it would not be easier to setup a new inventory organization with project and task control, and then move all PJM activity from existing organization into the new one.
    Dina

  • Not getting the Tasks while defining the project parameter in PJM ?

    Hello Guys,
    Can any one help me on this query,
    Tasks defined is not available in the list while defining the Project Parameter in PJM ?
    I have done the below neccessary setups,
    The control level is set to Project in PJM Parameters.
    Project Cost-Collections is enabled for Inventory Organization.
    Cost group is set to projects.
    Inventory Organization has been mapped to same OU as Project Organization.
    added Project Manufacturing classification to Inventory Org.
    Iam just checking did I miss any setup ?
    Regards,
    Satish

    Hi
    If the PJM organization is setup with Control Level = Project & Task, then the material transactions , and WIP jobs completion locators will expect you to enter the project number, and task number.
    If the PJM organization is setup with Control Level = Project, then the material transactions , and WIP jobs completion locators will only expect you to enter the project number, not the task number. In that case you will need also to setup the Task Auto Assignment Rules, so system will pick up automatically the task number when transactions are cost collected and interfaced to Projects Costing.
    In any case, the Project Parameters form deals only with the list of projects (not tasks), and thier assignment to the costing and planning groups.
    Dina

  • CannotUser execute task -- " anonymous " has not been assigned task

    Hi,
    I'm trying to build a prototype a workflow using WLI Integration(WLPI).
    I've created a workflow using WLPI Studio and am able to start the instances using
    JMS messages. However, when I try to execute one of the task which I 've assigned
    to user "admin" I get the following error. Please note that I have connected to
    WLPI using "admin" user only and got a handle to worklist. It seems to be an issue
    with security realm but I'm not able to figure out what it is...Can somebody help
    me on it???
    <Mar 26, 2003 5:46:55 PM EST> <Error> <BPM> <500212> <<wlpirequest>
    <started>2003-03-26 17:46:55.332</started>
    <requestor><anonymous></requestor>
    <templateid>1</templateid>
    <template-name>Test</template-name>
    <templatedefinitionid>1</templatedefinitionid>
    <instanceid>22001</instanceid>
    <actions>
    <error time="2003-03-26 17:46:55.362">WorkflowException: User "<anonymous>"
    has not been assigned task "Identify Samp
    les".</error>
    </actions>
    <completed>2003-03-26 17:46:55.372</completed>
    </wlpirequest>
    >
    User "<anonymous>" has not been assigned task "Identify Samples".
    User "<anonymous>" has not been assigned task "Identify Samples".

    Firstly Thanks for the response Chris.
    I'm not using any combination of older version of WLS and 7.0. I've downloaded
    the trial version of weblogic platform 7.0 and working on it.
    I forgot to mention one thing that in order to fix the problem I have modified
    the wlpi-ejb.jar to removethe method permissions.
    Chris Stead <[email protected]> wrote:
    Vinkal,
    Since I see the requester identified as <anonymous>, I am assuming you
    are trying some combination of inter operability between older versions
    of WLS and 7.0. If that is the case, the following link may provide
    some insight for your problem:
    http://edocs.bea.com/wls/docs70/upgrade/upgrade6xto70.html#1050157
    The only caveat is the fact that you are logged in as admin, which
    should be an authenticated user for BPM, therefore not represented by
    the guest user...Have you modified the permissions of the admin user?
    Specifically removed the Execute_Template permission from admin?
    Cheers,
    Chris
    Vinkal wrote:
    Hi,
    I'm trying to build a prototype a workflow using WLI Integration(WLPI).
    I've created a workflow using WLPI Studio and am able to start theinstances using
    JMS messages. However, when I try to execute one of the task whichI 've assigned
    to user "admin" I get the following error. Please note that I haveconnected to
    WLPI using "admin" user only and got a handle to worklist. It seemsto be an issue
    with security realm but I'm not able to figure out what it is...Cansomebody help
    me on it???
    <Mar 26, 2003 5:46:55 PM EST> <Error> <BPM> <500212> <<wlpirequest>
    <started>2003-03-26 17:46:55.332</started>
    <requestor><anonymous></requestor>
    <templateid>1</templateid>
    <template-name>Test</template-name>
    <templatedefinitionid>1</templatedefinitionid>
    <instanceid>22001</instanceid>
    <actions>
    <error time="2003-03-26 17:46:55.362">WorkflowException: User "<anonymous>"
    has not been assigned task "Identify Samp
    les".</error>
    </actions>
    <completed>2003-03-26 17:46:55.372</completed>
    </wlpirequest>
    User "<anonymous>" has not been assigned task "Identify Samples".
    User "<anonymous>" has not been assigned task "Identify Samples".

  • Auto-assigned IP address on an open network

    Hi Mac users,
    I guess somebody else has already had that problem (or I would really be the unluckiest person in the mac world), but I can't find any solution to it, so PLEASE help me!
    I have had my MBP for 6 months, it came with Leopard, and in November I upgraded to Snow Leopard (with someone else's CD that I can't get back do please don't tell me to do a clean Snow Leopard install). I'am not really a Mac pro cause I used to be a Windows user (yeah I know) and I never really got any problems with my Mac so please explain clearly if you have a solution for me!
    Here's my problem :
    I need to access an open network at my school. You're supposed to connect to this network without entering any weep or pa key, than you get to a page where you login with your school information. Then you get full internet access (web, skype,…)
    The thing is that I can't event connect to this network… it says "Airport has an auto-assigned IP address 169.254.143.75 and won't be able to connect to the internet" (my computer is in french so my translation may vary from the english message). This occurs with Automatic DHCP for IPv4, and whether IPv6 is in Automatic or in Disabled setting.
    The exact same thing happens whan I connect to the network using the Ethernet cable... I get the auto-assigned IP address and all...
    Of course, I tried disabling and enabling Airport, and renewing the DHCP, but I always get this auto-assigned IP address.
    I know the problem doesn't come from the hardware because I can connect without any problem to my wireless network at home.
    I am using the 10.6.2 version of Mac OS and I already checked that all the available updates are installed.
    I had a similar problem before upgrading to Snow Leopard : I could connect once to this open network, but then if I closed the lid of the computer, and then reopen it after a while, it wouldn't connect and I had to restart it entirely...
    One of my friends has a Mac running with Leopard, and he has no problem connecting to the network, and neither do the windows user. I don't think it's a problem with the number of connections available on the network because I can NEVER connect to it…
    Please help me!!! I'm hoping a Mac genius pops out of the computer and tells me what to do

    Bonjour
    The weirdest thing is that wired ethernet is not working, not getting an IP address. This may be some kind f incompatibility with the hardware but I doubt it.
    Did you check in Airport and Ethernet settings that 802.1X is not enabled and that Ethernet negociation is "Automatiquement".
    Also, you can completely wipe network profiles by removing those files from /Library/Preferences/SystemConfiguration/ :
    NetworkInterfaces.plist
    com.apple.network.identification.plist
    com.apple.airport.preferences.plist
    Then reboot

  • Auto-Generate Task Form in Jdeveloper 11.1.1.4.0

    Greetings!
    I am studying SOA Suite from some books like "WS-BPEL 2.0 for SOA Composite Applications with Oracle SOA Suite 11g" and "Getting Started with Oracle SOA Suite 11g R1 – A Hands-On Tutorial". These books say that in order to generate a task form using a human task in Bpel you have to right click the human task and should appear a menu option called "Auto-generate Task Form" however this option doesn't show up in my Jdeveloper. Anybody kwnows why?
    I am using Jdeveloper 11.1.1.4 with SOA Composite Editor     11.1.1.4.0.56.82.
    My platform is Windows 7 Professional 64 bits.
    Any help would be appreciated
    Thanks!
    Ramiro Ortiz

    Hi Ramiro
    In JDeveloper, on left side, in Application Navigator tab, select and double clikck your .task file. On right side, in the central window, you will see that Task Details in different tabs. Like on right side, you will see General, Data like. On right side, at the TOP of the central window, there will be a drop down box. Just click on that drop down box, you should see an option like Create or Generate Form something like that. You select that, and it will open a dialog to select a new Project. There give a new Project Name instead of selecting the existing project. Enter the new project name and it will generate the taskDetails.jsp with all other files in that new project.
    If you do not see this option to auto generate form, in the central window. Since you already created human task, I am assuming you updated your JDeveloper with 2 Plugins from help -> Update menu like for SOA Composite Editor and BPM Editor (BPM Only if you want BPM specific stuff).
    Thanks
    Ravi Jegga

  • 'No Administrator found for the task' while releasing the task in AR31

    Dear Gurus,
    i am facing the issue 'No Administrator found for the task' while releasing the task in AR31  while doing Mass Asset change.
    Please help to provide the solution.
    Many thanks.
    Kumar

    Dear Kumar,
    error 5W141 indicates that the  configuration for workflow is not in place fully.                                                                               
    1. SWU3 => Automatic customizing  
    You find the customizing of the workflow under Basis -> Business             
    Management -> SAP Business Workflow. There you can check the minimum         
    customizing for workflow:                                                                               
    2,  Please check in transaction OAWF if the responsible users are             
        assigned to the workflow tasks                                            
        Menu path: Basic Functions                                                
                     Assign tasks to agent                                       
                        Correct worklist                                         
                        Release worklist                                         
                        Correct and release worklist                                                                               
    3,  In addition check if the users are assigned to the workflow-tasks      in the basis-component (transaction
         PFTC).                                
       Menu path: Task type: TS   - Standard task        
           Task     : corresponding task (e.g.8010 - correct worklist                                                                               
    The relevant logic is: if the system finds that the agent or user is  defined, it will go straight to T-code SO01. And the user can edit the  work list there.                                                                               
    Following is a reference notes :                                             
                322526  Analysis for workflow problems      
    Regards Bernhard

  • CProject user cannot edit (confirm) their assigned tasks

    Dear Experts,
    we are facing an unexpected behaviour on cProjects: project user cannot edit (confirm) their assigned tasks, because the authorizations at the task level for user appear as Read (authorizations view on task), while on the project definition, for the same tasks the user is assigned Write permissions. Something must be happening in between that we are not getting right.
    More details on the configuration behind and the process:
    - In Project definition level, project roles (coming from a project template) are staffed to users (business partners)
    - Project roles coming from project template are assigned to a project role type with Default authorization set as Read. Because we want all project users to be able to access in read mode to the whole project and tasks; and then be able to edit (Confirm) only their assigned tasks. Except for the project manager role, who has a different project role type assigned wih Admin default authorization set
    - After making the staffing at project level, this seems to be working fine: all project users have read access assigned at project structure level and rest of tasks, except the project manager who has Admin authorization. And for each task, the user assigned to the task has write permissions.
    - But when a user open the task from the tasks dashboard, and go to the Authorizations tab, then the user has Read permission for the same task, which causes the consequence of not being able to Edit and Confirm.
    Can you guide us to understand why the Write authorization is being overriden to Read at user access? Should not the default authorization “read” at project role type be overwritten by the assignment of the user to the task?
    Maybe is there other configuration setting that is missing or needs to be checked?
    Many thanks in advance,
    Roberto

    Thanks Ravi, I answer your questions:
    1) How did you give write access? - Manually in ACL-Authorisations tab or through selection of responsible role/person in basic tab.
    we use the second option. We create projects from templates that have roles assigned to tasks. After we complete staffing in the project, we assign users (business partners) to each project role. After this, automatically, users are assigned as task Responsible and receive their tasks assigned in the task dashboard.
    Question here: since we do not use Resources, the field responsible resource is not used/filled- Is this required?
    2) Whether the task accessed by the user is in 'Released' status?
    yes, tasks are released, so that ther users receive the task in Tasks Dashboard, but due to the permissions issue, they cannot confirm task
    The only possible workaround we have found to solve the issue is to assign Write authorizations to all users, but at project level. So the consequence is that users can edit all the project tasks (not only their assigned tasks) and we want to avoid that. We want users to have read access to whole project and write access to their assigned tasks (by staffinf Users to roles)
    thanks again for help.
    best regards,
    Roberto

  • Auto assigning destinations

    Hello all,
         This is my dilemma; I have a PDF file that is fairly large (over 150 pages) and I need them to have a destination on each page where the name of those destinations are the page number itself. Now I could go through each page and set the destination myself but I have 7 PDF files to do this for that are varying lengths. Is there a plug-in or built-in function that would auto assign a destination per page that was the number of that page? I haven't been able to find anything anywhere as of yet.  Just trying to see if I could save myself some trouble and time by not hand doing this. Thanks in advance for any help/assistance anyone can give.

    Harucho,
    Bernd's "file.pdf#page=3" is alluding to PDF Open Parameters.
    These have been around for a while.
    See Adobe Developer Knowledgebase document 52852 to view the versions listing.
    http://support.adobe.com/devsup/devsup.nsf/docs/52852.htm
    Acrobat 9 - Parameters for Opening PDF Files
    http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf
    Acrobat 8.1 - Parameters for Opening PDF Files
    http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf
    Acrobat 7.05 - PDF Open Parameters
    http://www.adobe.com/devnet/acrobat/pdfs/PDFOpenParameters.pdf
    Acrobat 7.0 - PDF Open Parameters
    http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf
    ~ Related Info - UNC/URL/on local machine Info- Good to Know ~
    Permanent Link: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=317300
    http://kb2.adobe.com/cps/317/317300.html
    Permanent Link: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=326332
    http://kb2.adobe.com/cps/326/326332.html
    Using the HTML embed Tag to Display a PDF on Your Web Page
    http://blogs.adobe.com/pdfdevjunkie/using_the_html_embed_tag_to_di.html
    Be well...

  • Human Task : assign task to user at runtime based on some conditions

    HI ,
    I have a requirement that is, Assign task to users/ groups at runtime for approval based on material qty. please help me in design approach to achieve the same.
    thanks in advance.
    Guru

    Hi Guru
    You can achieve this with and without business rules. I am assuming you have a payload with element like "qty". In task details page or somehow, this gets filled. Now later on you can have like this:
    1. Without Business Rules:
    a) Lets assume you have human tasks like ApproverDefault, Approver100, Approver200, ApproverAll etc.
    b) After your first Task, add a XOR Gateway. Default path of XOR goes to ApproverDefault. Then you have like 3 more paths with Conditions like qty between 0 and 100 goes to Approver100. Qty between 100 and 200 goes to Approver200. Qty more than 200 goes to ApproverAll.
    Quantity
    No conditions (Default) -> ApproverDefault
    qty < 100 -> Approver100
    qty > 100 and qty < 200 -> Approver200
    qty > 300 -> ApproverAll.
    2. With Business Rules
    a) This needs some learning. Please do refer detailed online docs. I am just giving brief steps. Create extra fields of type Boolean in payload like AutoApproved, NeedApproval100, NeedApproval200, NeedApprovalAny etc. Have more meaningful names as per your requirement and human task though.
    b) You need to drag and drop Business Rules component and edit it in JDeveloper.
    c) First create a Bucket set with Range of Values for Qty field like -infinity to 0, 0 to 100, 100 to 200, 200 to infinity. You just enter rows like 0, 100, 200, and rest is taken care to add these Ranges.
    d) Now create Decision Rules. For each range, create a action and set the flag(s) appropriately.
    e) See hello world example for exact steps and full understanding.
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/obpm/11g/r1/firstProcess/firstprocess_obpm11g.htm
    Pros & Cons:
    a) Without Business Rules is very simple and straight forward. Quick and easy to develop and test. But if you want to control the range of values for qty, you need to modify the process and redeploy. Its kind of tight.
    b) Business Rules gives more flexible. You can change qty at run time, provided you use BPM Composer. But takes some learing and needs some debug if it fails like that.
    There are many differences and pros and cons. But above are the main ones.
    If you are a beginner, go with First Approach for now.
    Thanks
    Ravi Jegga

  • Show message popup when finish assigning task

    Hi all,
    I want to whenever user finish assigning task to other user, bpm will show popup window to confirm some information (i have just tried FaceMessage). Now, I am writing code in event TaskValidationCallback but it's not working.
    Somebody help?
    Thanks.

    Hello Nguyen -
    CIL (Common Intermediate Language) is the code we are writing inside the activity as method.
    It can be any one of BPL(Business Processing Language - is the common snippet using for OBPM) or .NET or Java code.
    In the above case we are using BPL.This is the beauty of Oracle BPM.Its supports all the three :)
    Each process activity references a method. Methods can have CIL code implemented or can be empty,
    but associated methods must always exist for process activities.
    Please check : http://en.wikipedia.org/wiki/Common_Intermediate_Language
    BR,
    Justin.

  • Error while creating Attribute In BPM Object

    Hi,
    I am getting error while creating attributes in BPM Object.I am not able to open BPm object. while opening I am getting Below error.
    Please suggest.
    java.lang.StringIndexOutOfBoundsException: String index out of range: 28
         at java.lang.String.charAt(Unknown Source)
         at fuego.type.TypeFactory.createFromName(TypeFactory.java:482)
         at fuego.type.TypeFactory.forNameLazy(TypeFactory.java:263)
         at fuego.lang.CollectionTypeDescription.getIndexTypeRef(CollectionTypeDescription.java:146)
         at fuego.compiler.type.TypeRenderer.renderArrayType(TypeRenderer.java:355)
         at fuego.compiler.type.TypeRenderer.renderType(TypeRenderer.java:261)
         at fuego.compiler.type.TypeRenderer.renderArrayType(TypeRenderer.java:344)
         at fuego.compiler.type.TypeRenderer.renderType(TypeRenderer.java:261)
         at fuego.compiler.type.TypeRenderer.render(TypeRenderer.java:106)
         at fuego.compiler.type.TypeRenderer.render(TypeRenderer.java:94)
         at fuego.compiler.type.TypeRenderer.render(TypeRenderer.java:78)
         at fuego.designer.XObjectComponentStructurePanel$CellTypeRenderer.getText(XObjectComponentStructurePanel.java:612)
         at fuego.designer.XObjectComponentStructurePanel$CellTypeRenderer.getText(XObjectComponentStructurePanel.java:605)
         at fuego.ui.peer.swt.SwtTable$SwtTableModel.getColumnText(SwtTable.java:956)
         at org.eclipse.jface.viewers.TableColumnViewerLabelProvider.update(TableColumnViewerLabelProvider.java:70)
         at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:135)
         at org.eclipse.jface.viewers.AbstractTableViewer.doUpdateItem(AbstractTableViewer.java:386)
         at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:466)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
         at org.eclipse.core.runtime.Platform.run(Platform.java:857)
         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46)
         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:199)
         at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2026)
         at org.eclipse.jface.viewers.AbstractTableViewer.internalRefreshAll(AbstractTableViewer.java:695)
         at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:633)
         at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:620)
         at org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredViewer.java:1433)
         at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1368)
         at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1330)
         at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1431)
         at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java:536)
         at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1390)
         at fuego.ui.peer.swt.SwtViewer.repaint(SwtViewer.java:59)
         at fuego.ui.peer.swt.SwtColumn.setLabelProvider(SwtColumn.java:89)
         at fuego.ui.Column.setLabelProvider(Column.java:82)
         at fuego.designer.XObjectComponentStructurePanel.buildUI(XObjectComponentStructurePanel.java:299)
         at fuego.designer.AbstractEditor.build(AbstractEditor.java:542)
         at fuego.designer.AbstractEditor.init(AbstractEditor.java:133)
         at fuego.designer.XObjectComponentStructurePanel.<init>(XObjectComponentStructurePanel.java:126)
         at fuego.eclipse.studio.multipageeditor.BPMObjectMultipartEditor.createStructurePage(BPMObjectMultipartEditor.java:581)
         at fuego.eclipse.studio.multipageeditor.BPMObjectMultipartEditor.addDefaultPages(BPMObjectMultipartEditor.java:464)
         at fuego.eclipse.studio.multipageeditor.ExtendedMultiPageEditorPart.createPages(ExtendedMultiPageEditorPart.java:399)
         at fuego.eclipse.studio.multipageeditor.eclipse.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:253)
         at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)
         at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426)
         at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
         at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:299)
         at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:179)
         at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
         at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
         at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:400)
         at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
         at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)
         at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1604)
         at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
         at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)
         at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
         at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)
         at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)
         at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:217)
         at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207)
         at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:774)
         at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:673)
         at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:634)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2737)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2651)
         at org.eclipse.ui.internal.WorkbenchPage.access$13(WorkbenchPage.java:2643)
         at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2595)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2590)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2574)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2557)
         at fuego.eclipse.ui.DefaultEditor.open(DefaultEditor.java:65)
         at fuego.eclipse.studio.EclipseWorkbench.createEditorFromResource(EclipseWorkbench.java:529)
         at fuego.eclipse.studio.EclipseWorkbench.createEditor(EclipseWorkbench.java:297)
         at fuego.designer.action.OpenCatalogNodeAction.open(OpenCatalogNodeAction.java:91)
         at fuego.designer.action.OpenCatalogNodeAction.run(OpenCatalogNodeAction.java:55)
         at fuego.eclipse.ui.EclipseAction.run(EclipseAction.java:180)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
         at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1173)

    When you say you're having trouble "opening" the BPM Object, is it possible you instead mean you're having trouble expanding the BPM Object?
    Just a guess, but if you're having trouble expanding the BPM Object I'd suspect that the object's xcdl contents might be corrupted. You might want to consider exporting and saving a backup of the project and then try deleting the object from the Project Navigator. Rebuild the BPM Object once you've deleted it.
    Dan

  • Quota arrangement - winning contract is not auto assign in SC

    My Problem: Winning contract is not auto assign to Shopping cart
    I created a Quota Arrangement (QA). It contains 2
    contracts, for example in line item 1, contain Contract with Supplier
    'A', with target percentage of 60%. In line item 2, contain Contract with
    Supplier 'B', with target percentage of 40%. I did not specify any quotabase quantity.
    For your info, the contract for Supplier 'A" is a Purchasing Contract,
    with target value of 80 (currency Malaysian Ringgit). Contract for
    Supplier 'B' has target value of 20 (currency Malaysian Ringgit). When Icreate a Shopping Cart, with quantity 5 (each-EA) and price per unit is
    2
    (Malaysian Ringgit), total is MYR10. When I go to Source of Supply tab,
    the system showed 2 suppliers from the 2 contracts. It did not
    automatically assigned to the winning contract. We still have to choose
    which contract to be assigned. I created another SC after that until theContract exceeded quantity, but the system does not proposed winning
    contract automatically. Please help.
    Cheers
    AIN

    yes, the contract have company code

  • Portal Master-detail form how to auto assign detail record sequence number

    Portal Master-detail form how to auto assign detail record sequence number.Please help me?

    You can just read the following section
    Can I specify a sequence number generator as the default value for a form column?
    Yes. Enter the following in the "default value" field for the column:
    #<schema name>.<sequence name>.nextval
    where <schema name> is the name of the schema containing the sequence, and <sequence name> is the name of the sequence. The entry is preceded by a "#".
    For example, if the schema name is "SCOTT", and the sequence name is "CUSTOMER_SEQ", the default value entry is:
    #SCOTT.CUSTOMER_SEQ.NEXTVAL
    same way you can do for master - detail form.
    for more information on forms please refer the following URL.
    http://otn.oracle.com/products/iportal/htdocs/portal_faq.htm#BuildingApplications
    hope it helps.

Maybe you are looking for