DBA Data[Home] [Help]

APPS.IGI_DOS_SOURCES_PKG dependencies on DUAL

Line 698: FROM dual;

694: END IF;
695:
696: SELECT igi_dos_sources_s.NEXTVAL
697: INTO x_source_id
698: FROM dual;
699:
700: before_dml(
701: p_action => 'INSERT',
702: x_rowid => x_rowid,