DBA Data[Home] [Help]

APPS.IGS_PS_USEC_ACT_TYPE_PKG dependencies on DUAL

Line 313: FROM dual;

309: END IF;
310:
311: SELECT igs_ps_usec_act_type_s.NEXTVAL
312: INTO x_activity_type_id
313: FROM dual;
314:
315: before_dml(
316: p_action => 'INSERT',
317: x_rowid => x_rowid,