DBA Data[Home] [Help]

APPS.MSC_HUB_CALENDAR dependencies on MSC_SAFETY_STOCKS

Line 293: from msc_safety_Stocks

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