DBA Data[Home] [Help]

APPS.PAY_US_USER_INIT_DEDN dependencies on PAY_ELEMENT_EXTRA_INFO_API

Line 2075: pay_element_extra_info_api.create_element_extra_info

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

Line 2089: pay_element_extra_info_api.create_element_extra_info

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

Line 2102: pay_element_extra_info_api.create_element_extra_info

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

Line 2153: pay_element_extra_info_api.create_element_extra_info

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

Line 2167: pay_element_extra_info_api.create_element_extra_info

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