DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on HR_PERSON_API

Line 1865: -- applicant when calling the hr_person_api.update_person. That way, the api

1861: -- for the system_person_type is stored in per_person_type_usages_f table.
1862: -- Since the current Personal Information Basic Details region and the
1863: -- New Hire page does not allow a user to choose any user flavor, so we'll
1864: -- zap the p_person_type_id to hr_api.g_number value when it is not an
1865: -- applicant when calling the hr_person_api.update_person. That way, the api
1866: -- will understand that the person_type is not changed and will not update
1867: -- the person_type_id in per_person_type_usages_f table as is. If we pass
1868: -- the per_all_people_f.person_type_id to the api, the person_type_id in
1869: -- per_person_type_usages_f table will be updated with that value which will

Line 3413: hr_person_api.update_person (

3409:
3410: hr_person_info_util_ss.create_ignore_df_validation('PER_PERIODS_OF_SERVICE');
3411:
3412:
3413: hr_person_api.update_person (
3414: p_validate => false
3415: ,p_datetrack_update_mode => p_attribute_update_mode
3416: ,p_effective_date => p_effective_date
3417: ,p_person_id => p_person_id

Line 5433: -- applicant when calling the hr_person_api.update_person. That way, the api

5429: -- for the system_person_type is stored in per_person_type_usages_f table.
5430: -- Since the current Personal Information Basic Details region and the
5431: -- New Hire page does not allow a user to choose any user flavor, so we'll
5432: -- zap the p_person_type_id to hr_api.g_number value when it is not an
5433: -- applicant when calling the hr_person_api.update_person. That way, the api
5434: -- will understand that the person_type is not changed and will not update
5435: -- the person_type_id in per_person_type_usages_f table as is. If we pass
5436: -- the per_all_people_f.person_type_id to the api, the person_type_id in
5437: -- per_person_type_usages_f table will be updated with that value which will

Line 5457: hr_person_api.update_person(

5453:
5454: -- Bug 1937643 Fix Ends - 08/04/2002
5455:
5456:
5457: hr_person_api.update_person(
5458: p_validate => p_validate
5459: ,p_effective_date => l_effective_date
5460: ,p_datetrack_update_mode => hr_transaction_api.get_varchar2_value
5461: (p_transaction_step_id => p_transaction_step_id