DBA Data[Home] [Help]

APPS.ISC_EDW_BOOK_SUM1_F_C dependencies on FND_MESSAGE

Line 508: THEN errbuf := fnd_message.get;

504: l_from_booked_date := to_date(p_from_booked_date,'YYYY/MM/DD HH24:MI:SS');
505: l_to_booked_date := to_date(p_to_booked_date, 'YYYY/MM/DD HH24:MI:SS');
506:
507: IF (Not EDW_COLLECTION_UTIL.setup(l_fact_name))
508: THEN errbuf := fnd_message.get;
509: RAISE_APPLICATION_ERROR (-20000, 'Error in SETUP: ' || errbuf);
510: END IF;
511:
512: ISC_EDW_BOOK_SUM1_F_C.g_push_from_date := nvl(l_from_date,