DBA Data[Home] [Help]

APPS.OPI_EDW_OPM_JOB_RSRC_F_C dependencies on FND_MESSAGE

Line 387: errbuf := fnd_message.get;

383: Retcode:=0;
384: l_from_date :=to_date(p_from_date,'YYYY/MM/DD HH24:MI:SS');
385: l_to_date :=to_date(p_to_date,'YYYY/MM/DD HH24:MI:SS');
386: IF (Not EDW_COLLECTION_UTIL.setup(l_fact_name,l_staging_table,l_staging_table,l_exception_msg)) THEN
387: errbuf := fnd_message.get;
388: RAISE_APPLICATION_ERROR (-20000, 'Error in SETUP: ' || errbuf);
389: Return;
390: END IF;
391: -- --------------------------------------------