DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on GHR_PERSON_EXTRA_INFO_API

Line 2560: ghr_person_extra_info_api.update_person_extra_info

2556: l_person_extra_info_id := l_per_ei_data.person_extra_info_id;
2557: l_object_version_number := l_per_ei_data.object_version_number;
2558:
2559: if l_person_extra_info_id is not null then
2560: ghr_person_extra_info_api.update_person_extra_info
2561: (P_PERSON_EXTRA_INFO_ID => l_person_extra_info_id
2562: ,P_EFFECTIVE_DATE => sysdate
2563: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
2564: ,p_pei_INFORMATION3 => NULL

Line 2773: ghr_person_extra_info_api.update_person_extra_info

2769: end loop;
2770: end if;
2771:
2772: if l_person_extra_info_id is not null then
2773: ghr_person_extra_info_api.update_person_extra_info
2774: (P_PERSON_EXTRA_INFO_ID => l_person_extra_info_id
2775: ,P_EFFECTIVE_DATE => trunc(l_eff_date)
2776: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
2777: ,p_pei_INFORMATION3 => p_sel_flag

Line 2783: ghr_person_extra_info_api.create_person_extra_info

2779: ,p_pei_INFORMATION5 => to_char(p_msl_id)
2780: ,p_pei_information10 => to_char(p_increase_percent)
2781: ,P_PEI_INFORMATION_CATEGORY => 'GHR_US_PER_MASS_ACTIONS');
2782: else
2783: ghr_person_extra_info_api.create_person_extra_info
2784: (P_pERSON_ID => p_PERSON_id
2785: ,P_INFORMATION_TYPE => 'GHR_US_PER_MASS_ACTIONS'
2786: ,P_EFFECTIVE_DATE => trunc(l_eff_date)
2787: ,p_pei_INFORMATION3 => p_sel_flag

Line 8781: ghr_person_extra_info_api.update_person_extra_info

8777: end loop;
8778: end if;
8779:
8780: if l_person_extra_info_id is not null then
8781: ghr_person_extra_info_api.update_person_extra_info
8782: (P_PERSON_EXTRA_INFO_ID => l_person_extra_info_id
8783: ,P_EFFECTIVE_DATE => trunc(l_eff_date)
8784: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
8785: ,p_pei_INFORMATION3 => p_sel_flag

Line 8792: ghr_person_extra_info_api.create_person_extra_info

8788: ,p_pei_information10 => NULL
8789: ,p_pei_information11 => to_char(p_ses_basic_pay)
8790: ,P_PEI_INFORMATION_CATEGORY => 'GHR_US_PER_MASS_ACTIONS');
8791: else
8792: ghr_person_extra_info_api.create_person_extra_info
8793: (P_pERSON_ID => p_PERSON_id
8794: ,P_INFORMATION_TYPE => 'GHR_US_PER_MASS_ACTIONS'
8795: ,P_EFFECTIVE_DATE => trunc(l_eff_date)
8796: ,p_pei_INFORMATION3 => p_sel_flag