DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on BOM_CALENDAR_DATES

Line 251: from bom_calendar_dates

247: BEGIN
248:
249: select 'x'
250: into l_dummy
251: from bom_calendar_dates
252: where calendar_date = p_date;
253:
254: RETURN TRUE;
255: EXCEPTION