DBA Data[Home] [Help]

APPS.HR_DM_AOL_UP dependencies on FND_PROFILE

Line 586: fnd_profile.get('UTL_FILE_LOG', l_location);

582:
583:
584:
585: -- find logfile directory and open file for AOL Loader commands
586: fnd_profile.get('UTL_FILE_LOG', l_location);
587: l_aol_filename := 'DM' || p_migration_id || '.txt';
588: hr_dm_utility.message('INFO','l_location ' || l_location, 13);
589: hr_dm_utility.message('INFO','l_aol_filename ' || l_aol_filename, 13);
590: