DBA Data[Home] [Help]

APPS.MSC_SDA_UTILS dependencies on MSC_ANALYSIS_QUERY_S

Line 98: select msc_analysis_query_s.nextval

94: end getNewFormQueryId;
95:
96: function getNewAnalysisQueryId return number is
97: cursor c_query is
98: select msc_analysis_query_s.nextval
99: from dual;
100: l_query_id number;
101: begin
102: open c_query;