DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on HR_PERSON_API

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

2118: -- for the system_person_type is stored in per_person_type_usages_f table.
2119: -- Since the current Personal Information Basic Details region and the
2120: -- New Hire page does not allow a user to choose any user flavor, so we'll
2121: -- zap the p_person_type_id to hr_api.g_number value when it is not an
2122: -- applicant when calling the hr_person_api.update_person. That way, the api
2123: -- will understand that the person_type is not changed and will not update
2124: -- the person_type_id in per_person_type_usages_f table as is. If we pass
2125: -- the per_all_people_f.person_type_id to the api, the person_type_id in
2126: -- per_person_type_usages_f table will be updated with that value which will

Line 3789: hr_person_api.update_person (

3785:
3786: hr_person_info_util_ss.create_ignore_df_validation('PER_PERIODS_OF_SERVICE');
3787:
3788:
3789: hr_person_api.update_person (
3790: p_validate => false
3791: ,p_datetrack_update_mode => p_attribute_update_mode
3792: ,p_effective_date => p_effective_date
3793: ,p_person_id => p_person_id

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

5986: -- for the system_person_type is stored in per_person_type_usages_f table.
5987: -- Since the current Personal Information Basic Details region and the
5988: -- New Hire page does not allow a user to choose any user flavor, so we'll
5989: -- zap the p_person_type_id to hr_api.g_number value when it is not an
5990: -- applicant when calling the hr_person_api.update_person. That way, the api
5991: -- will understand that the person_type is not changed and will not update
5992: -- the person_type_id in per_person_type_usages_f table as is. If we pass
5993: -- the per_all_people_f.person_type_id to the api, the person_type_id in
5994: -- per_person_type_usages_f table will be updated with that value which will

Line 6017: hr_person_api.update_person(

6013:
6014: -- Bug 1937643 Fix Ends - 08/04/2002
6015:
6016:
6017: hr_person_api.update_person(
6018: p_validate => p_validate
6019: ,p_effective_date => l_effective_date
6020: ,p_datetrack_update_mode => hr_transaction_api.get_varchar2_value
6021: (p_transaction_step_id => p_transaction_step_id