DBA Data[Home] [Help]

APPS.HR_PROCESS_CONTACT_SS dependencies on HR_PERSON_API

Line 2225: hr_person_api.update_person(

2221: --
2222: l_per_ovn := p_per_object_version_number;
2223: l_employee_number := p_employee_number;
2224: --
2225: hr_person_api.update_person(
2226: p_validate => l_validate
2227: ,p_effective_date => p_per_effective_date
2228: ,p_datetrack_update_mode => 'CORRECTION'
2229: ,p_person_id => p_cont_person_id

Line 7356: hr_utility.set_location('Calling hr_person_api.update_person '||l_proc,55);

7352: hr_utility.set_location('Exception in c_pap Cursor:'||l_proc,555);
7353: raise ;
7354: END;
7355: --
7356: hr_utility.set_location('Calling hr_person_api.update_person '||l_proc,55);
7357: hr_person_api.update_person (
7358: p_validate => l_validate_mode
7359: ,p_effective_date => l_start_date
7360: --p_start_date --9999p_effective_date

Line 7357: hr_person_api.update_person (

7353: raise ;
7354: END;
7355: --
7356: hr_utility.set_location('Calling hr_person_api.update_person '||l_proc,55);
7357: hr_person_api.update_person (
7358: p_validate => l_validate_mode
7359: ,p_effective_date => l_start_date
7360: --p_start_date --9999p_effective_date
7361: ,p_datetrack_update_mode => hr_api.g_correction

Line 7439: hr_utility.set_location('api error exists hr_person_api.update_person ', 67);

7435: hr_utility.set_location('After calling validate proceses ', 65);
7436: --
7437: IF hr_errors_api.errorExists
7438: THEN
7439: hr_utility.set_location('api error exists hr_person_api.update_person ', 67);
7440: rollback to create_contact_tt_start ;
7441: raise g_data_error;
7442: END IF;
7443:

Line 10783: hr_person_api.update_person (

10779: raise ;
10780: END;
10781:
10782: -- For processing the update_person_api
10783: hr_person_api.update_person (
10784: p_validate => p_validate
10785: ,p_effective_date => l_effective_date
10786: ,p_datetrack_update_mode => hr_api.g_correction
10787: -- 9999 p_datetrack_update_mode

Line 11822: hr_person_api.update_person(

11818: ,p_name => 'P_PER_EFFECTIVE_DATE');
11819: --
11820: end if;
11821: --
11822: hr_person_api.update_person(
11823:
11824: p_validate => p_validate
11825: --
11826: ,p_effective_date => l_effective_date

Line 11854: -- p_person_type_id when calling the hr_person_api.update_person. That way,

11850: -- default user flavor of the system_person_type. The true user flavor
11851: -- for the system_person_type is stored in per_person_type_usages_f table.
11852: -- Since the current Personal Information Contacts region
11853: -- does not allow a user to choose any user flavor, so we do not pass in
11854: -- p_person_type_id when calling the hr_person_api.update_person. That way,
11855: -- the api will understand that the person_type is not changed and will not
11856: -- update the person_type_id in per_person_type_usages_f table as is. If we
11857: -- pass the per_all_people_f.person_type_id to the api,the person_type_id in
11858: -- per_person_type_usages_f table will be updated with that value which will