DBA Data[Home] [Help]

APPS.MSC_GANTT_UTILS dependencies on MSC_GANTT_QUERY_S

Line 5057: select msc_gantt_query_s.nextval

5053: if (p_query_id is not null) then
5054: delete from msc_gantt_query where query_id = p_query_id;
5055: return p_query_id;
5056: end if;
5057: select msc_gantt_query_s.nextval
5058: into l_query_id
5059: from dual;
5060: return l_query_id;
5061: