DBA Data[Home] [Help]

APPS.OPI_EDW_OPI_RES_UTIL_F_C dependencies on FND_MESSAGE

Line 141: errbuf := fnd_message.get;

137: IF (Not EDW_COLLECTION_UTIL.setup(l_fact_name,
138: l_staging_table,
139: l_staging_table,
140: l_exception_msg)) THEN
141: errbuf := fnd_message.get;
142: Return;
143: END IF;
144:
145: g_push_from_date := To_date(p_from_date, 'YYYY/MM/DD HH24:MI:SS');