DBA Data[Home] [Help]

APPS.RG_REPORT_EXCEPTION_FLAGS_PKG dependencies on DUAL

Line 26: from dual;

22: next_group_id NUMBER;
23: BEGIN
24: select RG_REPORT_EXCEPTION_FLAGS_s.nextval
25: into next_group_id
26: from dual;
27:
28: RETURN (next_group_id);
29: END get_nextval;
30: