DBA Data[Home] [Help]

APPS.MRP_MSC_EXP_WF dependencies on DUAL

Line 1137: from dual;

1133: BEGIN
1134:
1135: select to_char(mrp_form_query_s.nextval)
1136: into item_key
1137: from dual;
1138:
1139: wf_engine.CreateProcess( itemtype => item_type,
1140: itemkey => item_key,
1141: process => l_process);