DBA Data[Home] [Help]

APPS.PAY_NO_TC_DP_UPLOAD dependencies on FND_PROFILE

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

194: CLOSE csr_leg;
195: hr_utility.set_location ( 'Legislation = ' || l_legislation_code, 20);
196:
197: l_filename := p_file_name;
198: fnd_profile.get (c_data_exchange_dir, l_location);
199: hr_utility.set_location ( 'Directory = ' || l_location, 30);
200:
201: IF l_location IS NULL
202: THEN