DBA Data[Home] [Help]

APPS.OPI_EDW_OPMCOGS_F_C dependencies on FND_MESSAGE

Line 506: errbuf := fnd_message.get;

502: l_from_date :=to_date(p_from_date,'YYYY/MM/DD HH24:MI:SS');
503: l_to_date :=to_date(p_to_date,'YYYY/MM/DD HH24:MI:SS');
504:
505: IF (Not EDW_COLLECTION_UTIL.setup(l_fact_name,l_staging_table,l_staging_table,l_exception_msg)) THEN
506: errbuf := fnd_message.get;
507: RAISE_APPLICATION_ERROR (-20000, 'Error in SETUP: ' || errbuf);
508: Return;
509: END IF;
510: -- --------------------------------------------