DBA Data[Home] [Help]

APPS.PQP_GB_PENSION_SCHEME_TEMPLATE dependencies on PAY_ELEMENT_EXTRA_INFO_API

Line 3103: pay_element_extra_info_api.create_element_extra_info (

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

Line 3145: pay_element_extra_info_api.create_element_extra_info (

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

Line 3229: pay_element_extra_info_api.create_element_extra_info (

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

Line 3288: pay_element_extra_info_api.create_element_extra_info (

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

Line 4074: pay_element_extra_info_api.delete_element_extra_info (

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