DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F1_PKG dependencies on FND_PROFILE

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

306: x_application_id => 801,
307: x_id_flex_code => 'GRP' ,
308: x_id_flex_num => l_flexnum );
309: c := fnd_flex_ext.breakup_segments(l_xname,l_delimiter,l_ch_seg);
310: fnd_profile.get('ICX_DATE_FORMAT_MASK',l_dateformat);
311:
312: IF g_debug THEN
313: hr_utility.set_location( g_package || l_proc, 10);
314: END IF;