DBA Data[Home] [Help]

APPS.PAY_MX_RULES dependencies on PAY_ELEMENT_EXTRA_INFO_API

Line 401: pay_element_extra_info_api.create_element_extra_info

397: Type of Deduction should be INFONAVIT */
398:
399: IF l_tmplt.configuration_information4 = 'Y' THEN
400:
401: pay_element_extra_info_api.create_element_extra_info
402: (p_validate => FALSE
403: ,p_element_type_id => ln_element_type_id
404: ,p_information_type => 'MX_DEDUCTION_PROCESSING'
405: ,p_eei_information_category => 'MX_DEDUCTION_PROCESSING'

Line 435: pay_element_extra_info_api.create_element_extra_info

431: lv_eei_info6 := 'X';
432: END IF;
433: END IF;
434:
435: pay_element_extra_info_api.create_element_extra_info
436: (p_validate => FALSE
437: ,p_element_type_id => ln_element_type_id
438: ,p_information_type => 'PQP_UK_ELEMENT_ATTRIBUTION'
439: ,p_eei_information_category => 'PQP_UK_ELEMENT_ATTRIBUTION'

Line 484: pay_element_extra_info_api.create_element_extra_info

480: END IF;
481:
482: FOR i in 1..l_rate_type.COUNT
483: LOOP
484: pay_element_extra_info_api.create_element_extra_info
485: (p_validate => FALSE
486: ,p_element_type_id => ln_element_type_id
487: ,p_information_type => 'PQP_UK_RATE_TYPE'
488: ,p_eei_information_category => 'PQP_UK_RATE_TYPE'