DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on BOM_CALENDAR_DATES

Line 259: from bom_calendar_dates

255: BEGIN
256:
257: select 'x'
258: into l_dummy
259: from bom_calendar_dates
260: where calendar_date = p_date;
261:
262: RETURN TRUE;
263: EXCEPTION