DBA Data[Home] [Help]

APPS.OPI_EDW_OPM_JOB_DETAIL_F_C dependencies on FND_MESSAGE

Line 446: errbuf := fnd_message.get;

442: l_from_date :=to_date(p_from_date,'YYYY/MM/DD HH24:MI:SS');
443: l_to_date :=to_date(p_to_date,'YYYY/MM/DD HH24:MI:SS');
444:
445: IF (Not EDW_COLLECTION_UTIL.setup(l_fact_name,l_staging_table,l_staging_table,l_exception_msg)) THEN
446: errbuf := fnd_message.get;
447: RAISE_APPLICATION_ERROR (-20000, 'Error in SETUP: ' || errbuf);
448: Return;
449: END IF;
450: -- --------------------------------------------