DBA Data[Home] [Help]

APPS.IGS_UC_APP_CHOICES_PKG dependencies on DUAL

Line 796: FROM dual;

792: END IF;
793:
794: SELECT igs_uc_app_choices_s.NEXTVAL
795: INTO x_app_choice_id
796: FROM dual;
797:
798: before_dml(
799: p_action => 'INSERT',
800: x_rowid => x_rowid,