DBA Data[Home] [Help]

APPS.POA_DBI_UFR_PKG dependencies on FND_PROFILE

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

1098:
1099: poa_dbi_sutil_pkg.bind_reqfact_date(x_custom_output);
1100:
1101: /* Determine the l_rownum_where. If VO_MAX_FETCH_SIZE is null then dont filter any rows */
1102: select fnd_profile.value('VO_MAX_FETCH_SIZE')
1103: into l_vo_max_fetch_size
1104: from dual;
1105:
1106: if (l_vo_max_fetch_size is not null) then