DBA Data[Home] [Help]

APPS.MSC_DEMANTRA_PKG dependencies on MSC_HUB_QUERY_S

Line 441: select msc_hub_query_s.nextval into l_qid_wf from dual;

437: msc_phub_util.log('(g_demantra_schema is null)');
438: return;
439: end if;
440:
441: select msc_hub_query_s.nextval into l_qid_wf from dual;
442: l_sql :=
443: ' insert into msc_hub_query ('||LF||
444: ' query_id, number1, clob1,'||LF||
445: ' created_by, creation_date,'||LF||