DBA Data[Home] [Help]

APPS.IGF_SL_EDIT_REPORT_PKG dependencies on DUAL

Line 254: FROM dual;

250: END IF;
251:
252: SELECT igf_sl_edit_report_s.nextval
253: INTO x_edtr_id
254: FROM dual;
255:
256: before_dml(
257: p_action => 'INSERT',
258: x_rowid => x_rowid,