Have any question?
+2 0100 62 62 837
[email protected]
Register Login

Login with your site account

Lost your password?

Not a member yet? Register now

AppsLead | Learn Oracle From The LeadersAppsLead | Learn Oracle From The Leaders
  • Home
  • Courses
    • About Courses

      • Free Training
        • Oracle ebusiness suite Free
        • Oracle Fusion Free
      • Online Live Training
        • Oracle ebusiness suite
        • Oracle Fusion
        • Oracle Database
        • Java & Middleware
      • All Training Courses
      • Training Schedule
      • Register For Live Course
      • Join Our Team
      • Exam Request
  • Blog
    • Oracle ebusiness Suite
      • Oracle Financial
      • Oracle HCM
      • Oracle SCM
    • Oracle Fusion
      • Fusion Financial
      • Fusion HCM
    • Our Authors
    • Be an Author
  • Schedule
  • FAQs
  • About Us
    • About Us
    • Our Services
    • Our Authors
  • Contact Us
  • Home
  • Courses
    • About Courses

      • Free Training
        • Oracle ebusiness suite Free
        • Oracle Fusion Free
      • Online Live Training
        • Oracle ebusiness suite
        • Oracle Fusion
        • Oracle Database
        • Java & Middleware
      • All Training Courses
      • Training Schedule
      • Register For Live Course
      • Join Our Team
      • Exam Request
  • Blog
    • Oracle ebusiness Suite
      • Oracle Financial
      • Oracle HCM
      • Oracle SCM
    • Oracle Fusion
      • Fusion Financial
      • Fusion HCM
    • Our Authors
    • Be an Author
  • Schedule
  • FAQs
  • About Us
    • About Us
    • Our Services
    • Our Authors
  • Contact Us

Blog

  • Home
  • Blog
  • HRMS employee’s Phone Migration

HRMS employee’s Phone Migration

  • Posted by Sameh Bakkar
  • Categories Blog
  • Date March 19, 2011
  • Comments 0 comment
Hi guys today we will explain HRMS employee’s Phone Migration

Declare

v_object_version number;
v_phone_id number;

BEGIN

for HR_data in xx_emp loop

Begin
HR_Phone_Api.Create_Phone(
p_effective_date => sysdate,
p_date_from             => To_Date('04-OCT-2010','DD-MON-YYYY'),
p_date_to               => To_Date('04-OCT-2011','DD-MON-YYYY'),
p_phone_type            => 'H1' ,
p_phone_number          => '042-7075478' ,
p_parent_id             =>  223,
p_parent_table          => 'PER_ALL_PEOPLE_F' ,
p_object_version_number => v_object_version ,
p_phone_id              => v_phone_id

) ;
Commit;
begin
update  XX_Emp_Phone
set Status =  'Done'  , PERSON_ID = p_person_id  , ERROR_MSG = null
where EMP_old_NO = HR_data.EMP_old_NO;

exception
when others then null;
end;
COMMIT;

EXCEPTION
WHEN OTHERS THEN
V_API_ERROR  := SQLERRM;
V_ERROR_MSG  := V_ERROR_MSG||'   '||V_API_ERROR;

UPDATE XX_HR_EMPLOYYE_API_INTERFACE
SET ERROR_MSG = V_ERROR_MSG , Status =  'Error'
where EMP_old_NO = HR_data.EMP_old_NO;

COMMIT;

END;

end loop;

end ;

Tag:HRMS, Migration

  • Share:
Admin bar avatar
Sameh Bakkar
Sameh Bakkar has over 15 years Oracle Applications implementation experience (EBS/Fusion) and he is an Oracle authorized trainer. He has in-depth technical and Functional knowledge of Oracle Applications and Oracle HCM Cloud. Sameh has excellent experience in Team management, Man Power and resource planning, and Pre-Sales management Process. Additionally he has also given Best Practices seminars on Oracle e-business suite and Oracle Fusion.

Previous post

HRMS GOSI Migration
March 19, 2011

Next post

HRMS Employee's Address Maigration
19 March, 2011

You may also like

  • Entering Request for Quotations (RFQ)
    19 June, 2012
  • HRMS Assignment Migration – API
    9 March, 2011

Leave A Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

Categories

  • Blog
  • Fusion HCM
  • Oracle ebusiness Suite
  • Oracle Financial
  • Oracle Fusion
  • Oracle HCM
  • Oracle SCM

Latest Courses

R12.x Oracle E-Business Suite Essentials for Implementers

R12.x Oracle E-Business Suite Essentials for Implementers

Free
R12.x Oracle HRMS Work Structures Fundamentals

R12.x Oracle HRMS Work Structures Fundamentals

Free
R12.x Oracle Payroll Fundamentals

R12.x Oracle Payroll Fundamentals

Free
AppsLead | Learn Oracle From The Leaders

+2 0100 62 62 837

[email protected]

Company

  • About Us
  • Blog
  • Contact Us

Links

  • Events

Copyright © 2017 AppsLead, All rights reserved. Developed by ECDSCS Co.

  • Privacy
  • Terms
  • Sitemap