Candidate for an activity in e-Rec workflow

Hi,
I've copied the standard workflow ERCActCreate, and I need to get the candidate linked with this activity. I've been looking in the containers already used in the workflow, but I didn't find it. I found the method erc_candidacy.GetCandidate but it gets the candidate name only, and I'd need the object id. Does anyone know a standard task or method to get it?
Thanks in advance

It's triggered when a recruiter creates an activity for the applicant. The problem is the event that triggers the workflow is ERC_ACTIV.ActivityCreated and, AFAIK, the applicant id isn't one of this object's atributes.
If I add the USER ID to the workflow, how do I populate this container? The workflow initiator isn't the applicant but the recruiter, and all the information I've got seems to be related with the candidacy or the application but not with the candidate. I thought of getting this information via the object erc_candidacy, but I just got the applicant name.
Thanks for your help.

Similar Messages

  • How to use java api for function activity in embed oracle workflow?

    because i can't install standalone oracle workflow successfully.
    pls tell me how to use java api for function activity in embed oracle workflow?
    are there some patch or pulg-in package?
    ths a lot...........

    The Java Function Activity Agent is not certified for Oracle Workflow embedded in Oracle Applications. Installing standalone workflow should be a lot easier than what you have found, although it looks like you did hit a Pentium 4 issue with the Oracle Universal Installer. I suggest you contact Oracle Support or Oracle Consulting for assistance.
    because i can't install standalone oracle workflow successfully.
    pls tell me how to use java api for function activity in embed oracle workflow?
    are there some patch or pulg-in package?
    ths a lot...........

  • ECMA script for checking active workflows for an list item

    Hi i am having more than 1 workflow associated with the list if there is any workflow that is active for an item then i need to prevent starting another workflow for the same item. I am using the following code to achieve the same. Can anyone please provide
    me the ECMA object model equivalent for achieving the same.
        //Check for any active workflows for the document
            private void CheckForActiveWorkflows()
                // Parameters 'List' and 'ID' will be null for site workflows.
                if (!String.IsNullOrEmpty(Request.Params["List"]) && !String.IsNullOrEmpty(Request.Params["ID"]))
                    this.workflowList = this.Web.Lists[new Guid(Request.Params["List"])];
                    this.workflowListItem = this.workflowList.GetItemById(Convert.ToInt32(Request.Params["ID"]));
                SPWorkflowManager manager = this.Site.WorkflowManager;
                SPWorkflowCollection workflowCollection = manager.GetItemActiveWorkflows(this.workflowListItem);
                if (workflowCollection.Count > 0)
                    SPUtility.TransferToErrorPage("An workflow is already running for the document. Kindly complete it before starting a new workflow");
            }

    Hi,
    According to your post, my understanding is that you wanted to use ECMA script to check active workflows for an list item.
    You can use the Workflow web service "/_vti_bin/workflow.asmx"
    - GetWorkflowDataForItem operation in particular.
    Here is a great blog for you to take a look at:
    http://jamestsai.net/Blog/post/Using-JavaScript-to-check-SharePoint-list-item-workflow-status-via-Web-Service.aspx
    In addition, you can use
    SPServices. For more information, please refer to:
    http://sharepoint.stackexchange.com/questions/72962/is-there-a-way-to-check-if-a-workflow-is-completed-using-javascript
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to create multiple nodes for single activity in workflow.

    Hi Gurus,
    I am developing the PR workflow. and in that I want to create 2 different nodes for signle activity.
    how can I create those multiple outcomes for signel activity in workflow.
    Thanks in Advcance.
    Vinod

    Hi ,
    You can use Outcomes tab in your workflow step...
    What is the step... is it related to release...
    what is that you want to do...
    Regards
    Gautam

  • Internal Error when viewing an activity in E-Rec after a username change

    Hello,
    Hereu2019s a brief explanation of the scenario that we are in:
    u2022 We created a new User ID for an employee because of his/her name
    change.
    u2022 We then attached this new User Id to her HR master records using Info
    Type 105 (IT0105) subtype 1 (ST01).
    u2022 This employee already had her previous User ID attached to his HR
    master records using the same IT0105 ST01. So now, this employee has 2
    IT0105 ST01 records.
    u2022 We transferred these records (old and new ids) to E-Recruiting via
    ALE process.
    To do this ALE process, we executed RBDMIDOC program on the system
    where our HR Master Data reside.
    u2022 Then in our e-recruiting system, we executed RBDAPP01 to process
    these idocs.
    u2022 This processing delimited the old User ID and created a new User ID
    for the same person in the e-recruiting system. We can view this
    relationship in HRP1001.
    u2022 Now, prior to her name change, this person had performed some
    activities on a candidateu2019s records in E-Recruiting. Obviously, these
    activities were performed with his old user ID. So those activities
    have the old user ID associated with them.
    u2022 After sending the new User Id in e-recruiting, when we go to view
    those candidate activities in candidate overview, the system throws the
    internal error message.
    The format that we use for creating usernames is last name first letter of first name, i.e. Bob Jones would look like JONESB.
    At present the only way to remedy the situation is to have the recruiter who's name (and username) changed manually change it for each activity.
    After opening up a message with SAP they responded with:
    Dear Customer,
    That's right. The reason why this recruiter doesn't see his/her
    activities is because they were created under a different user.
    E-Recruiting is designed with a stable CP-US relationship. If you
    do a delimination this can cause problems for the recruiter (as
    mentioned above) as in IT5131 the user is stored as team member.
    If the user assigned to a CP changes, the responsible candidate class
    cannot be instanced anymore. So we strictly recommend not to delimit theCP-US relation.
    Has anyone else experienced the problem?  How did you address it?  It has been my experience to use the name of the employee when creating a username.  This has never been a problem in our core system, just in E-Recruiting.
    Thank you for your help!
    Regards,
    Ryan

    DonSu,
    You have to look at the line above it to gather what's happening.  As I mentioned it making a call to get the contents of the Data Source using GetDataSourceContents.  What you might try is making the same call using Microsoft APIs and PowerShell.
    http://technet.microsoft.com/en-us/library/reportservice2010.reportingservice2010.getdatasourcecontents.aspx
    [string]$folderDestination = "/<Path to Data source>"
    [string]$webServiceUrl = "https://EnterURLhere/ReportServer/ReportService2010.asmx"
    $ssrsProxy = New-WebServiceProxy -Uri $webServiceUrl -UseDefaultCredential
    $DatasourceContent = $ssrsProxy.GetDataSourceContents($folderDestination)
    $DataSourceOutput = $DatasourceContent | Select-Object ConnectString, Extension, Enabled, UserName, WindowsCredentials, CredentialRetrieval
    Write-Output $DataSourceOutput

  • Error in wait for event activity

    hi all,
    i am gettin gfollowing error when i am using wait for event activity in my WF.
    wait step 0000000088: No valid object ID in container element 'EVENT_BOR'
    'EVENT_BOR' is my container element of type BOR object which contain event.
    please tell me correct way to use wait for event step.
    i am using this on one parallel branch of Fork.
    thanks.

    Hi,
    check the event in SWO1 if there is an import parameter defined. If there is one you have to define the binding in the task waiting for event. You have to bind the relevant object type from workflow to containerelement &_WI_OBJECT_ID& of the event container.
    reagrds,
    Steffen

  • R11:RECEIVED ERROR MESSAGES FOR AP INVOICE APPROVAL IN ORACLE WORKFLOW

    Hi All,
    We have this error:
    ### Detailed Problem Statement ###
    Received the following error messages in sysadmin notifications:
    Event Error Name: 100
    Event Error Message: ORA-01403: no data found
    Event Error Stack: HZ_DQM_SYNC>REALTIME_SYNCH(oracle.apps.ar.hz.DQM.realtimesync,
    30665979B704AE043C0A81404B04A)
    Event Error Name: WFE_DISPATCH_RULE_ERR
    Event Error Message: [WFE_DISPATCH_RULE_ERR] ENAME=oracle.apps.ap.payment EKEY=10001
    RULE=ap_payment_event_wf_pfg.rule_function SQLCODE=100 SQLERRM=ORA-01403: no
    data found
    Event Error Stack: WF_Event.dispatch_internal()
    In addition, during the set-up of Oracle Approvals Management, there was no available list of
    values in the Notification Style in the workflow configurator page.
    Action Plan
    =======
    1) Confirm if the workflow is customized in any way.
    2) Confirm whether you are able to select global preferences for the other invoices approval, meaning are you
    getting the list of values for the other invoices.
    There are no workflow customizations. We are trying to implement it to AP invoice
    approval only.
    Can you instruct me on how to test this one? I thought I could only select the global preferences from the workflow configuration window. And there are no distinction as to which invoice approval
    process it is applicable. Where could I select the global preferences for other
    invoices approval?
    Thanks a lot

    thanks hussein , but still we can not see LOV values even if we inserted data manually...:(
    But it has improved and we moved on to another error which is:
    *****received the error message:3120: Activity 'APINV/52822' has no performer
    ### Problem description or inquiry details ###
    Received the following error message:
    Error Message
    3120: Activity 'APINV/52822' has no performer.
    Error Stack
    Wf_Engine_Util.Notification_Send(APINV, 115191_1, 52822, APINV:APINV_MRA) Wf_Engine_Util.Notification(APINV, 115191_1, 52822, RUN)
    Encountered the following:
    No list of values in the notification style field in the global configuration region in the Workflow Configuration Page
    Please note that we could not update the workflow configuration page using the forms because there
    is no list of values to select in the above-mentioned field. We just recently
    changed the workflow administrator role from SYSADMIN to KCAALIM to reduce
    changing of user log-in. We have previously used the sysadmin user log-in to
    access the workflow configuration page. there was still no list of values for
    the notification style. we changed the wf admin role to kcaalim using the sql:
    udpate wf_resources set text = 'KCAALIM' where name like 'WF_ADMIN_ROLE';
    Commit;
    Hence, changing of wf admin role and user log-in (to sysadmin) won't help (just in case you would advise me to do so) since we tried it
    already.
    ### Responsibility and navigational paths to reproduce ###
    1. set-up the AME for ap invoice approval.
    2. test an actual transaction.
    3. when the list is generated, set-up workflow for AP approval.
    when setting up the configuration page, there is no list of values available for the notification style. hence the workflow
    configuration could not be updated.
    4. Run the required programs (i.e., synchronizations)
    5. run the approval workflow from the developer studio page.
    6. review the status from the Status Monitor page.
    7. The error message appears
    8. payables, create a sample invoice.
    9. validate and initiate approval.
    10. review the approval history to find out the required approver. (the approver's name appears with 0 amount of approval)
    11. check the notifications in the required approver's worklist.
    12. there are no notifications sent.
    Text continued in next action...
    **** screen shots availble >http://rapidshare.com/files/176008682/error_-noperformer.doc.html
    Thanks again...

  • Manager cannot see Candidates for assessment in MSS E-Recruiting.

    Hi All,
    Hope everyone is ding good.
    I have an issue in regards with Candidate Assessment by Manager.  Please have a look into this.
    I was able to create Requisition and External application from Recruiter dashboard.
    I can also complete all the activities including Candidate Assessment by Manager with Questionnaire. Manager was able to complete the questionnaire and assessment successfully.
    Finally i could be able to perform Data transfer activity and completed hiring using PA48 Transaction.
    But now, I am not able to perform the Candidate assessment by manager as no candidates are appearing in MSS E-Recruiting --> Candidate assessment.
    Here in MSS  E-Recruiting I can see the requisitions released by Recruiter, but he cannot see Candidates for assessment.
    Any help will be Highly appreciable.
    Thank you in advance.
    -Sekhar

    Hi Sekhar,
    Additionally, the recruiter needs to create a questionnaire activity in status planned for a candidate and assign it to the manager linked to the requisition in order to have it in the MSS screen.
    Regards,
    Luk

  • Status row for item '', activity ID '264766' does not exist.

    I have developed a custom workflow which is AME configured. The workflow runs well in R12.1.2 instance. But when deployed to R12.1.3 it fails out.
    error starting at line 20 in command:
    exec XX_PACKAGE.XX_PROCEDURE(19098, 'XX_WF', '1:Yes;')
    Error report:
    ORA-01086: savepoint 'WF_SAVEPOINT' never established in this session or is invalid
    ORA-20002: 3101: Status row for item '', activity ID '264766' does not exist.
    ORA-06512: at "APPS.WF_ENGINE", line 4192
    ORA-06512: at "APPS.XXIFMIS_ICX_UTILS", line 20
    ORA-06512: at line 1
    01086. 00000 -  "savepoint '%s' never established"
    *Cause:    Trying to roll back to a save point that was never established.
    *Action:
    Could anyone suggest how I can debug this issue.

    Sosa,
    When i run the wfstat nothing wrong in the info. unable to find the issue.
    But, i have narrow down the issue. In the function process in my workfow i am calling a custom function called update_approval_status_new.
    In this the value of the respond notification to be updated to a header table of this workflow and insert into events tables.
    When i comment these two dml ( update to header status & insert into events ) there is no error.
    Can any one tells me can i update and insert custom tables in workflow or not. If I want to do this, what is procedure.
    Regards/Prasanth

  • I want to open excel spread sheets make additions and export back to pc users.  Is numbers suitable for this activity?

    I want to open excel spread sheets make additions and export back to pc users.  Is numbers suitable for this activity?  I am using a MACBook Air

    just read this in an other answer:
    Pages can open docx files, Numbers can open xlsx files. Each can export to  can export .doc or .xls to the newest Word or Excel format.respectvely, but not to the more recent .docx or .xlsx.
    Translation is not perfect in either direction. Numbers and Excel handle some similar features (eg. pop-up menus vs data validation) differently, and the translator cannot translate from one implementation to the other.
    If much of your work is going to be transferred between your machine and Windows machines running either MS Excel or MS Word, with editing taking place at both ends of the tunnel, then you'll probably be better off with Office, or one of the Office clones on the Mac end.

  • ICal doesn't show all text for the activity

    When I updated to iCal version 8.0 i noticed that when I am in week-view, iCal doesn't show all the text for an activity, although there is plenty of room. For example I have a lecture from 9 am - 4 pm and in the activity I put down all the things I have to do, but it only shows the first line for my activity. I need to drag the box or double click on it to see all the text. Can I change this?

    Gabriella,
    Sometimes making the Calendar window bigger, or using full screen allows additional text to be displayed.
    View>"Make Text Smaller" is also an option for those with Eagle Eyes.

  • Memory could not be allocated for the activation process. Please close all applications and try agai

    I have just had a Windows XP failure and took the opportunity to replace with Windows 7.  After I reinstalled PhotoShop CS(1) the message "Memory could not be allocated for the activation process. Please close all applications and try again"  is shown and forces PhotoShop to close.  I have 4Gb of Ram installed and a total of about 10Gb of Page File space on three partitions of a 500Gb HDD.  The system is not heavily loaded!  However, I cannot access Photoshop to check scratch disk allocation.  How to fix???
    Back to top

    Yes, there are many forums, and it can be confusing. Your question has the best chance of being answered if it is in the proper place. I think it is there now.
    Pattie
    http://forums.adobe.com/message/5092533#5092533  is your post address
    Download and installation forum:
    http://forums.adobe.com/community/download_install_setup

  • Memory could not be allocated for the activation process. Please close all applications and tr again

    Hello,
    Just purchased a new laptop:
    Intel Core 2 quad
    4gb memory
    1000 HDD
    Photoshop CS 8.0 disc dead/scratched/unreadable.  So I copied my Adobe folder from my Program Files Folder on my PC and pasted on laptop.  When I try and run PS I get the error message "Memory could not be allocated for the activation process. Please close all applications and try again". Which I do then Photoshop closes.
    Can anyone help (in layman terms please)?

    Not really. You are essentially FUBARd. Without a proper install, there is usually no way on to get the licensing stuff working. You might be able to get there by installing any other CS product, so PS could latch on to the licensing system that would be already in place, but otherwise it's a lost cause. Simply copying over the executables is normally not enough. I will admit though, that I skipped CS, so there may be some tool somewhere that I don't know about can do this post facto...
    Mylenium

  • Memory Could Not Be Allocated For the Activation of PhotoShop

    CS2 Intel P4 3.0GhzHT, 3-4GB Ram WinXP
    Photoshop won't open for me. It used to. Any idea how I might fix this?
    When I try to open Photoshop, I get "Memory could not be allocated for the activation process. Please close all applications and try again."
    I've done this with no applications after a fresh reboot and get the same message.
    It only started recently. Photoshop used to open for me and was usable.
    I got 3 or 4 GB of ram. I can't remember, but WinXP only sees about 3GB anyway. Either way should be more than enough, no?

    Lee71 wrote:
    hey john, thanks for resuscitating the topic. I on XP and it’s PS8
    I have defragged, cleaned disc, etc.
    In terms of symptoms, PS opens up and once open the prompt comes up. I hit okay and it shuts down.
    i have tried CTRL + ALT + SHIFT whilst PS boots up; i get the prompt "ÿou currently have Adobe Photoshops primary Scratch and Windows' primary paging file on the same volume, which can result in reduced performance. It is reommmended that you set PS Primary Scratch Volume to be on a differrent volume, preferably on a different physical dirve."
    I guess this means reinstall, partition and  set up on a partitioned drive? I don't particularly want to take this course of action if there is an alternative. It doesn't make sense given I've got plenty of space.
    No no need for that!
    The message about the scratch drive is normal: the CTRL + ALT + SHIFT resets the preferences to the default for a single HDD. If you have more than one, go into Edit > Preferences > Performance and set the primary scratch drive to the one without the paging file.
    Once you have OK'd that message it should go away if you do only have one HDD.
    Partitioning will not do anything. The object of the separate drives (if you have them) is to avoid conflict between Scratch and Page file.
    Do you still have your original problem?

  • Purchase requisition for service activity / element cannot be generated

    Dear SAP MM Experts,
    This is a service Creation from the PM order to Purchase Sercive Requisition.
    The Error Message Is Generated :Purchase requisition for service activity / element cannot be generated
    Diagnosis
         Due to the system settings, the system is trying to generate a purchase
         requisition for a service activity or a service activity element.
    No service package has been created for the activity/element.
    As a result, the system cannot generate a purchase requisition.
    The activity/element is created or released, but the indicator for
    generating a purchase requisition is not set.
    Create a service package for the activity/element and then generate a
    purchase requisition.
    regards,
    A S

    Solved From PM side

Maybe you are looking for

  • Oracle EPM Planning 11.1.2.1 - Ziplogs utility not working on all servers

    Oracle EPM Planning 11.1.2.1 - Ziplogs utility not working on all servers We have Planning 11.1.2.1 distributed so that Planning web app, EAS etc. are on own webservers and Essbase is on separate cluster. Currently we have an issue with ziplogs utili

  • Create a view to shows data from multiple rows in a single column

    Hi all - this is probably posted in the wrong forum but I couldn't find which was the correct one. I am almost a complete novice at sql but I have a need to create a view which can be developed at 10g (which runs efficiently as the volumes are likely

  • How do I install the additional content file (PRE7_Cont_WWEFGJ) that I downloaded with Premiere Elements?

    Additional content for Premiere Elements 7 can be found by following the link in the article linked to at the end of this FAQ. You'll need to log in to your Adobe account, and then you'll see the link to the download on the same page as the Free Tria

  • ABAP oo problem

    Hi all I'm try to start with abap oo and have problem with code below. When i generate this all is ok. When try to activate there is error Statement 'LDB->read_spfli()' is not defined . please check your ... Anyone help ? PS. Using SAP 46c Regards Ba

  • Problem maya 2012 and lion!

    Hello, I got a problem that many others also have. I installed lion a week ago, and i got maya 2012 today. So when i where trying to install he said on the and of the installation that is was not compatible with mac os x 10.7. This is for me a big pr