DBA Data[Home] [Help]

APPS.PAY_KR_BEE_UPLOAD dependencies on FND_PROFILE

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

248: CLOSE csr_leg;
249: hr_utility.set_location ( 'Legislation = ' || l_legislation_code, 20);
250:
251: l_filename := p_file_name;
252: fnd_profile.get (c_data_exchange_dir, l_location);
253: hr_utility.set_location ( 'directory = ' || l_location, 30);
254:
255: IF l_location IS NULL
256: THEN