DBA Data[Home] [Help]

APPS.POA_EDW_SUP_PERF_F_C dependencies on FND_MESSAGE

Line 727: errbuf := fnd_message.get;

723: l_to_date :=to_date(p_to_date, 'YYYY/MM/DD HH24:MI:SS');
724:
725: IF (Not EDW_COLLECTION_UTIL.setup(l_fact_name, l_staging_table,
726: l_staging_table, l_exception_msg)) THEN
727: errbuf := fnd_message.get;
728: RAISE_APPLICATION_ERROR (-20000, 'Error in SETUP: ' || errbuf);
729: END IF;
730:
731: -- --------------------------------------------