DBA Data[Home] [Help]

APPS.AP_AUTOSELECT_PKG dependencies on FND_INSTALLATION

Line 4948: IF ( FND_INSTALLATION.GET_APP_INFO('SQLAP', l_status, l_industry, l_schema)

4944:
4945: /* Code Added for bug#8461050 Start */
4946: /* Need to gather table stat for ap_selected_invoices_all Since all insert/ update has
4947: already been done on the table */
4948: IF ( FND_INSTALLATION.GET_APP_INFO('SQLAP', l_status, l_industry, l_schema)
4949: AND nvl( fnd_profile.value('AP_GATHER_PPR_TABLE_STATS'), 'N') = 'Y'
4950: )
4951: THEN
4952: IF l_schema IS NOT NULL THEN