DBA Data[Home] [Help]

APPS.IGS_UC_APP_STATS_PKG dependencies on DUAL

Line 460: FROM dual;

456: END IF;
457:
458: SELECT igs_uc_app_stats_s.NEXTVAL
459: INTO x_app_stat_id
460: FROM dual;
461:
462: before_dml(
463: p_action => 'INSERT',
464: x_rowid => x_rowid,