DBA Data[Home] [Help]

APPS.PQP_GB_PROFESSIONAL_BODY_TEMP dependencies on PAY_ELEMENT_EXTRA_INFO_API

Line 593: pay_element_extra_info_api.create_element_extra_info

589: hr_utility.set_location(l_proc, 170);
590:
591: -- Create a row in pay_element_extra_info with all the element information
592:
593: pay_element_extra_info_api.create_element_extra_info
594: (p_element_type_id => l_base_element_type_id
595: ,p_information_type => 'PQP_PROFESSIONAL_BODY_INFO'
596: ,P_EEI_INFORMATION_CATEGORY => 'PQP_PROFESSIONAL_BODY_INFO'
597: ,p_eei_information1 => TO_CHAR(l_organization_id)

Line 793: pay_element_extra_info_api.delete_element_extra_info

789: FETCH eei INTO l_eei_info_id ;
790: EXIT WHEN eei%NOTFOUND;
791:
792:
793: pay_element_extra_info_api.delete_element_extra_info
794: (p_validate => FALSE
795: ,p_element_type_extra_info_id => l_eei_info_id
796: ,p_object_version_number => l_ovn_eei);
797: