DBA Data[Home] [Help]

APPS.HR_PROCESS_CONTACT_SS dependencies on HR_PERSON_API

Line 2156: hr_person_api.update_person(

2152: --
2153: l_per_ovn := p_per_object_version_number;
2154: l_employee_number := p_employee_number;
2155: --
2156: hr_person_api.update_person(
2157: p_validate => l_validate
2158: ,p_effective_date => p_per_effective_date
2159: ,p_datetrack_update_mode => 'CORRECTION'
2160: ,p_person_id => p_cont_person_id

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

7283: hr_utility.set_location('Exception in c_pap Cursor:'||l_proc,555);
7284: raise ;
7285: END;
7286: --
7287: hr_utility.set_location('Calling hr_person_api.update_person '||l_proc,55);
7288: hr_person_api.update_person (
7289: p_validate => l_validate_mode
7290: ,p_effective_date => l_start_date
7291: --p_start_date --9999p_effective_date

Line 7288: hr_person_api.update_person (

7284: raise ;
7285: END;
7286: --
7287: hr_utility.set_location('Calling hr_person_api.update_person '||l_proc,55);
7288: hr_person_api.update_person (
7289: p_validate => l_validate_mode
7290: ,p_effective_date => l_start_date
7291: --p_start_date --9999p_effective_date
7292: ,p_datetrack_update_mode => hr_api.g_correction

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

7366: hr_utility.set_location('After calling validate proceses ', 65);
7367: --
7368: IF hr_errors_api.errorExists
7369: THEN
7370: hr_utility.set_location('api error exists hr_person_api.update_person ', 67);
7371: rollback to create_contact_tt_start ;
7372: raise g_data_error;
7373: END IF;
7374:

Line 10681: hr_person_api.update_person (

10677: raise ;
10678: END;
10679:
10680: -- For processing the update_person_api
10681: hr_person_api.update_person (
10682: p_validate => p_validate
10683: ,p_effective_date => l_effective_date
10684: ,p_datetrack_update_mode => hr_api.g_correction
10685: -- 9999 p_datetrack_update_mode

Line 11696: hr_person_api.update_person(

11692: ,p_name => 'P_PER_EFFECTIVE_DATE');
11693: --
11694: end if;
11695: --
11696: hr_person_api.update_person(
11697:
11698: p_validate => p_validate
11699: --
11700: ,p_effective_date => l_effective_date

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

11724: -- default user flavor of the system_person_type. The true user flavor
11725: -- for the system_person_type is stored in per_person_type_usages_f table.
11726: -- Since the current Personal Information Contacts region
11727: -- does not allow a user to choose any user flavor, so we do not pass in
11728: -- p_person_type_id when calling the hr_person_api.update_person. That way,
11729: -- the api will understand that the person_type is not changed and will not
11730: -- update the person_type_id in per_person_type_usages_f table as is. If we
11731: -- pass the per_all_people_f.person_type_id to the api,the person_type_id in
11732: -- per_person_type_usages_f table will be updated with that value which will