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 351: IF fnd_profile.value('HXC_AR_ENABLE_LOG') = 'Y'

347:
348:
349:
350: l_debug_info := ' ';
351: IF fnd_profile.value('HXC_AR_ENABLE_LOG') = 'Y'
352: THEN
353: fnd_file.put_line(fnd_file.LOG,'Following are the timecards processed ');
354: fnd_file.put_line(fnd_file.LOG,'======================================');
355: fnd_file.put_line(fnd_file.LOG,' ');

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

583:
584:
585: hr_general.g_data_migrator_mode := 'Y';
586:
587: l_chunk_size := nvl(fnd_profile.value('HXC_ARCHIVE_RESTORE_CHUNK_SIZE'),50);
588:
589: fnd_file.put_line(fnd_file.log,'--- > Chunk Size is: '||l_chunk_size);
590:
591: