DBA Data[Home] [Help]

APPS.IGS_PE_SN_SERVICE_PKG dependencies on DUAL

Line 387: FROM dual;

383: END IF;
384:
385: SELECT igs_pe_sn_service_s.NEXTVAL
386: INTO x_sn_service_id
387: FROM dual;
388:
389: before_dml(
390: p_action => 'INSERT',
391: x_rowid => x_rowid,