DFF in Competency Region of Update Appraisal: Overview Page throwing Error

Hi,
I want to show a extra field in the competency region of Update Apprisal page for employee self service.
I have added one dummy segment to global data elements segment of PER_COMPETENCE_ELEMENTS dff. I have used Attribute1 for this.
In page i created one MessageChoice item and by extending controller i executed the message choice VO and mapped this item to Attribute1 of CompetenceElementsVO. Everything is working fine but in some cases its throwing the following error when i save or try to send the apprisal to manager.
oracle.jbo.RemoveWithDetailsException: JBO-26019: Attempting to remove a parent entity without removing all children entities
When use flex item instead of messageChoice , i am getting "ID_Flex_Ctx_Global for the flex field segment Context doesnot exist in the value set $FLEX$.DF_CONTEXTS." error. I set the AttributeCategory in controller still in some cases i am getting this error.
region: /oracle/apps/per/selfservice/appraisals/webui/CompetenciesRN
Page : /oracle/apps/per/selfservice/appraisals/webui/OverviewPG
Any help will be appreciated.
Regards,
Ram

i am getting "ID_Flex_Ctx_Global for the flex field segment Context doesnot exist in the value set >$FLEX$.DF_CONTEXTS." errorAttach the DFF field to the page using flex item only.
First remove value set attached (if any) to the DFF segment (Attribute1) and test the page. If this works fine(and as per the error message) there seems to be some mistake you doing regd. value set.
Post all the steps you have followed.
-Anand

