DBA Data[Home] [Help]

APPS.MSC_GANTT_UTILS dependencies on MSC_GANTT_QUERY_S

Line 5062: select msc_gantt_query_s.nextval

5058: if (p_query_id is not null) then
5059: delete from msc_gantt_query where query_id = p_query_id;
5060: return p_query_id;
5061: end if;
5062: select msc_gantt_query_s.nextval
5063: into l_query_id
5064: from dual;
5065: return l_query_id;
5066: