DBA Data[Home] [Help]

APPS.HR_DM_UPLOAD dependencies on HR_GENERAL

Line 208: hr_general.g_data_migrator_mode := 'Y';

204: ')', 10);
205:
206:
207: -- Set the variable so as to disable the trigger on the table.
208: hr_general.g_data_migrator_mode := 'Y';
209:
210: -- set the profile to disable the audit trigger
211: fnd_profile.put (name => 'AUDITTRAIL:ACTIVATE'
212: ,val => 'N'

Line 463: hr_general.g_data_migrator_mode := 'Y';

459: hr_dm_utility.message('ROUT','entry:hr_dm_upload.set_globals', 5);
460: hr_dm_utility.message('PARA','(none)', 10);
461:
462: -- Set the variable so as to disable the trigger on the table.
463: hr_general.g_data_migrator_mode := 'Y';
464:
465: -- set the profile to disable the audit trigger
466: fnd_profile.put (name => 'AUDITTRAIL:ACTIVATE'
467: ,val => 'N'