DBA Data[Home] [Help]

APPS.HRENTMNT dependencies on FND_PROFILE

Line 1725: fnd_profile.get('HR_ELE_ENTRY_PURGE_CONTROL', l_prof_value);

1721: l_count number;
1722: l_non_payments_flag varchar2(30);
1723: begin
1724: -- Read the prof value.
1725: fnd_profile.get('HR_ELE_ENTRY_PURGE_CONTROL', l_prof_value);
1726: --
1727: -- See if profile is set in such a way that
1728: -- we need to perform validation.
1729: if l_prof_value is not null and l_prof_value <> 'A' then

Line 2017: fnd_profile.get('PAY_ORIG_EL_BEHAVE', l_prof_value);

2013: end if;
2014: --
2015: -- Read the prof value
2016: --
2017: fnd_profile.get('PAY_ORIG_EL_BEHAVE', l_prof_value);
2018: if g_debug then
2019: hr_utility.trace('l_prof_value>' || l_prof_value || '<');
2020: end if;
2021: --