DBA Data[Home] [Help]

APPS.POA_DBI_TEMPLATE_PKG dependencies on FND_PROFILE

Line 1458: select fnd_profile.value('VO_MAX_FETCH_SIZE')

1454:
1455: IF(p_use_windowing = 'P') THEN
1456:
1457: /* Determine the l_rownum_where. If VO_MAX_FETCH_SIZE is null then dont filter any rows */
1458: select fnd_profile.value('VO_MAX_FETCH_SIZE')
1459: into l_vo_max_fetch_size
1460: from dual;
1461:
1462: if (l_vo_max_fetch_size is not null) then