HR_PERSON_EXTRA_INFO_API.create_person_extra_info

Please tell me the table that is getting updated by HR_PERSON_EXTRA_INFO_API.create_person_extra_info.

instead of checking this way you can also check by opening the code and in the package body search for insert into statements. this package might call other packages too but thats the sure shot way of getting the details.

Similar Messages

  • SQL exception occurred during PL/SQL upload in WEB ADI Upload

    Hi All,
    I created Custom Integrator with META DATA as Update. This Integrator Downloads the data and will update the date. Once it is updated, I am uploading the same. For Quite Some Time, Everything is working fine and no issue.
    All of Suddenly , I am getting the error message 'SQL exception occurred during PL/SQL upload.' When I am trying to update and upload the values in the same custom integrator.
    My Oracle Apps and DB Version are
    RDBMS : 11.1.0.7.0
    Oracle Applications : 12.1.3
    Any Help is appreciated.

    I found the issue. If you check read only check box for the mandataory parameters that Package is using, then we get this issue. Try to avoid read only check box for mandatory parameters in th epackage.
    For Example.
    I am using hr_person_extra_info_api.update_person_extra_info API in my custom package, In this API, p_person_extra_info_id is the mandaory parameter.
    I am trying to download the data and updating the data and uploading the values with the custom WEB ADI. In the custom layout, I checked ready only box to parameter 'p_person_extra_info_id '. With this I am getting issue 'SQL exception occurred during PL/SQL upload in WEB ADI Upload'.
    again I unchecked the read only button to this 'p_person_extra_info_id ' Parameter. It is uplaoding and working with no issues.
    Thanks Guys for all your help.

  • API to update/ create Organization EIT

    Hi All,
    I 'am trying to find the API to update/ create EITs for HR Organizations. While I can find the API to update person and assignments hr_assignment_extra_info_api/ hr_person_extra_info_api, I 'am not able to find out the API/ package for Organization EITs.
    Can you please let me know the API that I need to use to create/ update HR Organizations EITs (HR_ORGANIZATION_INFORMATION_V table). Any inputs on this will be immensely helpful.
    Thanks,
    Ganapathi

    You can APIs
    hr_organization_api.create_org_information or
    hr_organization_api.update_org_information to create / update Organization Information Types.

  • SSHR Extra Information Type - Restricting date entered

    As part of out draft SSHR build, we have created an EIT (and made it available via a function in Self-Service) to capture MOT and Licence Expiry Dates relating to an employee's private vehicle.
    Is it possible to restrict the date entered to prevent users entering a past date i.e. an expired MOT/Licence?
    Many thanks,

    Create user hook for the API hr_person_extra_info_api.
    In the user hook write your code to validate.
    It will raise error in the page.
    Regards,
    Peddi.

  • Oracle EIT API DELETION CONTINGENT WORKERS

    Hi Gurus,
    I have a requirement as under:
    We are supporting Oracle HRMS module basically Core-HR and OAB in US legislation.
    There is an EIT configured in the system for which the value is populated for both Employees and Contingent Workers. Now there is a requirement to delete the values in that particular EIT.Can you let me know the API name with rthe procedure which can help delete EIT values for Contingent workers??
    Reply awaited
    Thanks!
    regards
    Sabya

    It will look something like this:
    DECLARE
      CURSOR csr_cwk_eit IS
      SELECT eit.person_extra_info_id
            ,eit.object_version_number
      FROM   per_people_extra_info eit
      WHERE  eit.person_id IN
        (SELECT papf.person_id
         FROM   per_all_people_f papf
         WHERE  papf.npw_number IS NOT NULL
         AND    papf.employee_number IS NULL
         AND    trunc(sysdate) BETWEEN
                papf.effective_start_date AND papf.effective_end_date);
    BEGIN
      FOR csr_rec IN csr_cwk_eit LOOP
        hr_person_extra_info_api.delete_person_extra_info
          (p_validate              => TRUE
          ,p_person_extra_info_id  => csr_rec.person_extra_info_id
          ,p_object_version_number => csr_rec.object_version_number);
      END LOOP;
    END;
    /This deletes all EITs for anyone who is or has ever been a contingent worker. It specifically ignores anyone who has also been an employee - you'll of course need to decide what to do there.

Maybe you are looking for

  • The iPod cannot be updated. The required disc cannot be found

    I am gettin an annoying message that "the required disc cannot be found" and am not sure how to resolve. The iPod shuffle seems to updat with songs successfully. I also tries restoring for factory settings to perhaps start from scratch. I also tunred

  • Context handling problem in output message

    Hi Experts, I have an issue where the context is not properly handled: <Material_Master> <Material> <LongText> - >exists--->createif--->E1MTXHM Segment <Language_Code>ES</Language_Code> <Description>EF VEW CHANGED TEXT: GAS</Description> >mapwithdefa

  • How to build a xml file dynamically with given data.

    hi there i need to create a writer that can create a xml with some given data. what is the procedure of creating a xml file? if it is possible, please post some samples, thank you.

  • Vector Array out of range error

    Hiya, I've run into a strange Vector out of range error when trying to splice a Vector array. The idea is to cut off the Vector array after a certain point.... var vec:Vector.<int> = new Vector.<int>(); vec.push(1); vec.push(2); vec.push(3); vec.push

  • Implementation of one request, multiple responses bpel processes

    Need info on how to build a one request, multiple responses bpel processes. The following URL discusses the link http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/bp_interact.htm#SOASE534 Book: Oracle® Fusion Middleware Developer's