Similar Messages

  • How to do Extension in "Update Standard Appraisal: Overview" page

    Hi,
    I'm posting many threads for the past two days, but still i have lot of unknown things against my client's requirement. So here i posting my complete
    requirement what i need to do.
    My OA Page Navigation: HR Employee Self service (Responsibility) -> Performance Mangement (Function) ->Appraisals (Tab) ->Click Update Icon
    Then "Update Standard Appraisal: Overview" page will appear, in that if i click "Add Competencies" button then competencies records are adding.
    After i do the "proficiency rating" for each competency, i need to calculate the sum of all proficiency rating,
    this sum should be shown in the screen and store in the database.
    This is my requirement, please explain how to do this.
    I already tried by the following steps:
    1. Created button "Calculate Competencies" and message styled text "Competencies total score" by personalization.
    2.Then i extended the CompetenciesCO controller using jdev 10g, i created CompetenciesExtendCO.java, then i written my logic.
    3.I posted that new Controller in the same place where CompetenciesCO is avail (This process is suggested by Gyan to use a custom TOP under $JAVA_TOP).
    4.Then i ran my page, but it throws "could not create java file" error.
    Anyone can explain the whole process for this requirement, becuase i worked in development but not in extension/personalization.
    Lot of Thanks in advance,
    SAN

    SAN,
    use below to iterate through all the rows of column.
    OAViewObject vo = getPoSimpleSummaryVO1(); //Replace getPoSimpleSummaryVO1 with the VO attached with the table
    PoSimpleSummaryVORowImpl row = null;   
    int matches = 0;
    int fetchedRowCount = vo.getFetchedRowCount();  
    RowSetIterator approveIter = vo.createRowSetIterator("approveIter");     
    if (fetchedRowCount > 0)
         approveIter.setRangeStart(0);
         approveIter.setRangeSize(fetchedRowCount);     
         for (int i = 0; i < fetchedRowCount; i++)
           row = (PoSimpleSummaryVORowImpl)approveIter.getRowAtRangeIndex(i);         
           String selectFlag = (String)row.getAttribute("<AttributeName>");
           //Continue to add the above value withe the previous Value.
    //The above code will give addition of all the rows...Once u get this value set the same to the Text Bean created Personalization.Regards,
    Gyan

  • Can't find button id in Update Standard Appraisal: Overview  page

    Hi,
    I can't find button id of a button in Update Standard Appraisal: Overview page.
    In this page 'StepNavLinksRN' (style - pageButtonBar) having eight buttons and 2 form value but when i see from the front end application it have only four,
    Among the four i found three has created in that RN but one button ('Continue') can't able to find.
    As per the suggestions from forum i tried to find by seeing in the Controller, page souce. But still i couldn't find that .
    Anyone should help me, its urgent.

    Thanks to all.
    I found the event name of the button by the following code in the PFR:
    String str=pageContext.getParameter(EVENT_PARAM);
    throw new OAException(str, OAException.Information);

  • How to update Appraisal Override flag in the templates found in PHAP_ADMIN

    Whenever a customized transaction is used for approving a Batch, the change should get reflected in the two templates found in standard transaction PHAP_ADMIN.
    However, on changing the value of Appraisal override flag of the batch, the change is not reflected in the templates found in PHAP_ADMIN.
    Is there any ABAP code available for updating Appraisal Override flag in PHAP_ADMIN templates?

    Hi Siva,
    I think there is no utility to create appraisals and update details from offline data for PMP.
    Regards,
    Vinayaka
    Edited by: Vinayaka Prabhu on May 9, 2012 4:04 PM

  • Add the context sensitive 'DFF Review Addl Information' to the appraisal

    Hi,
    I want to add the context sensitive DFF "Review Addl Information" to the appraisal screen.
    How can I do it?
    regards

    Hi manoj,
    Thanks for ur reply. The procedure you mentioned is to just enable DFF on self service page, I have already done that. What I want is to default DFF segments based on context value i.e Qualification Type in this case. It can be done in D2k forms , I want to do similar thing in JSP page.
    There is some new functionality added in R12 to include reference fileds for DFF , but I am getting any concrete example so that I can implement it. If any one has done this , can please share.
    Regards,
    Razz

  • Creating tabs in Appraisals Overview Page(ESS/MSS) -Status Overview

    Hi,
    We have two types of Appraisal documents in system.
    One is normal Appraisal document and another is Talent Competency Assessment document.
    We are thinking to keep these two appraisal documents apart and away from each other.
    By creating the two Status Overview in ESS/MSS overview Page and controlled via PRogram to what documents appear in Status Overview Page.
    Can anybody suggest is ther any way around it to display two kinds of Appraisal documents separately.
    I tried this configuration in MSS,but it is not working.
    Regards
    Rizwan S

    Dear Siddarth,
    Thanks for the Previous Answer.
    Can I make the Zcopy of the Appraisals Page/Appraisals Application and use it for another type of Appraisal documents .
    1.Standard Appraisals Page for Standard Perfroamnce appraisals,
    2.Zappraisals Page for Competency Appraisals.
    Can you please tell me what are development efforts?
    What things to be copied to acheive this?
    Regards
    Rizwan S

  • ExtractReferences flag ignored in WikiPageUpdater when updating a wiki page

    Hi All,
    I'm using REST to update a wiki page. The update works successfully, changing the page based on the upload. However, the wiki links remain blank, even though they are in the wiki data correctly. If I manual edit the page and then publish it, the links are successfully put in.
    When calling update, I set the extractReferences tag to true, but this doesn't have any effect.
    Does anyone know what additional stages I need to do to get the links added to the wiki page.

    Hello Omar.
    At this time you cannot retrospectively add a table based column to an IRR once you have created the IRR.
    You will have to delete the IRR and recreate it i n order for your new column to appear.
    It is for this reason that we typically construct report regions using the 'Classic' report format until the users have confirmed the content is correct. Then we convert it to an IRR.
    Kind regards
    Simon Gadd

  • After updating to iOS6 I cannot update my apps anymore. Error "Account not in this store". Pls help

    After updating my iPad2 to iOS6 I cannot update my Apps anymore. Error message says "Account not in this store". I changed my iTunes store to Philippines and synced my iPad. Didn't do any good.

    Go here:
    Settings > iTunes & App Stores > tap your Apple ID: > View Apple ID > Country/Region
    and confirm that it's set to the correct country for your account. If it is, try signing out of your account and back in.
    Hope this helps.

  • Number of albums per artist is wrong on my iPad's artist overview page

    My music is all there, but on my artist overview page, it is showing artist with more albums than they have. It only seems to effect artist which have songs from more than one album.
    My iPad had a more major problem so I had to take it too Apple who replaced it. When I restored the new iPad from a backup, it was running iOS 5 p, which there was no problem with. The next day, I upgraded to iOS 6 again, and the problem was back.
    I have tried deleting effected music, and re-downloading from iTunes (on my iPad) with no effect. So then I deleted all the music, and synced it back own with my computer. No effect.
    I was wondering if anyone else was having this problem, and if so if they managed to fix it?
    I I'm also having a problem where, when I click on March 2013 on my calendar in month mode, or switch to month mode when in March 2013, it glitches and immediately takes me to the home screen. It doesn't effect any other month, or any other March, just March 2013. This problem appeared in iOS 5 about a month back (could have been there longer, just hadn't realised).
    The reason I'm telling you is if it is linked in someway and if there is a easy fix for both.
    Thanks in advance, Alexandros Theodorou

    Well, considering that Apple hasn't even acknowledged the problem yet, I wouldn't hold my breath. Don't get me wrong, I still love iTunes, but things have been getting progressively worse, not better. I’ve had more issues with this db in the last year, then I’ve had in the last decade.
    I don't even use services such as iTunes Match, Genius, Shared Libraries, etc. However, I can understand those who do. But what annoys me is, don't alienate your long-standing customers in favor of half-baked services that compromise an already great product. A lot of us have huge libraries and spent years building them. When you start experiencing issues like purchased tracks vanishing w/o explanation, album counts that aren't even close, meta-data changing on its own when playing a track, and dozens of albums being split into 2 and 3 parts just because you made an update... well, sorry, but that's just slopping coding.
    Here are just a few of the issues I've encountered within the last 12-15 months:
    1) Album Artwork duplicating itself, disappearing, or not transferring correctly to iOS devices. (Resolution: Finally resolved by Apple)
    2) Purchased tracks vanishing w/o explanation. Example: Dixie Chicks "The Neighbor" just removed itself from my music library on July 1st, 2012. Ironically enough, the track is no longer available for purchase in the iTunes Store, it's not available under my "cloud purchases", and support was not able to restore, this otherwise rare, track. I was told I must have inadvertently deleted it. Not to sound paranoid here, but the last time I checked, the deletion process requires two steps; one to remove from the library and a second to delete the file permanently. Even stranger is that an “empty” track folder for this song remains and if you’re aware how iTunes works, you know that if you confirm the deletion, the folder is also removed. Support couldn’t explain that one (Resolution: None)
    3) Albums being split into two, three, four separate files because you update a track or change a value, even though the album name is identical, the track numbers are correct, and the Album Artist values match. (Workaround: Completely rename the entire album and all its “newly created parts” to something stupid, such as “Test”. Then highlight all the tracks and change them back to the correct Album name. Suddenly, you're back to all tracks being listed as one album.)
    4) Metadata (genre, title, etc.) on purchased tracks reverts back to its original value after you click play. Never happened before, now suddenly it’s a constant problem. (Resolution: Trick out the db like above, by chosing a different Genre or other value. Click through each track, then switch the Genre back to your original change.)
    5) And lastly, the aforementioned “Album Count” issue.
    That said, forgive my rant here, but I’m just getting a bit frustrated with the sloppiness lately. I know Apple can do better... (And yes, I’m running the latest version of iTunes, I’ve played with settings, tried restoring iTunes and my iOS devices, etc.)

  • We want to hide purchasing from ESS overview page

    Hi experts,
    Please suggest me the best procedure to remove the purchasing from ess overview page . where i can do that . we are not having NWDS . Can we do it from Portal ? if yes ? how ?
    Please let me know
    Thanks in advance

    Hi,
    Its actually quite easy, you just have to select yes in "invisible navigation area"
    Steps:
    1. go to Content Administration > Portal Content
    2. Akses the folder Portal Content > Content Provided by SAP > End User Content > Employee Self Service > Roles > double click Employee Self Service  ( i'm assuming you are using standard ess role, if not the navigate to your custom ESS role)
    3. New window show on the right pane
    4. Double Click Purchasing, property editor is now updated showing property editor - purchasing
    5. Scroll down until you find "invisible navigation areas", select Yes
    6. Save and Relogin
    Hope it helps

  • Error message when installing updates. "There was an error in the App store. Please try again later" (20)

    I've been trying to install recent updates for numbers, pages, and keynote, I get a message that says "There was an error in the App store. Please try again later." (20).  I tried several times over the last few days and continue to get the same error  message.
    Kat

    Thank you Catherine & MrToaster - Yes - I've just updated to my new credit card. All the details were correct, inc authorisation code but App Store kept prompting me to update iMovie then, not allowing me to (There was an error in the App Store. Please try again later. (20)).
    Your advice worked - I logged out and in again.
    The problem is that I'll definitely have forgotten your tip when my card next expires!

  • Bridge CC Adobe Bridge CC 6.0.1 Update Update is not applicable. Error Code: U44M2P28

    (MAC) I downloaded Bridge CC and accidently deleted it unproperly. I just trashed it in the trash can and emptied it. I can't restore/ re-download it becuase it still says on Creative Cloud that Bridge is up to date, but when I looked online to properly delete it it Bridge CC is not in my Utilities/Adobe Installers? What do I do? I tried to redownload it online but it still won't work. It gave me this. PLEASE HELP!
    Adobe Bridge CC 6.0.1 Update
    Update is not applicable. Error Code: U44M2P28

    Nikiminn the U44M2P28 indicates and installer error.  I would recommend reviewing your installation log files for the specific errors for the Bridge 6.0.1 update.  You can find information on how to locate and interpret your installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  You are welcome to post any specific errors you discover to this discussion.

  • Does anyone know how to solve: "Firmware update failure. Disk write error"?

    Hi all,
    Here is the list of all what went wrong and where I am now:
    1. My Ipod worked well
    2. I wanted to update it, you know, the normal thing with Itunes
    3. Every time I tried, my computer froze. I was unable to add only one song (both automatically and manually).
    4. I took my external drive (where my music is) at work and tried again: same result.
    5. I decided to run the Updater I have on the CD that came with the Ipod.(2005-02-07; I usually avoid the newer version, having had once a problem when putting a newer version of Updater).
    6. The Updater was unable to operate any action on my Ipode (I don't remember the messages now).
    7. Like I tried what I describe here above like a hundred time. I decided to format the Ipod with Windows (My Computer, right click on the Ipod, format).
    8. It did and now I have only the famous folder with an exclamation mark on my Ipod.
    9. Now when I am running the Updater, it says it cannot Restore the factory settings giving this message "Firmware update failure. Disk write error".
    I would appreciate any help because, during the last 2 hours, I read and tried all I found on the Support Help here on the Apple web side without any result yet.
    Thank a lot for your answer

    Hi Cyrille,
    Have you looked at Knowledge Base Document #301267 on "Disk cannot be read from or written to" when syncing iPod or "Firmware update failure" error when updating or restoring iPod?
    Jon
    Mac Mini 1.42Ghz, iPod (All), Airport (Graphite & Express), G4 1.33Ghz iBook, G4 iMac 1Ghz, G3 500Mhz, iBook iMac 233Mhz, eMate, Power Mac 5400 LC, PowerBook 540c, Macintosh 128K, Apple //e, Apple //, and some more...  Mac OS X (10.4.5) Moto Razr, iLife '06, SmartDisk 160Gb, Apple BT Mouse, Sight..

  • I can't update itunes. I get error message can't find "itunes.msi". What can I do?

    What can I do to download updated itunes. I get error message can't locate "itunes.msi." folder.

    Unfortunately, this sort of trouble has gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. (The results from mydigitallife and Major Geeks are worth checking.)
    After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove".
    Quit out of CleanUp. Restart the PC, and try another iTunes install. Does it go through properly this time?

  • How to remove the delete and edit toolbar buttons from the Overview page

    Hi,
    In the account/contact overview page, we see that the interaction history assignment block does not support the EDIT and DELETE options.
    However, when we click on the hyperlink description of an activity in the interaction history, we get into the overview page of the activity. Here we can see the DELETE button and the EDIT button.
    Is there a way to remove these two options from the overview page of an activity which is in COMPLETED status and in the interaction history section?
    Please advice.
    Thanks & Best Regards,
    Ramesh.
    PS: We use CRM 5.2 Web UI.

    You can hide the box that shows the snippets and the "Restore Previous Session" box with code in userContent.css
    *http://kb.mozillazine.org/userContent.css
    *http://kb.mozillazine.org/Editing_configuration
    You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.
    *ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
    <pre><nowiki>@-moz-document url(about:home){
    /* hide snippet container on the about:home page */
    #snippetContainer { display: none !important; }
    /* hide sessionRestore container on the about:home page */
    #sessionRestoreContainer { display: none !important; }
    </nowiki></pre>

Maybe you are looking for

  • Image processing Manupulation problem!!!

    Dear all, God Morning! hope u all are fine .. i have an issue regarding Image processing Manipulation. i want to give u all the details.. what i have done so far in java. i have used third party tool of java called ImageJ editor for image manipulatio

  • Can I create multiple instances of  realplayer plug-in in one jsp page?

    I want to play meny video files in one jsp web page, these video files are to be played with the embeded plug-in of realplayer, each plug-in was linked(use its SRC property) a different video file. But, to my surprise, when I press the play button, e

  • I want to learn PHP...

    I want to learn PHP. This is my #1 goal for the year. But I can't find anyone who teaches it in upstate NY. Any suggestions for learning how to create a website from scratch with PHP would be greatly appreciated. Thanks!!

  • X-Fi Xtreme Gamer 5.1 configurat

    Hello everyone, I've got SB X-Fi Xtreme Gamer soundcard, I've installed all the applications from CD and newest web drivers and I still don't have sound in my both rear speakers. I've changed speaker configuration in all applications (Windows and Cre

  • Logged on to my account but they are giving a different number with my details.

    Money was disappearing from my pay as you go without me using it. I went on line to check my account, it has a different number with my details. I tried to ring Orange & EE but they do not put me through to talk to some boy. I do not want to top up a