DBA Data[Home] [Help]

APPS.PAY_SE_TAX_TABLE_UPLOAD dependencies on FND_PROFILE

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

583: BEGIN
584: hr_utility.set_location ('Entering:' || l_proc, 10);
585: hr_utility.set_location ('p_data_file_name ' || p_data_file_name, 1);
586: l_filename := p_data_file_name;
587: fnd_profile.get (c_data_exchange_dir, l_location);
588: hr_utility.set_location ('Directory = ' || l_location, 30);
589:
590: IF l_location IS NULL
591: THEN