DBA Data[Home] [Help]

APPS.BSC_DBGEN_BSC_READER dependencies on AD_DDL

Line 844: bsc_mo_helper_pkg.Do_DDL(l_stmt, ad_ddl.create_table, l_table_name);

840: cv CurTyp;
841: BEGIN
842: l_periodicity_list := p_periodicity_list;
843: bsc_mo_helper_pkg.dropTable(l_table_name);
844: bsc_mo_helper_pkg.Do_DDL(l_stmt, ad_ddl.create_table, l_table_name);
845: IF p_periodicity_list.count>0 THEN
846: FOR i IN p_periodicity_list.first..p_periodicity_list.last LOOP
847: OPEN cPeriods(p_periodicity_list(i).periodicity_id);
848: FETCH cPeriods INTO l_parents;

Line 2873: bsc_apps.Do_DDL(l_stmt, ad_ddl.create_table, l_col_maps_table);

2869:
2870: Begin
2871: init;
2872: if (bsc_apps.table_exists(l_col_maps_table)=false) then
2873: bsc_apps.Do_DDL(l_stmt, ad_ddl.create_table, l_col_maps_table);
2874: end if;
2875:
2876: if (p_col_type='ALL') then
2877: l_col_type1 := 'A';