DBA Data[Home] [Help]

APPS.PAY_MX_RULES dependencies on PAY_ELEMENT_EXTRA_INFO_API

Line 420: pay_element_extra_info_api.create_element_extra_info

416: Type of Deduction should be INFONAVIT */
417:
418: IF l_tmplt.configuration_information4 = 'Y' THEN
419:
420: pay_element_extra_info_api.create_element_extra_info
421: (p_validate => FALSE
422: ,p_element_type_id => ln_element_type_id
423: ,p_information_type => 'MX_DEDUCTION_PROCESSING'
424: ,p_eei_information_category => 'MX_DEDUCTION_PROCESSING'

Line 454: pay_element_extra_info_api.create_element_extra_info

450: lv_eei_info6 := 'X';
451: END IF;
452: END IF;
453:
454: pay_element_extra_info_api.create_element_extra_info
455: (p_validate => FALSE
456: ,p_element_type_id => ln_element_type_id
457: ,p_information_type => 'PQP_UK_ELEMENT_ATTRIBUTION'
458: ,p_eei_information_category => 'PQP_UK_ELEMENT_ATTRIBUTION'

Line 503: pay_element_extra_info_api.create_element_extra_info

499: END IF;
500:
501: FOR i in 1..l_rate_type.COUNT
502: LOOP
503: pay_element_extra_info_api.create_element_extra_info
504: (p_validate => FALSE
505: ,p_element_type_id => ln_element_type_id
506: ,p_information_type => 'PQP_UK_RATE_TYPE'
507: ,p_eei_information_category => 'PQP_UK_RATE_TYPE'