How to update element link

hi,
in oracle applications 11i global hrms : From Compensation and Benefits-> Element Link (Form Name : PAYWSLEL)
How can I update/ add Group field to an existing element link?
thank you...

Once the Element Link is created, it canot be updated. You'll have to use a new Element Link.
Cheers,
VB

Similar Messages

  • How to update Solaris Link Editors: (ld) in Solaris 10

    Hi,
    How do I update Solaris Link Editors: from 5.10-1.500 to 5.10-1.1505 ?
    This is wat I get:
    bash-3.00# /usr/ccs/bin/ld -V
    ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.490
    gcc version is 3.4.3
    bash-3.00# /usr/sfw/bin/gcc -v
    Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs
    Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure prefix=/usr/sfw with-as=/usr/sfw/bin/gas with-gnu-as with-ld=/usr/ccs/bin/ld without-gnu-ld enable-languages=c,c++ --enable-shared
    Thread model: posix
    gcc version 3.4.3

    Try and check if there is any patch which contains /usr/ccs/bin/ld, that should do the trick..
    .7/M.

  • How to update Elements value inside existing xml file

    Hi Gurus,
    Am somehow new to java and working on xml with java, i have a scenario where i want to update the elements of my existing xml file, i know its possible as i have posted one code on this forum which updates the values of the arrtibutes of existing xml file. Ref :
    http://forum.java.sun.com/thread.jsp?forum=34&thread=186091&start=15&range=15&hilite=false&q=
    But am not able to use the same code to update the vlaues of the attribute.
    if i have this xml file :
    <?xml version="1.0"?>
    <RootElement>
    <Transaction>
    <Task9>
    <TaskID>Task9</TaskID>
    <Description>My Test Case</Description>
    <Time>12/12/2004</Time>
    </Task9>
    </Transaction>
    <Transaction>
    <Task2>
    <TaskID>Task2</TaskID>
    <Description>Testing my xml</Description>
    <Time>12/12/2004</Time>
    </Task2>
    </Transaction>
    </RootElemen>
    Now i want to update teh </Description> and </Time> field using the code that i have given above in the link.
    If any one can help me ill really appreciate.

    The value of an element is stored in a child node of that element. For example, let's say that "e" references the node <Description> then:
    e.getFirstChild().getNodeValue() => "My Test Case"

  • How to update duplicate links

    my (church) website has a number of HTML "Calendar" pages. One page for each month, with easy navigation from one page to another. These pages list services and activities that happen during the month. I retain several previous months' pages as well as future months, so that visitors can see what sort of stuff goes on at the church. On the home page and on several other pages I have a Spry menubar tab named "calendar". Each new month, I edit the menubar tab links to navigate to the current month Calendar page. Is there an easy way to update all these links simultaneously? Or should I direct the menubar links to a single dummy page as an intermediate page that will redirect immediately to the current page (so I only have to edit the dummy page each month)?

    You are not referencing the Library item properly although this is a creative attempt. The correct way to do it (with this example) would be to start with this code on your page containing the spry menubar -
    <li><a href="#">Home</a></li>
    In Design view, select the word "Home" and on the Quick tag selector (at the bottom of the document pane) click on the "<a>" so that the entire link is selected. Then in the Library category of the Assets panel, select ThisMonth.lbi, and click on INSERT at the bottom of the Library pane. And you will have replaced that Home link with the Library item. Your resulting code would look like this -
    <li><!-- #BeginLibraryItem "/Library/ThisMonth.lbi" --><a href="../pages/2013_01.html">Home</a><!-- #EndLibraryItem --></li>
    Now, DW will manage that link for any changes you make to the Library item.

  • Pay lement LINK API.update element link Error:

    Friends,
    I have created a procedure to update the pay_element_links using PAY_ELEMENT_LINK_API.Update_element_link procedure, passing all the required parameters.
    I am getting ORA-20001: The external account flexfield structure is invalid.
    Here is the sample code I have written
    please let me know if you have faced similar problems or have any idea about how to resolve this issue.
    pay_element_link_api.update_element_link
    (p_validate => true
    ,p_effective_date => sysdate --v_date
    ,p_element_link_id => 1492 --v_ele_link
    ,p_datetrack_mode =>'CORRECTION'
    ,p_costable_type =>C1.costable_type
    -- ,p_element_set_id =>C1.element_set_id
    -- ,p_multiply_value_flag =>v_multiply_value_flag
    ,p_standard_link_flag =>C1.standard_link_flag
    ,p_transfer_to_gl_flag =>C1.transfer_to_gl_flag
    -- ,p_comments =>null
    -- ,p_comment_id =>null
    -- ,p_employment_category =>
    -- ,p_qualifying_age =>
    -- ,p_qualifying_length_of_service =>
    -- ,p_qualifying_units =>
    ,p_attribute_category =>null
    ,p_attribute1 =>null
    --,p_attribute2 =>
    --,p_attribute3 =>
    --,p_attribute4 =>
    --,p_attribute5 =>
    ,p_cost_segment1 =>'11'
    ,p_cost_segment2 =>'1100'
    ,p_cost_segment3 =>'00000'
    ,p_cost_segment4 =>'220140'
    ,p_cost_segment5 =>null
    ,p_cost_segment6 =>null
    ,p_cost_segment7 =>null
    ,p_cost_segment8 =>null
    ,p_cost_segment9 =>null
    ,p_cost_segment10 =>null
    ,p_cost_segment11 =>null
    ,p_cost_segment12 =>null
    ,p_balance_segment1 =>'11'
    ,p_balance_segment2 =>'1100'
    ,p_balance_segment3 =>'00000'
    ,p_balance_segment4 =>'100315'
    ,p_balance_segment5 =>'000'
    ,p_balance_segment6 =>'000'
    ,p_balance_segment7 =>null
    ,p_balance_segment8 =>null
    ,p_balance_segment9 =>null
    ,p_balance_segment10 =>null
    ,p_balance_segment11 =>null
    ,p_balance_segment12 =>null
    ,p_cost_concat_segments_in =>'11.1100.00000.220140'
    ,p_balance_concat_segments_in =>'11.1100.00000.100315.000.000'
    ,p_object_version_number =>v_object_version_number
    ,p_cost_allocation_keyflex_id =>v_cost_allocation_keyflex_id
    ,p_balancing_keyflex_id =>v_balancing_keyflex_id
    ,p_cost_concat_segments_out =>v_cost_concat_segment_out
    ,p_balance_concat_segments_out =>v_balancing_segment_out
    ,p_effective_start_date =>v_effective_start_date
    ,p_effective_end_date =>v_effective_end_date
    );

    On troubleshooting the HR api's you can use the pyupip logging mechanism . This would allow you to pinpoint what stored procedure section is being executed when the error ocurred.
    set serveroutput on
    spool trace.log
    begin
    hr_utility.set_trace_options ('TRACE_DEST:DBMS_OUTPUT');
    hr_utility.trace_on;
    -- your code here
    hr_utility.trace_off;
    Exception
    when others then
    dbms_output.put_line(sqlerrm);
    hr_utility.trace_off;
    END;
    spool off

  • How to update all links globally

    Somehow all the links in my html file all point to images
    with a fully qualified path on my PC, including the drive. I need
    to make all these links point to the relative path im my server.
    Can anyone tell me what option converts these to path
    relative to the current html page?
    Dreamweaver MX 2004
    Many Many Thanks
    -A

    > qualified path on my PC, including the drive.
    This usually means that your site is not defined properly,
    and will always
    occur when a file is saved outside the root of the site.
    Please show me one of these broken links. Also, please tell
    me the defined
    path to the local root folder.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "awardblvr" <[email protected]> wrote in
    message
    news:ec4stn$ph3$[email protected]..
    > Somehow all the links in my html file all point to
    images with a fully
    > qualified path on my PC, including the drive. I need to
    make all these
    > links
    > point to the relative path im my server.
    >
    > Can anyone tell me what option converts these to path
    relative to the
    > current
    > html page?
    >
    > Dreamweaver MX 2004
    >
    >
    > Many Many Thanks
    >
    > -A
    >
    >
    >

  • How to Update Function Link Text in Portal MastHead

    Can someone please advise the steps to control the link text in the Function section of the Portal MastHead (e.g. Log Off, Help, etc...).
    Thanks for your help!
    Scott

    If you just want to remove these simple links, you do this within the configuration of the masthead iView:
    http://help.sap.com/saphelp_nw04s/helpdata/en/97/d4ee3d6434445ae10000000a11405a/content.htm
    If you want to change the functions within the portal personalisation:
    Look in the 'Portal Personalization' workset of the 'eu_role' . Im assuming that you have the eu_role assigned to the everybody built in standard group. 
    This workset has all the options within that list.
    ¡        Portal Theme (page)
    ¡        Portal Language (page)
    ¡        User Mapping (page)
    ¡        User Mapping (Remote iViews) (page)
    ¡        User Password (page)
    ¡        User Profile (page)
    ¡        WorkProtect Mode (page)
    You can modify this, or copy it and modify it as you please.

  • How do update image links to an external location?

    Hi, I did a Google search and a forum search, but have not found what I'm looking for...
    I am opening an Illustrator file downloaded from our company server. All images used in this Illustrator file are stored in a sub-folder on the same company server.
    When I open up the Illustrator file none of the images appear because the links are broken. Rather than download all of the images used in the Illustrator file to my local machine and re-linking the images, I want to know if there's a way to relink the images to the external images location on the company server.
    I hope this makes sense... Thanks in advance for your help.
    -John

    John,
    I am afraid you wish cannot be fulfilled.
    As you probably know, opening/saving AI files from/to to the company server is risky in terms of file corruption.

  • HT4623 How to update an iPhone with iOS 4

    I have already got an iPhone 4 that has been recently updated but I have now got my sisters old iPhone 4 as I smashed mine and she has never updated it how do you update it from iOS 4? Thanks

    UPDATING iOS
    Over the air updating of iOS needs iOS 5 or later
    The following link explains how to update
    This link explains  how to update using itunes
    This explains how to transfer purchases to your computer

  • Urgent : Mass Upload of Element Links

    Hello,
    Can somebody pls suggest how to load Element links when it comes to mass upload?
    If the option is API then we would like to know how to pass people group segements as our link criteria is based on that.
    Regards,
    Gayatri

    This might help you
    People group is a KFF use this cursor to get the people group Id for you desired value. here we have are using just 2 segments
    SELECT people_group_id
    INTO v_people_group_id
    FROM pay_people_groups
    WHERE segment1 = TRIM (x_people_group_segment1)
    AND segment2 = TRIM (x_people_group_segment2)
    AND segment3 IS NULL;
    Pass this people group in the api hr_assignment_api.update_emp_asg_criteria
    Hope this helps
    Thanks,
    Nitin Singh
    Edited by: HRMS Consultant on Oct 26, 2009 12:56 PM

  • Updating my links in a spry menubar

    I just made my first spry menu bar and I'm wondering how to
    update my links. If I update a link in the spry property inspector
    on one page, it only changes the html on that page doesn't seem to
    want to update the spry menu on subsequent pages. How can I
    accomplish this?

    I was hoping you weren't going to say that <G>! Can
    spry menubars be created as a Library item, then when I make a
    change it applies the change to anywhere in the site that library
    item is?

  • How to update Spry-table and present the updated table in a div element?

    Hello!
    I am using a very interesting AJAX-framework called Spry when designing a web page. Here the web page is: Link.
    I need some help.
    Every time a new project or shift is added, the changes are written to an xml-file. When the page is reloaded, Spry reads data from xml-files.
    This is caused by this code:
    dsProjects = new Spry.Data.XMLDataSet("timetable/projects.xml", "projects/project");
    dsShifts = new Spry.Data.XMLDataSet("timetable/{dsProjects::url}", "project/shift"); //look inside projects.xml and //extrac xml-file. url
    dsName = new Spry.Data.XMLDataSet("timetable/{dsProjects::url}", "project");
    I call this function that I have written: loadProjectsIntoDivElement ().
    This function does the following: [See attached code.]
    It iterates through the Spry-datastructure and puts the data in a table inside of the div-element called 'projectsList'.
    Now, when I add a new project, I want it to be inserted into the Spry-datastructure and then cause the new data to be written into the div element called 'Specials_DIV'.
    I have found out how to update a Spry-datastructure (e.g. dsProjects above), but I don't know how to update the table containing the data without refreshing the page. This should be done using Spry.
    Some code:
    1:
    2:
    3:
    function loadProjectsIntoDivElement () {
    $('#projectsList').html('');
    $('#projectsList').append('<table id="Specials_Table"><tr><th spry:sort="id">ID</th><th spry:sort="NAME">Name </th><th spry:sort="hoursestimated">Nr. of hours estimated</th><th spry:sort="hoursworked">Nr. of hours worked</th><th spry:sort="costperhour">Cost per hour.</th></tr>{function::init_hours}<tr spry:repeat="dsProjects" onclick="chooseProject({ds_RowID})"><td>{id}</td><td>{NAME}</td><td>{hoursestimated}</td><td>{hoursworked}</td><td>{costperhour}</td></tr></table><br/>{function::get_hours}<br/>');
    I have tried to accomplish this in various ways but I don't succeed.
    I want to do it without refreshing the page.
    Update: I found some code here that I will try: Link
    Thanks in advance!
    Anders Branderud
    My blog

    Hello!
    Thanks!
    I don't succeed with the implementation in any browser.
    I have found a way to it, but I would like a way that updates the data quicker and without reloading all of the page. After all, I am only adding one row on the end of the data structure, so there should be no need to read in all data again.
    Now I do it like this:
    When a project is added, do this:
    1. Store a new row in the project file through a php script.
    2. When the post-call to the php-file returns, do refresh of the whole page.
    Then the newest version of the xml file will be read in.
    However, I don't want to read the data from a xml file each time that a new project is created.
    I know how to add the new data to a Spry-datastructure [in my code 'dsProjects'], but I don't know how to display the updated data without reloading the whole page.
    I have tried some various ways to do it, but haven't succeded.
    Thanks!
    Anders Branderud

  • How to Disable/End Date an Element Link/Element in HR 11.5.7(Fam.Pack G)

    We want to disable some element links that are no longer valid. These element links are assigned (element entries) to certain employees based on the eligibility criteria set (e.g. Organization/Job/Grade/etc). However we want to disable these elements from a specific date onward as they are no longer valid. I tried to end date either the element entry or the element link but I got the message "Field is protected against update".
    From help the only thing I found regarding deleting an element is to delete all element entries linked to that element link and then delete all element links linked to that element to be able to delete or end date the element.
    But what we need to do is only to disable the element links and not to delete them all together and lose any historical records related to these element entries.
    If anyone has any idea on how to deal with this issue will be highly appreciated.
    Thanking you in advance.
    Elena

    Hi again,
    I made a search regarding elements/links and managed to find an old document (2002) regarding links and following the suggestion there I managed to end date the element links in request.
    In order to end date the Element Link since it does not allow
    you to make any updates you have to try to DELETE it and then select END DATE instead of PURGE.
    Thank you!
    Best regards,
    Elena

  • How to update link and import data of relocated incx file into inca file?

    Subject : <br />how to update link and import data of relocated incx file into inca file.?<br />The incx file was originally part of the inca file and it has been relocated.<br />-------------------<br /><br />Hello All,<br /><br />I am working on InDesignCS2 and InCopyCS2.<br />From indesign I am creating an assignment file as well as incopy files.(.inca and .incx file created through exporing).<br />Now indesign hardcodes the path of the incx files in inca file.So if I put the incx files in different folder then after opening the inca file in InCopy , I am getting the alert stating that " The document doesn't consists of any incopy story" and all the linked story will flag a red question mark icon.<br />So I tried to recreate and update the links.<br />Below is my code for that<br /><br />//code start*****************************<br />//creating kDataLinkHelperBoss<br />InterfacePtr<IDataLinkHelper> dataLinkHelper(static_cast<IDataLinkHelper*><br />(CreateObject2<IDataLinkHelper>(kDataLinkHelperBoss)));<br /><br />/**<br />The newFileToBeLinkedPath is the path of the incx file which is relocated.<br />And it was previously part of the inca file.<br />eg. earlier it was c:\\test.incx now it is d:\\test.incx<br />*/<br />IDFile newIDFileToBeLinked(newFileToBeLinkedPath);<br /><br />//create the datelink<br />IDataLink * dlk = dataLinkHelper->CreateDataLink(newIDFileToBeLinked);<br /><br />NameInfo name;<br />PMString type;<br />uint32 fileType;<br /><br />dlk->GetNameInfo(&name,&type,&fileType);<br /><br />//relink the story     <br />InterfacePtr<ICommand> relinkCmd(CmdUtils::CreateCommand(kRestoreLinkCmdBoss)); <br /><br />InterfacePtr<IRestoreLinkCmdData> relinkCmdData(relinkCmd, IID_IRESTORELINKCMDDATA);<br /><br />relinkCmdData->Set(database, dataLinkUID, &name, &type, fileType, IDataLink::kLinkNormal); <br /><br />ErrorCode err = CmdUtils::ProcessCommand(relinkCmd); <br /><br />//Update the link now                         <br />InterfacePtr<IUpdateLink> updateLink(dataLinkHelper, UseDefaultIID()); <br />UID newLinkUID; <br />err = updateLink->DoUpdateLink(dl, &newLinkUID, kFullUI); <br />//code end*********************<br /><br />I am able to create the proper link.But the data which is there in the incx file is not getting imported in the linked story.But if I modify the newlinked story from the inca file,the incx file will be getting update.(all its previous content will be deleted.)<br />I tried using <br />Utils<IInCopyWorkflow>()->ImportStory()<br /> ,But its import the incx file in xml format.<br /><br />What is the solution of this then?<br />Kindly help me as I am terribly stuck since last few days.<br /><br />Thanks and Regards,<br />Yopangjo

    >
    I can say that anybody with
    no experience could easily do an export/import in
    MSSQLServer 2000.
    Anybody with no experience should not mess up my Oracle Databases !

  • How do I disable linked smart-object auto-update/refresh?

    Working in the CC3D features, I am constantly making changes to my bump map. Every time I step-backwards, or make a significant change to the bump texture (smart object?), CC auto-saves the layer. This specific file is a very very large document (3 gigs in the bump texture layer alone), and the 3D layer has lots of lights and is very complex. This auto-refresh/update really bogs down the time that it would take me to make my changes. I have a very fast machine (I know it's fast, I dont need to list my specs), and I have all shadows disabled.
    How do I disable linked smart-object auto-update/refresh?

    If you do not like a feature like smart objects there is nothing forcing you to use it. Use some other features to do what you want. Please don't ask Adobe to introduce bug into smart object support.
    You could work on your bump maps textures in external files. When your done some time in the future you could edit your project with the smart object layer and use replace smart object. Only then will all smart filters be applied to the smart layer with the replaced smart object.
    Or if by CC Auto save Layer you referring to CC Generate feature you can disable that feature.
    I have no idea what your referring to when you write "CC auto-saves the layer" being a feature. I know CC Generate will write layers out as web files but that more a Web feature then a 3d feature.  Where do you see your layer being saved?

Maybe you are looking for