DBA Data[Home] [Help]

APPS.PER_KR_EXTRA_AEI_RULES dependencies on HR_GENERAL

Line 1956: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_YEA_SEP_PEN_TYPES',p_aei_information2));

1952: if (l_dup_acc_number = 'Y') then
1953: fnd_message.set_name('PAY' , 'PAY_KR_INV_ACCOUNT_NUMBER');
1954: fnd_message.set_token('ACC_NUMBER',p_aei_information4);
1955: if p_information_type = 'KR_YEA_SEP_PEN_DETAILS' then
1956: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_YEA_SEP_PEN_TYPES',p_aei_information2));
1957: elsif p_information_type = 'KR_YEA_PEN_SAVING_DETAILS' then
1958: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_YEA_PEN_SAVING_TYPES',p_aei_information2));
1959: elsif p_information_type = 'KR_YEA_HOU_SAVING_DETAILS' then
1960: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE',p_aei_information2));

Line 1958: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_YEA_PEN_SAVING_TYPES',p_aei_information2));

1954: fnd_message.set_token('ACC_NUMBER',p_aei_information4);
1955: if p_information_type = 'KR_YEA_SEP_PEN_DETAILS' then
1956: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_YEA_SEP_PEN_TYPES',p_aei_information2));
1957: elsif p_information_type = 'KR_YEA_PEN_SAVING_DETAILS' then
1958: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_YEA_PEN_SAVING_TYPES',p_aei_information2));
1959: elsif p_information_type = 'KR_YEA_HOU_SAVING_DETAILS' then
1960: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE',p_aei_information2));
1961: elsif p_information_type = 'KR_YEA_LT_STOCK_SAVING_DETAILS' then
1962: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_YEA_LT_STOCK_SAVING_YEAR',p_aei_information2));

Line 1960: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE',p_aei_information2));

1956: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_YEA_SEP_PEN_TYPES',p_aei_information2));
1957: elsif p_information_type = 'KR_YEA_PEN_SAVING_DETAILS' then
1958: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_YEA_PEN_SAVING_TYPES',p_aei_information2));
1959: elsif p_information_type = 'KR_YEA_HOU_SAVING_DETAILS' then
1960: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE',p_aei_information2));
1961: elsif p_information_type = 'KR_YEA_LT_STOCK_SAVING_DETAILS' then
1962: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_YEA_LT_STOCK_SAVING_YEAR',p_aei_information2));
1963: end if;
1964: fnd_message.raise_error;

Line 1962: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_YEA_LT_STOCK_SAVING_YEAR',p_aei_information2));

1958: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_YEA_PEN_SAVING_TYPES',p_aei_information2));
1959: elsif p_information_type = 'KR_YEA_HOU_SAVING_DETAILS' then
1960: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_HOUSING_SAVING_TYPE',p_aei_information2));
1961: elsif p_information_type = 'KR_YEA_LT_STOCK_SAVING_DETAILS' then
1962: fnd_message.set_token('TYPE',hr_general.decode_lookup('KR_YEA_LT_STOCK_SAVING_YEAR',p_aei_information2));
1963: end if;
1964: fnd_message.raise_error;
1965: end if;
1966: end if;

Line 2359: l_donation_type := hr_general.decode_lookup('KR_YEA_DONATION_TYPE', p_aei_information5);

2355: if ((p_aei_information12 <> '1') and
2356: (p_aei_information5 = '20' or p_aei_information5 = '42') and
2357: (to_number(l_year) >= 2008)) then
2358: --
2359: l_donation_type := hr_general.decode_lookup('KR_YEA_DONATION_TYPE', p_aei_information5);
2360: fnd_message.set_name('PAY', 'PAY_KR_ELIGIBLE_DON_ERROR');
2361: fnd_message.set_token('DPNT_NUM',p_aei_information13);
2362: fnd_message.set_token('DON_TYPE',l_donation_type);
2363: fnd_message.raise_error;

Line 2372: l_donation_type := hr_general.decode_lookup('KR_YEA_DONATION_TYPE', p_aei_information5);

2368: if ( (p_aei_information5 = '30')
2369: and (fnd_date.canonical_to_date(p_aei_information2) > to_date('2011/06/30', 'YYYY/MM/DD'))
2370: and (to_number(l_year) >= 2011) )
2371: then
2372: l_donation_type := hr_general.decode_lookup('KR_YEA_DONATION_TYPE', p_aei_information5);
2373: fnd_message.set_name('PAY', 'PAY_KR_TAX_LAW_DON_ERROR');
2374: fnd_message.set_token('DON_TYPE',l_donation_type);
2375: fnd_message.raise_error;
2376: end if;