DBA Data[Home] [Help]

APPS.HXT_INTERFACE_UTILITIES dependencies on FND_PROFILE

Line 434: g_max_batch_size := fnd_profile.VALUE (g_otl_batchsize_profile);

430: || l_proc, 10);
431: end if;
432: IF (g_max_batch_size = -1)
433: THEN
434: g_max_batch_size := fnd_profile.VALUE (g_otl_batchsize_profile);
435: END IF;
436:
437: if g_debug then
438: hr_utility.set_location ( ' returning max batch size: '