DBA Data[Home] [Help]

APPS.RG_REPORT_AXIS_SETS_PKG dependencies on RG_REPORT_AXIS_SETS_S

Line 122: select rg_report_axis_sets_s.nextval

118:
119: FUNCTION get_nextval return number IS
120: next_group_id NUMBER;
121: BEGIN
122: select rg_report_axis_sets_s.nextval
123: into next_group_id
124: from dual;
125:
126: RETURN (next_group_id);