DBA Data[Home] [Help]

APPS.IGS_EN_DOC_INSTANCES_PKG dependencies on DUAL

Line 221: FROM dual;

217: END IF;
218:
219: SELECT igs_en_doc_instances_s.NEXTVAL
220: INTO x_doc_inst_id
221: FROM dual;
222:
223: before_dml(
224: p_action => 'INSERT',
225: x_rowid => x_rowid,