DBA Data[Home] [Help]

APPS.BSC_MO_DOC_PKG dependencies on ALL_TABLES

Line 638: SELECT table_name from all_tables

634: SELECT DISTINCT projection_data
635: FROM bsc_kpi_data_tables
636: WHERE table_name = Tabla.name;*/
637: CURSOR cProjTable(p_pt_table varchar2) IS
638: SELECT table_name from all_tables
639: WHERE owner = BSC_METADATA_OPTIMIZER_PKG.gBSCSchema
640: AND table_name=p_pt_table;
641: l_col_id NUMBER;
642:

Line 1204: -- Initialize the collection gTablas with all tables

1200: --****************************************************************************
1201: -- InicAllTables
1202: --
1203: -- DESCRIPTION:
1204: -- Initialize the collection gTablas with all tables
1205: --****************************************************************************
1206: PROCEDURE InicAllTables IS
1207:
1208: l_table BSC_METADATA_OPTIMIZER_PKG.clsTable;

Line 2161: --Initialize collection gTablas with ALL tables

2157: InicAllIndicadores;
2158: IF BSC_METADATA_OPTIMIZER_PKG.g_log THEN
2159: BSC_MO_HELPER_PKG.writeTmp('Starting InicAllTables', FND_LOG.LEVEL_STATEMENT);
2160: END IF;
2161: --Initialize collection gTablas with ALL tables
2162: InicAllTables;
2163: IF BSC_METADATA_OPTIMIZER_PKG.g_log THEN
2164: BSC_MO_HELPER_PKG.writeTmp('Inside Documentation', FND_LOG.LEVEL_PROCEDURE);
2165: END IF;