DBA Data[Home] [Help]

APPS.PAY_US_USER_INIT_DEDN dependencies on PAY_ELEMENT_EXTRA_INFO_API

Line 2072: pay_element_extra_info_api.create_element_extra_info

2068: hr_utility.set_location(l_proc, 210);
2069: -- For SRS type Base element
2070: if nvl(p_ele_srs_plan_type,'N') <> 'N' then
2071:
2072: pay_element_extra_info_api.create_element_extra_info
2073: (p_element_type_id => l_base_element_type_id
2074: ,p_information_type => 'PQP_US_SRS_DEDUCTIONS'
2075: ,p_eei_information_category => 'PQP_US_SRS_DEDUCTIONS'
2076: ,p_eei_information4 => p_ele_srs_plan_type

Line 2086: pay_element_extra_info_api.create_element_extra_info

2082: hr_utility.set_location(l_proc, 220);
2083: -- For ER Contribution Element
2084: if nvl(p_ele_srs_plan_type,'N') <> 'N' then
2085:
2086: pay_element_extra_info_api.create_element_extra_info
2087: (p_element_type_id => l_er_contr_element_type_id
2088: ,p_information_type => 'PQP_US_SRS_DEDUCTIONS'
2089: ,p_eei_information_category => 'PQP_US_SRS_DEDUCTIONS'
2090: ,p_eei_information4 => p_ele_srs_plan_type

Line 2099: pay_element_extra_info_api.create_element_extra_info

2095: -- For Buy Back Element
2096: if nvl(p_ele_srs_plan_type,'N') <> 'N' and
2097: p_ele_srs_buy_back = 'Y' then
2098:
2099: pay_element_extra_info_api.create_element_extra_info
2100: (p_element_type_id => l_bb_element_type_id
2101: ,p_information_type => 'PQP_US_SRS_DEDUCTIONS'
2102: ,p_eei_information_category => 'PQP_US_SRS_DEDUCTIONS'
2103: ,p_eei_information4 => p_ele_srs_plan_type

Line 2150: pay_element_extra_info_api.create_element_extra_info

2146: -- If p_catchup_processing is not null then should be checking for NONE
2147: --
2148: if nvl(p_catchup_processing ,'NONE') <> 'NONE' then
2149:
2150: pay_element_extra_info_api.create_element_extra_info
2151: (p_element_type_id => l_base_element_type_id
2152: ,p_information_type => 'PQP_US_PRE_TAX_DEDUCTIONS'
2153: ,p_eei_information_category => 'PQP_US_PRE_TAX_DEDUCTIONS'
2154: ,p_eei_information3 => p_catchup_processing

Line 2164: pay_element_extra_info_api.create_element_extra_info

2160: hr_utility.set_location(l_proc, 240);
2161: if nvl(p_roth_contribution ,'N') <> 'N' and
2162: l_roth_ele_type_id is not null then
2163:
2164: pay_element_extra_info_api.create_element_extra_info
2165: (p_element_type_id => l_roth_ele_type_id
2166: ,p_information_type => 'PAY_US_ROTH_OPTIONS'
2167: ,p_eei_information_category => 'PAY_US_ROTH_OPTIONS'
2168: ,p_eei_information4 => 'Y'