DBA Data[Home] [Help]

APPS.EDW_SUMMARY_COLLECT dependencies on EDW_MAPPING_COLLECT

Line 7505: edw_mapping_collect.drill_parent_to_children(g_lowest_level,g_lowest_level_id,

7501: end if;
7502: --manual op
7503: l_ul_table:=g_bis_owner||'.TAB_'||g_lowest_level_id||'_UL';
7504: l_ur_pattern:='TAB_'||g_lowest_level_id||'_HDUR_%';
7505: edw_mapping_collect.drill_parent_to_children(g_lowest_level,g_lowest_level_id,
7506: g_dd_status_table,l_ul_table,l_ur_pattern,g_ltc_pk,
7507: null,null,null,null,null,null,null,null,null,null,0);
7508: --if the manual op also fails, then try the old method of looking at the snp logs
7509: end if;