DBA Data[Home] [Help]

APPS.INVPOPIF dependencies on FND_INSTALLATION

Line 355: -- AND FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema)

351: -- Fix for bug#9336604
352: /* Bug 7042156. Collect statistics only if the no.of records is bigger than the profile
353: option threshold */
354: --IF (l_records > nvl(fnd_profile.value('EGO_GATHER_STATS'),100))
355: -- AND FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema)
356:
357: IF (nvl(fnd_profile.value('EGO_ENABLE_GATHER_STATS'),'N') = 'Y')
358: AND FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema)
359: THEN

Line 358: AND FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema)

354: --IF (l_records > nvl(fnd_profile.value('EGO_GATHER_STATS'),100))
355: -- AND FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema)
356:
357: IF (nvl(fnd_profile.value('EGO_ENABLE_GATHER_STATS'),'N') = 'Y')
358: AND FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema)
359: THEN
360: IF l_schema IS NOT NULL THEN
361: /* Bug 12669091 : Commenting the Gather Stats.
362: As mentioned in the note 1208945.1 and suggested by performance team,