DBA Data[Home] [Help]

APPS.BIM_UTL_PKG dependencies on FND_INSTALLATION

Line 165: l_bol BOOLEAN := fnd_installation.get_app_info ('BIM',l_status,l_industry,l_orcl_schema);

161:
162: l_status VARCHAR2(30);
163: l_industry VARCHAR2(30);
164: l_orcl_schema VARCHAR2(30);
165: l_bol BOOLEAN := fnd_installation.get_app_info ('BIM',l_status,l_industry,l_orcl_schema);
166:
167: CURSOR get_ts_name IS
168: SELECT i.tablespace, i.index_tablespace, u.oracle_username
169: FROM fnd_product_installations i, fnd_application a,