DBA Data[Home] [Help]

APPS.IGS_PE_SN_CONTACT_PKG dependencies on DUAL

Line 362: FROM dual;

358: END IF;
359:
360: SELECT igs_pe_sn_contact_s.NEXTVAL
361: INTO x_sn_contact_id
362: FROM dual;
363:
364: before_dml(
365: p_action => 'INSERT',
366: x_rowid => x_rowid,