DBA Data[Home] [Help]

APPS.MSC_HUB_CALENDAR dependencies on MSC_SAFETY_STOCKS

Line 291: from msc_safety_Stocks

287:
288:
289: begin
290: select max(period_start_date) into x_date
291: from msc_safety_Stocks
292: where period_start_date <=p_bkt_end_date
293: and plan_id=p_plan_id;
294:
295: if (x_date is null) then