DBA Data[Home] [Help]

APPS.IGI_DOS_DESTINATIONS_PKG dependencies on DUAL

Line 747: FROM dual;

743: END IF;
744:
745: SELECT igi_dos_destinations_s.NEXTVAL
746: INTO x_destination_id
747: FROM dual;
748:
749: before_dml(
750: p_action => 'INSERT',
751: x_rowid => x_rowid,