DBA Data[Home] [Help]

APPS.POA_EDW_CSTM_MSR_F_C dependencies on FND_MESSAGE

Line 259: errbuf := fnd_message.get;

255: l_to_date := to_date(p_to_date, 'YYYY/MM/DD HH24:MI:SS');
256:
257: IF (Not EDW_COLLECTION_UTIL.setup(l_fact_name, l_staging_table,
258: l_staging_table, l_exception_msg)) THEN
259: errbuf := fnd_message.get;
260: RAISE_APPLICATION_ERROR (-20000, 'Error in SETUP: ' || errbuf);
261: END IF;
262:
263: