DBA Data[Home] [Help]

APPS.EDW_OE_SLCHNL_M_C dependencies on FND_MESSAGE

Line 31: errbuf := fnd_message.get;

27: l_from_date :=to_date(p_from_date,'YYYY/MM/DD HH24:MI:SS');
28: l_to_date :=to_date(p_to_date, 'YYYY/MM/DD HH24:MI:SS');
29:
30: IF (Not EDW_COLLECTION_UTIL.setup(l_dimension_name)) THEN
31: errbuf := fnd_message.get;
32: Return;
33: END IF;
34:
35: EDW_OE_SLCHNL_M_C.g_push_date_range1 := nvl(l_from_date,