DBA Data[Home] [Help]

APPS.BSC_DBGEN_METADATA_READER dependencies on BSC_APPS

Line 1013: bsc_apps.init_bsc_apps;

1009: l_partition_null BSC_DBGEN_STD_METADATA.clsPartitionInfo;
1010: l_count number := 1;
1011: begin
1012: if (g_bsc_schema is null) then
1013: bsc_apps.init_bsc_apps;
1014: g_bsc_schema := bsc_apps.get_user_schema;
1015: end if;
1016:
1017: open cPartitionType(g_bsc_schema);

Line 1014: g_bsc_schema := bsc_apps.get_user_schema;

1010: l_count number := 1;
1011: begin
1012: if (g_bsc_schema is null) then
1013: bsc_apps.init_bsc_apps;
1014: g_bsc_schema := bsc_apps.get_user_schema;
1015: end if;
1016:
1017: open cPartitionType(g_bsc_schema);
1018: fetch cPartitionType into l_table_partition.table_name, l_table_partition.partitioning_type, l_table_partition.partition_count;