DBA Data[Home] [Help]

APPS.EDW_PUSH_DOWN_DIMS dependencies on EDW_OPTION

Line 2480: if edw_option.get_warehouse_option(g_dim_name,null,'LEVELPUSHDOWN',l_option_value)=false then

2476: if g_read_cfig_options then
2477: if g_debug then
2478: write_to_log_file_n('Reading the cfig data for levels to push down');
2479: end if;
2480: if edw_option.get_warehouse_option(g_dim_name,null,'LEVELPUSHDOWN',l_option_value)=false then
2481: g_status_message:=edw_option.g_status_message;
2482: g_status:=false;
2483: write_to_log_file_n(g_status_message);
2484: return 0;

Line 2481: g_status_message:=edw_option.g_status_message;

2477: if g_debug then
2478: write_to_log_file_n('Reading the cfig data for levels to push down');
2479: end if;
2480: if edw_option.get_warehouse_option(g_dim_name,null,'LEVELPUSHDOWN',l_option_value)=false then
2481: g_status_message:=edw_option.g_status_message;
2482: g_status:=false;
2483: write_to_log_file_n(g_status_message);
2484: return 0;
2485: end if;

Line 2493: if edw_option.get_option_columns(g_dim_name,null,'LEVELPUSHDOWN',l_itemset_cols,

2489: end if;
2490: for i in 1..g_number_levels loop
2491: g_level_consider(i):=true;
2492: end loop;
2493: if edw_option.get_option_columns(g_dim_name,null,'LEVELPUSHDOWN',l_itemset_cols,
2494: l_number_itemset_cols)=false then
2495: g_status_message:=edw_option.g_status_message;
2496: g_status:=false;
2497: return 0;

Line 2495: g_status_message:=edw_option.g_status_message;

2491: g_level_consider(i):=true;
2492: end loop;
2493: if edw_option.get_option_columns(g_dim_name,null,'LEVELPUSHDOWN',l_itemset_cols,
2494: l_number_itemset_cols)=false then
2495: g_status_message:=edw_option.g_status_message;
2496: g_status:=false;
2497: return 0;
2498: end if;
2499: if l_number_itemset_cols>0 then