DBA Data[Home] [Help]

APPS.POA_EDW_ALINES_F_C dependencies on FND_MESSAGE

Line 487: errbuf := fnd_message.get;

483: l_to_date := to_date(p_to_date, 'YYYY/MM/DD HH24:MI:SS');
484:
485: IF (NOT EDW_COLLECTION_UTIL.setup(l_fact_name, l_staging_table,
486: l_staging_table, l_exception_msg)) THEN
487: errbuf := fnd_message.get;
488: RAISE_APPLICATION_ERROR (-20000, 'Error in SETUP: ' || errbuf);
489: END IF;
490:
491: -- --------------------------------------------