DBA Data[Home] [Help]

APPS.IBE_REPORTING_PVT dependencies on FND_ORACLE_USERID

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;