DBA Data[Home] [Help]

APPS.MSC_PHUB_UTIL dependencies on MSC_PLAN_RUNS

Line 178: from msc_plan_runs

174: begin
175: if (p_plan_run_name is not null) then
176: select plan_id
177: into l_plan_id
178: from msc_plan_runs
179: where plan_run_name=p_plan_run_name;
180: return l_plan_id;
181: end if;
182: