DBA Data[Home] [Help]

APPS.INV_ENHANCED_TM_PERF dependencies on DUAL

Line 682: from dual;

678: begin
679:
680: select mtl_material_transactions_s.nextval
681: into l_value
682: from dual;
683:
684: return l_value;
685:
686: exception