DBA Data[Home] [Help]

APPS.POA_EDW_PO_DIST_F_C dependencies on FND_MESSAGE

Line 702: errbuf := fnd_message.get;

698: l_to_date :=to_date(p_to_date, 'YYYY/MM/DD HH24:MI:SS');
699:
700: IF (Not EDW_COLLECTION_UTIL.setup(l_fact_name, l_staging_table,
701: l_staging_table, l_exception_msg)) THEN
702: errbuf := fnd_message.get;
703: RAISE_APPLICATION_ERROR (-20000, 'Error in SETUP: ' || errbuf);
704: END IF;
705:
706: -- --------------------------------------------