DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F1_PKG dependencies on FND_PROFILE

Line 274: fnd_profile.get('ICX_DATE_FORMAT_MASK',l_dateformat);

270: x_application_id => 801,
271: x_id_flex_code => 'GRP' ,
272: x_id_flex_num => l_flexnum );
273: c := fnd_flex_ext.breakup_segments(l_xname,l_delimiter,l_ch_seg);
274: fnd_profile.get('ICX_DATE_FORMAT_MASK',l_dateformat);
275:
276: IF g_debug THEN
277: hr_utility.set_location( g_package || l_proc, 10);
278: END IF;