DBA Data[Home] [Help]

APPS.GHR_MTO_PKG dependencies on GHR_PERSON_EXTRA_INFO_API

Line 2845: ghr_person_extra_info_api.create_person_extra_info

2841: if l_person_extra_info_id is null then
2842: pr('Bef create pers ext info');
2843: -- VSM - Changes Bug # 752015 changed p_information type from
2844: -- GHR_US_PER_SEPARATE_RETIRE to GHR_US_PER_MASS_ACTIONS
2845: ghr_person_extra_info_api.create_person_extra_info
2846: (p_person_id => p_person_id
2847: ,p_information_type => 'GHR_US_PER_MASS_ACTIONS'
2848: ,P_EFFECTIVE_DATE => trunc(l_eff_date)
2849: ,P_PEI_information_category => 'GHR_US_PER_MASS_ACTIONS'

Line 2858: ghr_person_extra_info_api.update_person_extra_info

2854: else
2855: pr('Bef update pers ext info');
2856: -- VSM - Changes Bug # 752015 changed p_information type from
2857: -- GHR_US_PER_SEPARATE_RETIRE to GHR_US_PER_MASS_ACTIONS
2858: ghr_person_extra_info_api.update_person_extra_info
2859: (P_PERSON_EXTRA_INFO_ID => l_PERSON_extra_info_id
2860: ,P_EFFECTIVE_DATE => trunc(l_eff_date)
2861: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
2862: ,P_PEI_information_category => 'GHR_US_PER_MASS_ACTIONS'

Line 2933: ghr_person_extra_info_api.update_person_extra_info

2929:
2930: if l_person_extra_info_id is not null then
2931: ----- Set the global variable not to fire the trigger
2932: ghr_api.g_api_dml := TRUE;
2933: ghr_person_extra_info_api.update_person_extra_info
2934: (P_PERSON_EXTRA_INFO_ID => l_PERSON_extra_info_id
2935: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
2936: ,P_PEI_INFORMATION_CATEGORY => 'GHR_US_PER_MASS_ACTIONS'
2937: ,P_EFFECTIVE_DATE => trunc(sysdate)