DBA Data[Home] [Help]

APPS.HXC_RESTORE dependencies on FND_PROFILE

Line 121: l_chunk_size := nvl(fnd_profile.value('HXC_ARCHIVE_RESTORE_CHUNK_SIZE'),50);

117: -- FOR DETAILED COMMENTS.
118:
119: hr_general.g_data_migrator_mode := 'Y';
120:
121: l_chunk_size := nvl(fnd_profile.value('HXC_ARCHIVE_RESTORE_CHUNK_SIZE'),50);
122:
123: fnd_file.put_line(fnd_file.log,'--- > Chunk Size is: '||l_chunk_size);
124:
125: -- Update hxc_data_sets as RESTORE_IN_PROGRESS because the process is going to take some time.

Line 359: IF fnd_profile.value('HXC_AR_ENABLE_LOG') = 'Y'

355:
356:
357:
358: l_debug_info := ' ';
359: IF fnd_profile.value('HXC_AR_ENABLE_LOG') = 'Y'
360: THEN
361: fnd_file.put_line(fnd_file.LOG,'Following are the timecards processed ');
362: fnd_file.put_line(fnd_file.LOG,'======================================');
363: fnd_file.put_line(fnd_file.LOG,' ');

Line 682: l_chunk_size := nvl(fnd_profile.value('HXC_ARCHIVE_RESTORE_CHUNK_SIZE'),50);

678:
679:
680: hr_general.g_data_migrator_mode := 'Y';
681:
682: l_chunk_size := nvl(fnd_profile.value('HXC_ARCHIVE_RESTORE_CHUNK_SIZE'),50);
683:
684: fnd_file.put_line(fnd_file.log,'--- > Chunk Size is: '||l_chunk_size);
685:
686: