DBA Data[Home] [Help]

APPS.RG_REPORT_CONTENT_SETS_PKG dependencies on RG_REPORT_CONTENT_SETS_S

Line 73: select rg_report_content_sets_s.nextval

69:
70: FUNCTION get_nextval return number IS
71: next_group_id NUMBER;
72: BEGIN
73: select rg_report_content_sets_s.nextval
74: into next_group_id
75: from dual;
76:
77: RETURN (next_group_id);