DBA Data[Home] [Help]

APPS.PAY_NL_IZA_UPLOAD dependencies on FND_PROFILE

Line 301: fnd_profile.get (c_data_exchange_dir, l_location);

297: g_element_type_id := pay_nl_general.get_element_type_id('Nominal IZA Contribution',fnd_date.canonical_to_date(p_effective_date));
298:
299:
300: l_filename := p_file_name;
301: fnd_profile.get (c_data_exchange_dir, l_location);
302:
303: if g_debug then
304: hr_utility.set_location ( 'directory = ' || l_location, 270);
305: end if;