DBA Data[Home] [Help]

APPS.EDW_DERIVED_FACT_FACT_COLLECT dependencies on EDW_COLLECTION_HOOK

Line 5376: if EDW_COLLECTION_HOOK.pre_derived_fact_coll(p_derv_fact)=false then

5372: write_to_log_file_n('Calling pre_fact_load_hook '||p_derv_fact||' '||p_src_fact||get_time);
5373: end if;
5374: insert_into_load_progress(g_load_fk,g_fact_name,'Pre Fact Load Hook',sysdate,null,'DF',
5375: 'PRE-FACT-HOOK','PREDFHOOK'||g_fact_id||'-'||g_src_object_id,'I');
5376: if EDW_COLLECTION_HOOK.pre_derived_fact_coll(p_derv_fact)=false then
5377: g_status_message:=EDW_OWB_COLLECTION_UTIL.get_message('EDW_PREDERVFACT_COLL_ERROR');
5378: write_to_log_file_n(g_status_message||' for '||p_derv_fact);
5379: return false;
5380: end if;

Line 5400: if EDW_COLLECTION_HOOK.post_derived_fact_coll(p_derv_fact)=false then

5396: write_to_log_file_n('Calling post_fact_load_hook '||p_derv_fact||' '||p_src_fact||get_time);
5397: end if;
5398: insert_into_load_progress(g_load_fk,g_fact_name,'Post Fact Load Hook',sysdate,null,'DF',
5399: 'POST-FACT-HOOK','PDFHOOK'||g_fact_id||'-'||g_src_object_id,'I');
5400: if EDW_COLLECTION_HOOK.post_derived_fact_coll(p_derv_fact)=false then
5401: g_status_message:=EDW_OWB_COLLECTION_UTIL.get_message('EDW_POSTDERVFACT_COLL_ERROR');
5402: write_to_log_file_n(g_status_message||' for '||p_derv_fact||get_time);
5403: return false;
5404: end if;