DBA Data[Home] [Help]

APPS.HXC_ABS_INTG_PKG dependencies on FND_PROFILE

Line 165: l_profile_set:= NVL(fnd_profile.value('HR_ABS_OTL_INTEGRATION'),'N');

161: FETCH abs_att_id_check into l_abs_att_id_count;
162:
163: IF (abs_att_id_check%FOUND OR p_abs_att_id=-1) then
164:
165: l_profile_set:= NVL(fnd_profile.value('HR_ABS_OTL_INTEGRATION'),'N');
166:
167: if g_debug then
168: hr_utility.trace('Profile Value = '|| l_profile_set );
169: end if;