DBA Data[Home] [Help]

APPS.EDW_MAPPING_COLLECT dependencies on EDW_ALL_COLLECT

Line 5: This is the first point of entry called from edw_all_collect

1: package body EDW_MAPPING_COLLECT AS
2: /*$Header: EDWMAPFB.pls 120.1 2006/04/25 15:17:08 vsurendr noship $*/
3:
4: /*
5: This is the first point of entry called from edw_all_collect
6: */
7: procedure COLLECT_MAIN(
8: p_object_name in varchar2,
9: p_mapping_id in number,

Line 1522: in get_lowest_level_log in EDW_ALL_COLLECT

1518: end if;
1519: end if;
1520: /*
1521: we only need to insert into temp log and not worry about updates. the logic for updates are handled
1522: in get_lowest_level_log in EDW_ALL_COLLECT
1523: this ing is only for the lowest level. so we need to control that with g_temp_log
1524: also true for facts
1525: */
1526: if g_temp_log then

Line 9188: EDW_ALL_COLLECT.reset_profiles;

9184: Begin
9185: if g_debug then
9186: write_to_log_file_n('In reset_profiles'||get_time);
9187: end if;
9188: EDW_ALL_COLLECT.reset_profiles;
9189: g_collection_size:=EDW_ALL_COLLECT.g_collection_size;
9190: return true;
9191: Exception when others then
9192: g_status_message:=sqlerrm;

Line 9189: g_collection_size:=EDW_ALL_COLLECT.g_collection_size;

9185: if g_debug then
9186: write_to_log_file_n('In reset_profiles'||get_time);
9187: end if;
9188: EDW_ALL_COLLECT.reset_profiles;
9189: g_collection_size:=EDW_ALL_COLLECT.g_collection_size;
9190: return true;
9191: Exception when others then
9192: g_status_message:=sqlerrm;
9193: write_to_log_file_n(g_status_message);