DBA Data[Home] [Help]

APPS.OPI_EDW_COGS_F_C dependencies on FND_MESSAGE

Line 517: errbuf := fnd_message.get;

513: IF (Not EDW_COLLECTION_UTIL.setup(l_fact_name,
514: l_staging_table,
515: l_staging_table,
516: l_exception_msg)) THEN
517: errbuf := fnd_message.get;
518: Return;
519: END IF;
520:
521: g_push_from_date := To_date(p_from_date, 'YYYY/MM/DD HH24:MI:SS');