DBA Data[Home] [Help]

APPS.HRI_UTL_DDL dependencies on FND_PROFILE

Line 357: l_no_threads := NVL(fnd_profile.value('HRI_NO_THRDS_LAUNCH'),8) + 1;

353:
354: BEGIN
355:
356: -- Get number of child threads and add one for master process
357: l_no_threads := NVL(fnd_profile.value('HRI_NO_THRDS_LAUNCH'),8) + 1;
358:
359: -- Get number of existing partitions
360: OPEN no_tab_parts_csr;
361: FETCH no_tab_parts_csr INTO l_no_parts;