DBA Data[Home] [Help]

APPS.OPI_EDW_OPI_JOB_RSRC_F_C dependencies on FND_MESSAGE

Line 439: errbuf := fnd_message.get;

435: IF (Not EDW_COLLECTION_UTIL.setup(l_fact_name,
436: l_staging_table,
437: l_staging_table,
438: l_exception_msg)) THEN
439: errbuf := fnd_message.get;
440: Return;
441: END IF;
442:
443: l_from_date := To_date(p_from_date, 'YYYY/MM/DD HH24:MI:SS');