DBA Data[Home] [Help]

APPS.PAY_DK_TC_DP_UPLOAD dependencies on FND_PROFILE

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

183: l_batch_seq := 0;
184: l_record_length := 156;
185: -- FILE FORMAT CHECK
186: l_filename := p_file_name;
187: fnd_profile.get (c_data_exchange_dir, l_location);
188: hr_utility.set_location ( 'Directory = ' || l_location, 30);
189: IF l_location IS NULL THEN
190: -- error : I/O directory not defined
191: RAISE e_fatal_error;

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

304: FETCH csr_leg INTO l_legislation_code, l_bg_name;
305: CLOSE csr_leg;
306: hr_utility.set_location ( 'Legislation = ' || l_legislation_code, 20);
307: l_filename := p_file_name;
308: fnd_profile.get (c_data_exchange_dir, l_location);
309: hr_utility.set_location ( 'Directory = ' || l_location, 30);
310:
311: IF l_location IS NULL THEN
312: -- error : I/O directory not defined