DBA Data[Home] [Help]

APPS.PQP_GB_PENSIONS_TEMPLATE dependencies on PAY_ELEMENT_EXTRA_INFO_API

Line 673: pay_element_extra_info_api.create_element_extra_info

669: hr_utility.set_location(l_proc, 170);
670:
671: -- Create a row in pay_element_extra_info with all the element information
672:
673: pay_element_extra_info_api.create_element_extra_info
674: (p_element_type_id => l_base_element_type_id
675: ,p_information_type => 'PQP_GB_PENSION_INFORMATION'
676: ,P_EEI_INFORMATION_CATEGORY => 'PQP_GB_PENSION_INFORMATION'
677: ,p_eei_information1 => p_sch_type

Line 739: pay_element_extra_info_api.delete_element_extra_info

735: FETCH eei INTO l_eei_info_id ;
736: EXIT WHEN eei%NOTFOUND;
737:
738:
739: pay_element_extra_info_api.delete_element_extra_info
740: (p_validate => FALSE
741: ,p_element_type_extra_info_id => l_eei_info_id
742: ,p_object_version_number => l_ovn_eei);
743: