DBA Data[Home] [Help]

APPS.OPI_EDW_OPI_JOB_DETAIL_F_C dependencies on FND_MESSAGE

Line 422: errbuf := fnd_message.get;

418: IF (Not EDW_COLLECTION_UTIL.setup(l_fact_name,
419: l_staging_table,
420: l_staging_table,
421: l_exception_msg)) THEN
422: errbuf := fnd_message.get;
423: Return;
424: END IF;
425:
426: l_from_date := To_date(p_from_date, 'YYYY/MM/DD HH24:MI:SS');