DBA Data[Home] [Help]

APPS.PQP_GB_UNPAID_TEMPLATE dependencies on PAY_ELEMENT_EXTRA_INFO_API

Line 1437: pay_element_extra_info_api.create_element_extra_info

1433: ,p_template_id => l_template_id
1434: );
1435:
1436: -- Create a row in pay_element_extra_info with all the element information
1437: pay_element_extra_info_api.create_element_extra_info
1438: (p_element_type_id => l_eei_element_type_id
1439: ,p_information_type => 'PQP_GB_OSP_ABSENCE_PLAN_INFO'
1440: ,P_EEI_INFORMATION_CATEGORY => 'PQP_GB_OSP_ABSENCE_PLAN_INFO'
1441: ,p_eei_information1 => fnd_number.number_to_canonical(p_plan_id)

Line 1479: pay_element_extra_info_api.create_element_extra_info

1475: END IF;
1476:
1477:
1478: -- Create a row in pay_element_extra_info with all the element information
1479: pay_element_extra_info_api.create_element_extra_info
1480: (p_element_type_id => l_eei_element_type_id
1481: ,p_information_type => 'PQP_GB_OSP_ABSENCE_PLAN_INFO'
1482: ,P_EEI_INFORMATION_CATEGORY => 'PQP_GB_OSP_ABSENCE_PLAN_INFO'
1483: ,p_eei_information1 => fnd_number.number_to_canonical(p_plan_id)

Line 2216: pay_element_extra_info_api.delete_element_extra_info

2212: END IF;
2213:
2214:
2215:
2216: pay_element_extra_info_api.delete_element_extra_info
2217: (p_validate => FALSE
2218: ,p_element_type_extra_info_id => l_eei_info_id
2219: ,p_object_version_number => l_ovn_eei);
2220: END IF;