DBA Data[Home] [Help]

APPS.BSC_MO_DOC_PKG dependencies on BSC_MO_LOADER_CONFIG_PKG

Line 656: isBaseTable := BSC_MO_LOADER_CONFIG_PKG.isBasicTable(Tabla.Name);

652: -- Table_Data := BSC_MO_HELPER_PKG.getAllDataFields(Tabla.name);
653: Table_Keys := Tabla.keys;
654: Table_Data := Tabla.data;
655: If BSC_METADATA_OPTIMIZER_PKG.g_BSC_MV Then
656: isBaseTable := BSC_MO_LOADER_CONFIG_PKG.isBasicTable(Tabla.Name);
657: End If;
658: If Tabla.Type = 0 Then
659: --input table
660: l_periodicity_name := GetPeriodicityName(Tabla.Periodicity);

Line 942: If BSC_MO_LOADER_CONFIG_PKG.isBasicTable(l_table.Name) Then

938: If l_table.Type <> 0 Then
939: If BSC_METADATA_OPTIMIZER_PKG.g_BSC_MV Then
940: --BSC-MV Note: If the table is a base table then write the description of the table.
941: --If not then write the description of the MV (if exists)
942: If BSC_MO_LOADER_CONFIG_PKG.isBasicTable(l_table.Name) Then
943: IF BSC_METADATA_OPTIMIZER_PKG.g_log THEN
944: bsc_mo_helper_pkg.writeTmp('SYNONYM', FND_LOG.LEVEL_STATEMENT);
945: END IF;
946: writeTableDescription (l_table);