DBA Data[Home] [Help]

APPS.BSC_TEMPLATE dependencies on USER_TABLES

Line 262: From User_Tables

258:
259:
260: Select count(*)
261: Into l_count
262: From User_Tables
263: Where table_name = 'BSC_D_TYPE_OF_ACCOUNT';
264:
265: if (l_count <> 0) then
266: l_sql_stmt := 'Drop Table BSC_D_TYPE_OF_ACCOUNT';

Line 277: From User_Tables

273: end if;
274:
275: Select count(*)
276: Into l_count
277: From User_Tables
278: Where table_name = 'BSC_D_ACCOUNT';
279:
280: if (l_count <> 0) then
281: l_sql_stmt := 'Drop Table BSC_D_ACCOUNT';

Line 292: From User_Tables

288: end if;
289:
290: Select count(*)
291: Into l_count
292: From User_Tables
293: Where table_name = 'BSC_D_SUBACCOUNT';
294:
295: if (l_count <> 0) then
296: l_sql_stmt := 'Drop Table BSC_D_SUBACCOUNT';

Line 309: From User_Tables

305: if (x_template_type = 1) then -- Cross system
306:
307: Select count(*)
308: Into l_project_count
309: From User_Tables
310: Where table_name = 'BSC_D_PROJECT';
311:
312: if (l_project_count <> 0) then
313: