DBA Data[Home] [Help]

APPS.PAY_US_ARCHIVE dependencies on FND_PROFILE

Line 2261: l_w2_profile_option := fnd_profile.value('HR_VIEW_ONLINE_W2');

2257:
2258: hr_utility.trace('ln_year '||to_char(ld_end_date,'YYYY'));
2259:
2260: l_user_entity_id_tab(1) := get_user_entity_id('A_VIEW_ONLINE_W2');
2261: l_w2_profile_option := fnd_profile.value('HR_VIEW_ONLINE_W2');
2262: IF l_w2_profile_option IS NOT NULL THEN
2263: l_value_tab(1) := to_char(ld_end_date, 'YYYY')+1||'/'
2264: ||l_w2_profile_option;
2265: ELSE

Line 2303: l_1099r_profile_option := fnd_profile.value('HR_ORIG_1099R_BEF');

2299:
2300: hr_utility.trace('ln_year '||to_char(ld_end_date,'YYYY'));
2301:
2302: l_user_entity_id_tab(1) := get_user_entity_id('A_HR_ORIG_1099R_BEF');
2303: l_1099r_profile_option := fnd_profile.value('HR_ORIG_1099R_BEF');
2304: IF l_1099r_profile_option IS NOT NULL THEN
2305: l_value_tab(1) := to_char(ld_end_date, 'YYYY')+1||'/'
2306: ||l_1099r_profile_option;
2307: ELSE