DBA Data[Home] [Help]

APPS.HR_DM_DELETE dependencies on FND_PROFILE

Line 418: fnd_profile.put (name => 'AUDITTRAIL:ACTIVATE'

414: -- Set the variable so as to disable the trigger on the table.
415: hr_general.g_data_migrator_mode := 'Y';
416:
417: -- set the profile to disable the audit trigger
418: fnd_profile.put (name => 'AUDITTRAIL:ACTIVATE'
419: ,val => 'N'
420: );
421:
422: -- get the delete phase_id

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

612:
613:
614:
615: -- find logfile directory and open file for delete script
616: fnd_profile.get('UTL_FILE_LOG', l_location);
617: l_aol_filename := 'DM' || r_migration_data.migration_id || '.sql';
618: hr_dm_utility.message('INFO','l_location ' || l_location, 13);
619: hr_dm_utility.message('INFO','l_aol_filename ' || l_aol_filename, 13);
620: