DBA Data[Home] [Help]

APPS.IGS_PE_EIT_PKG dependencies on DUAL

Line 492: FROM dual;

488: END IF;
489:
490: SELECT igs_pe_eit_s.NEXTVAL
491: INTO x_pe_eit_id
492: FROM dual;
493:
494: before_dml(
495: p_action => 'INSERT',
496: x_rowid => x_rowid,