DBA Data[Home] [Help]

APPS.OPI_EDW_OPM_RES_UTIL_F_C dependencies on FND_MESSAGE

Line 158: errbuf := fnd_message.get;

154: Retcode:=0;
155: l_from_date :=to_date(p_from_date,'YYYY/MM/DD HH24:MI:SS');
156: l_to_date :=to_date(p_to_date,'YYYY/MM/DD HH24:MI:SS');
157: IF (Not EDW_COLLECTION_UTIL.setup(l_fact_name,l_staging_table,l_staging_table,l_exception_msg)) THEN
158: errbuf := fnd_message.get;
159: RAISE_APPLICATION_ERROR (-20000, 'Error in SETUP: ' || errbuf);
160: Return;
161: END IF;
162: -- --------------------------------------------