DBA Data[Home] [Help]

APPS.BSC_MO_UI_PKG dependencies on ALL_OBJECTS

Line 637: from all_objects where object_name = pNew

633: --------------
634: -- Check if table already exists
635: -- Bug 3830308 : Added owner clause because of new GSCC validation added on aug 9, 2004
636: select count(1) INTO l_count
637: from all_objects where object_name = pNew
638: and owner IN (BSC_METADATA_OPTIMIZER_PKG.gBSCSchema, BSC_METADATA_OPTIMIZER_PKG.gAppsSchema);
639:
640: IF (l_count > 0) THEN
641: fnd_message.set_name('BSC', 'BSC_DUPLICATED_TABLENAME');