DBA Data[Home] [Help]

APPS.IBE_REPORTING_PVT dependencies on FND_APPLICATION

Line 160: from fnd_product_installations i, fnd_application a, fnd_oracle_userid u

156: printDebugLog(fnd_global.tab||'IN Parameters: '||ptype);
157: END IF;
158: If ptype = 'INDEX' Then
159: select i.index_tablespace Into pTabSpace
160: from fnd_product_installations i, fnd_application a, fnd_oracle_userid u
161: where a.application_short_name = 'IBE'
162: and a.application_id = i.application_id
163: and u.oracle_id = i.oracle_id;
164: End If;

Line 522: from fnd_application

518:
519: If g_TruncateFlag = 'Y' Then
520: select application_short_name
521: into l_application_short_name
522: from fnd_application
523: where application_id = 671;
524: IF (fnd_installation.get_app_info(l_application_short_name,
525: l_status_AppInfo ,
526: l_industry_AppInfo ,