DBA Data[Home] [Help]

APPS.HR_DM_UPLOAD dependencies on FND_PROFILE

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

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'
213: );
214:
215: -- get the current phase_id

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

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'
468: );
469:
470: -- store the current migration's source_database_name