DBA Data[Home] [Help]

APPS.IGS_CO_MAPPING_PKG dependencies on DUAL

Line 395: FROM dual;

391: END IF;
392:
393: SELECT igs_co_mapping_s.NEXTVAL
394: INTO x_map_id
395: FROM dual;
396:
397: before_dml(
398: p_action => 'INSERT',
399: x_rowid => x_rowid,