DBA Data[Home] [Help]

APPS.ITA_BIZ_EVENTS_PVT dependencies on DUAL

Line 16: from dual;

12: begin
13:
14: select ITA_WORKFLOW_S.nextval
15: into l_next_value
16: from dual;
17:
18: x_next_value := to_char(l_next_value);
19:
20: exception