DBA Data[Home] [Help]

APPS.FV_FACTS1_GL_PKG dependencies on FV_FACTS_REPORT_T2

Line 199: DELETE FROM fv_facts_report_t2

195:
196: l_module_name := g_module_name || 'CLEANUP';
197: FV_UTILITY.LOG_MESG('In '||l_module_name);
198:
199: DELETE FROM fv_facts_report_t2
200: WHERE set_of_books_id = gbl_sob_id;
201:
202: EXCEPTION WHEN OTHERS THEN
203: gbl_err_code := SQLCODE;