DBA Data[Home] [Help]

APPS.PQP_GB_PENSION_SCHEME_TEMPLATE dependencies on PAY_ELEMENT_EXTRA_INFO_API

Line 3101: pay_element_extra_info_api.create_element_extra_info (

3097: hr_utility.set_location (l_proc_name, 310);
3098: --
3099: -- Create a row in pay_element_extra_info with all the element information
3100:
3101: pay_element_extra_info_api.create_element_extra_info (
3102: p_element_type_id => l_base_element_type_id
3103: ,p_information_type => 'PQP_GB_PENSION_SCHEME_INFO'
3104: ,p_eei_information_category => 'PQP_GB_PENSION_SCHEME_INFO'
3105: ,p_eei_information1 => p_pension_scheme_name -- pension scheme name

Line 3143: pay_element_extra_info_api.create_element_extra_info (

3139: hr_utility.set_location (l_proc_name, 320);
3140: --
3141:
3142: -- Create a row in pay_element_extra_info with arrearage information
3143: pay_element_extra_info_api.create_element_extra_info (
3144: p_element_type_id => l_base_element_type_id
3145: ,p_information_type => 'PQP_GB_ARREARAGE_INFO'
3146: ,p_eei_information_category => 'PQP_GB_ARREARAGE_INFO'
3147: ,p_eei_information1 => l_arrearage_allowed

Line 3227: pay_element_extra_info_api.create_element_extra_info (

3223:
3224: --
3225: -- Create a row in pay_element_extra_info with all the element information
3226:
3227: pay_element_extra_info_api.create_element_extra_info (
3228: p_element_type_id => l_eei_element_type_id
3229: ,p_information_type => 'PQP_GB_PENSION_SCHEME_INFO'
3230: ,p_eei_information_category => 'PQP_GB_PENSION_SCHEME_INFO'
3231: ,p_eei_information1 => p_pension_scheme_name -- pension scheme name

Line 3286: pay_element_extra_info_api.create_element_extra_info (

3282: || ' Contribution Fixed'
3283: )
3284: THEN
3285: -- Create a row in pay_element_extra_info with arrearage information
3286: pay_element_extra_info_api.create_element_extra_info (
3287: p_element_type_id => l_eei_element_type_id
3288: ,p_information_type => 'PQP_GB_ARREARAGE_INFO'
3289: ,p_eei_information_category => 'PQP_GB_ARREARAGE_INFO'
3290: ,p_eei_information1 => l_arrearage_allowed

Line 4071: pay_element_extra_info_api.delete_element_extra_info (

4067: -- Delete the EEI row
4068: --
4069: hr_utility.set_location (l_proc_name, 30);
4070: --
4071: pay_element_extra_info_api.delete_element_extra_info (
4072: p_validate => FALSE
4073: ,p_element_type_extra_info_id => l_eei_info_id
4074: ,p_object_version_number => l_ovn_eei
4075: );