DBA Data[Home] [Help]

APPS.POA_DBI_UPR_PKG dependencies on FND_PROFILE

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

1222:
1223: poa_dbi_sutil_pkg.bind_reqfact_date(x_custom_output);
1224:
1225: /* Determine the l_rownum_where. If VO_MAX_FETCH_SIZE is null then dont filter any rows */
1226: select fnd_profile.value('VO_MAX_FETCH_SIZE')
1227: into l_vo_max_fetch_size
1228: from dual;
1229:
1230: if (l_vo_max_fetch_size is not null) then