DBA Data[Home] [Help]

APPS.BSC_METADATA_OPTIMIZER_PKG dependencies on BSC_DBGEN_STD_METADATA

Line 684: l_stmt := ' partition by list('||BSC_DBGEN_STD_METADATA.BSC_BATCH_COLUMN_NAME||') (';

680: BEGIN
681: if g_num_partitions <2 then
682: return null;
683: end if;
684: l_stmt := ' partition by list('||BSC_DBGEN_STD_METADATA.BSC_BATCH_COLUMN_NAME||') (';
685: for i in 1..g_num_partitions loop
686: if (i>1) then -- need comma
687: l_stmt := l_stmt ||',';
688: end if;